Skip to content

Commit 0dabdb4

Browse files
Update anthropics/claude-code-action action to v1.0.210
1 parent 6c14396 commit 0dabdb4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/claude.yml

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

7474
- name: Run Claude Code
7575
id: claude
76-
uses: anthropics/claude-code-action@16b3b310c3d7b5279df73130324d5205aeea8eac # v1.0.205
76+
uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1.0.210
7777
with:
7878
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
7979
# Security: Restrict tools to prevent arbitrary code execution.

.github/workflows/issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Run Claude Code for Issue Triage
23-
uses: anthropics/claude-code-action@16b3b310c3d7b5279df73130324d5205aeea8eac # v1.0.205
23+
uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1.0.210
2424
with:
2525
prompt: |
2626
You are an issue triage assistant. Analyze issue #${{ github.event.issue.number }} in ${{ github.repository }} and apply appropriate labels.

.github/workflows/release-notes.yml

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

107107
- name: Generate release notes with Claude
108108
id: claude
109-
uses: anthropics/claude-code-action@16b3b310c3d7b5279df73130324d5205aeea8eac # v1.0.205
109+
uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1.0.210
110110
env:
111111
# gh CLI used by the skill (read-only PR/issue lookups) authenticates
112112
# via GH_TOKEN. Read access is sufficient — publishing happens in a

0 commit comments

Comments
 (0)