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 @@ -35,7 +35,7 @@ jobs:

- name: Run Claude Code Review (agentic)
id: claude-review
uses: anthropics/claude-code-action@558b1d6cab4085c7753fe402c10bef0fbb92ac7a # v1
uses: anthropics/claude-code-action@fa7e2f0a29a126f0b81cdcf360561b36e44cf608 # v1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Pin the action to the advertised digest

This dependency-update commit advertises anthropics/claude-code-action changing from 558b1d6 to b76a077, but this workflow line actually runs fa7e2f0a29a126f0b81cdcf360561b36e44cf608. In the Renovate automerge/dependency-review path, maintainers would be approving the comparison for one action revision while deploying a different, unreviewed revision; pin this line to b76a0776ae74036e77cd11018083743453d7ad35 or regenerate the PR metadata for fa7e2f0. Fresh evidence versus the earlier comments: this reviewed commit's title/body now advertise b76a077, while the changed workflow line contains fa7e2f0.

Useful? React with πŸ‘Β / πŸ‘Ž.

continue-on-error: true
with:
claude_code_oauth_token: ${{ env.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
Loading