Skip to content

Commit 3ae05f7

Browse files
sjnimsclaude
andcommitted
chore(deps): update claude-code-action to v1.0.26
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 947ce52 commit 3ae05f7

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci-failure-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 1
4444

4545
- name: Analyze failure with Claude
46-
uses: anthropics/claude-code-action@d7b6d50442a89f005016e778bf825a72ef582525 # v1.0.25
46+
uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26
4747
with:
4848
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4949
prompt: |

.github/workflows/claude-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm install -g markdownlint-cli
4343

4444
- name: Review PR with Claude
45-
uses: anthropics/claude-code-action@d7b6d50442a89f005016e778bf825a72ef582525 # v1.0.25
45+
uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26
4646
with:
4747
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4848
track_progress: true

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Run Claude Code
6060
id: claude
61-
uses: anthropics/claude-code-action@d7b6d50442a89f005016e778bf825a72ef582525 # v1.0.25
61+
uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26
6262
with:
6363
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
6464
use_commit_signing: true

.github/workflows/component-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Validate plugin components
6868
if: steps.changed-files.outputs.has_changes == 'true'
69-
uses: anthropics/claude-code-action@d7b6d50442a89f005016e778bf825a72ef582525 # v1.0.25
69+
uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26
7070
id: validate
7171
with:
7272
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/semantic-labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 1
3737

3838
- name: Label issue with Claude
39-
uses: anthropics/claude-code-action@d7b6d50442a89f005016e778bf825a72ef582525 # v1.0.25
39+
uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26
4040
with:
4141
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4242
prompt: |
@@ -131,7 +131,7 @@ jobs:
131131
fetch-depth: 1
132132

133133
- name: Label PR with Claude
134-
uses: anthropics/claude-code-action@d7b6d50442a89f005016e778bf825a72ef582525 # v1.0.25
134+
uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26
135135
with:
136136
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
137137
prompt: |

.github/workflows/version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 1
3232

3333
- name: Check version consistency
34-
uses: anthropics/claude-code-action@d7b6d50442a89f005016e778bf825a72ef582525 # v1.0.25
34+
uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26
3535
id: version-check
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/weekly-maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fi
4949
5050
- name: Generate maintenance report
51-
uses: anthropics/claude-code-action@d7b6d50442a89f005016e778bf825a72ef582525 # v1.0.25
51+
uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26
5252
with:
5353
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
5454
prompt: |

0 commit comments

Comments
 (0)