We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b68986 commit a001ed0Copy full SHA for a001ed0
2 files changed
.github/workflows/claude-code-review.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
fetch-depth: 1
26
27
- - uses: anthropics/claude-code-action@1eddb334cfa79fdb21ecbe2180ca1a016e8e7d47 # v1.0.88
+ - uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1.0.89
28
29
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
30
track_progress: true # ✨ Enables tracking comments
.github/workflows/claude.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Run Claude Code
51
id: claude
52
- uses: anthropics/claude-code-action@1eddb334cfa79fdb21ecbe2180ca1a016e8e7d47 # v1.0.88
+ uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1.0.89
53
54
55
0 commit comments