Skip to content
Merged
Show file tree
Hide file tree
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 @@ -28,7 +28,7 @@ jobs:
- name: Run Claude Code Review
id: claude-review
# Pinned to v1 for supply-chain safety
uses: anthropics/claude-code-action@f2accb9a171bd71f4b5c93bcea23876aa5244edb
uses: anthropics/claude-code-action@398370690eb38623ea077e8ccc687d81c9afe15d
with:
allowed_bots: 'renovate[bot]'
claude_args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Run Claude Code
id: claude
# Pinned to v1 for supply-chain safety
uses: anthropics/claude-code-action@f2accb9a171bd71f4b5c93bcea23876aa5244edb
uses: anthropics/claude-code-action@398370690eb38623ea077e8ccc687d81c9afe15d
with:
claude_args: |
--max-turns 10
Expand Down
Loading