We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2ae21 commit d9cfee1Copy full SHA for d9cfee1
.github/workflows/claude-auto-review.yml
@@ -18,7 +18,7 @@ jobs:
18
fetch-depth: 1
19
20
- name: Automatic PR Review
21
- uses: anthropics/claude-code-action@beta
+ uses: anthropics/claude-code-action@28f83620103c48a57093dcc2837eec89e036bb9f # beta
22
with:
23
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
24
timeout_minutes: "60"
.github/workflows/claude.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Run Claude Code
33
id: claude
34
35
36
37
0 commit comments