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 9d9e802 commit 90b6142Copy full SHA for 90b6142
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@38ec876110f9fbf8b950c79f534430740c3ac009 # v1.0.101
+ - uses: anthropics/claude-code-action@567fe954a4527e81f132d87d1bdbcc94f7737434 # v1.0.107
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@38ec876110f9fbf8b950c79f534430740c3ac009 # v1.0.101
+ uses: anthropics/claude-code-action@567fe954a4527e81f132d87d1bdbcc94f7737434 # v1.0.107
53
54
55
0 commit comments