Skip to content

Commit 91b46cd

Browse files
Pin claude-code-action to commit SHA (#59)
Closes #15 Co-authored-by: Oleg Gusakov <oleg@render.com> GitOrigin-RevId: 7de49e0
1 parent a392c3f commit 91b46cd

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
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Run Claude Code Review
3636
id: claude-review
37-
uses: anthropics/claude-code-action@beta
37+
uses: anthropics/claude-code-action@28f83620103c48a57093dcc2837eec89e036bb9f # beta (v0.0.63)
3838
with:
3939
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4040
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_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@beta
35+
uses: anthropics/claude-code-action@28f83620103c48a57093dcc2837eec89e036bb9f # beta (v0.0.63)
3636
with:
3737
anthropic_api_key: ${{ secrets.GITHUB_ACTIONS_CLAUDE }}
3838

0 commit comments

Comments
 (0)