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 90b6142 commit 3e23984Copy full SHA for 3e23984
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@567fe954a4527e81f132d87d1bdbcc94f7737434 # v1.0.107
+ - uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1.0.110
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@567fe954a4527e81f132d87d1bdbcc94f7737434 # v1.0.107
+ uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1.0.110
53
54
55
0 commit comments