Skip to content

Commit 72e39c3

Browse files
authored
Merge pull request hed-standard#1306 from hed-standard/dependabot/github_actions/main/anthropics/claude-code-action-1.0.97
Bump anthropics/claude-code-action from 1.0.96 to 1.0.97
2 parents f13cb74 + 96713a6 commit 72e39c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: claude-review
4242
if: env.CLAUDE_TOKEN != ''
4343
continue-on-error: true
44-
uses: anthropics/claude-code-action@5fb899572b81d2bb648d4d187173a2f423a9677c # v1 (v1.0.96)
44+
uses: anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1 (v1.0.96)
4545
with:
4646
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4747
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/claude.yml

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

3333
- name: Run Claude Code
3434
id: claude
35-
uses: anthropics/claude-code-action@5fb899572b81d2bb648d4d187173a2f423a9677c # v1 (v1.0.96)
35+
uses: anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1 (v1.0.96)
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3838
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)