Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
persist-credentials: false

- uses: anthropics/claude-code-action@1298632ce7736903d02a1435002705aa2a594a6c # v1.0.175
- uses: anthropics/claude-code-action@9cdae7f0d995e3ba7c33f226087fdf82a59cd520 # v1.0.223

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I verified this SHA against GitHub: 9cdae7f0d995e3ba7c33f226087fdf82a59cd520 does correspond to claude-code-action v1.0.223, so the pin and version comment are internally consistent and correct.

However, this doesn't match the PR description, which claims the bump is to v1.0.217 (SHA 9c5ddab..., which is actually the SHA for v1.0.217, not what's used here) and also describes ai-toolkit reusable-workflow updates and model-name changes (haiku/opus/sonnet → dated model IDs). None of that appears in this diff — only this one line in this one file changed. Worth double-checking that the correct diff/branch was pushed for this automated PR, since the description over-promises what the code actually does.

with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
# By default the action trades an OIDC token for a Claude GitHub App
Expand Down
Loading