We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cc4c7 commit bcdb6c2Copy full SHA for bcdb6c2
2 files changed
.github/workflows/claude-code-review.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Run Claude Code Review
53
id: claude-review
54
- uses: anthropics/claude-code-action@3ac52d0da9f8ec9ca7b4dc23bb477e36ef9c77a9 # v1
+ uses: anthropics/claude-code-action@f87768c6d25f92ae6efa7175e223ef77d4cbf97f # v1
55
with:
56
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
57
review_comment_id: ${{ github.event.comment.id }}
.github/workflows/claude.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Run Claude Code
39
id: claude
40
41
42
43
0 commit comments