Skip to content

Commit d9cfee1

Browse files
committed
Pin claude actions to shas
1 parent 7a2ae21 commit d9cfee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 1
1919

2020
- name: Automatic PR Review
21-
uses: anthropics/claude-code-action@beta
21+
uses: anthropics/claude-code-action@28f83620103c48a57093dcc2837eec89e036bb9f # beta
2222
with:
2323
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
2424
timeout_minutes: "60"

.github/workflows/claude.yml

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

3232
- name: Run Claude Code
3333
id: claude
34-
uses: anthropics/claude-code-action@beta
34+
uses: anthropics/claude-code-action@28f83620103c48a57093dcc2837eec89e036bb9f # beta
3535
with:
3636
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3737

0 commit comments

Comments
 (0)