Skip to content
Closed
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/maint-76-claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Run Claude Code Review
id: claude
continue-on-error: true
uses: anthropics/claude-code-action@428971d2ecd6e3a7cb0ee0da2a3a8b33fdb3678d # v1
uses: anthropics/claude-code-action@521136812280ae7ef256e06045655b9da02793f0 # 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.

P1 Badge Update the synced workflow source first

AGENTS.md says synced workflows are managed through stranske/Workflows and that synced files must be fixed in Workflows first. I checked the Workflows sync manifest and it lists this workflow, while the current Workflows template still pins 428971d; updating only this consumer copy means the next consumer sync can overwrite this line back to the old digest and other consumers will not receive the dependency update. Please update the Workflows template source and then sync this repo.

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

with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
allowed_bots: '*'
Expand Down
Loading