Skip to content

Commit 970c286

Browse files
riglarclaude
andcommitted
chore(ci): pin Claude workflows to claude-opus-4-8
The claude-code-review and @claude workflows had no model pinned, so they ran on the claude-code-action default tier. Pin them to claude-opus-4-8 (latest) for stronger code-review bug-finding. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6dcff1d commit 970c286

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# doesn't reach the inline-comment MCP tool: PR #9's review hit 46
5353
# permission denials and posted nothing despite finding issues.
5454
claude_args: |
55-
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"
55+
--model claude-opus-4-8 --allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"
5656
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
5757
# or https://code.claude.com/docs/en/cli-reference for available options
5858

.github/workflows/claude.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
# Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
4444
# prompt: 'Update the pull request description to include a summary of changes.'
4545

46-
# Optional: Add claude_args to customize behavior and configuration
46+
claude_args: '--model claude-opus-4-8'
47+
48+
# Optional: Add more claude_args to customize behavior and configuration
4749
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
4850
# or https://code.claude.com/docs/en/cli-reference for available options
4951
# claude_args: '--allowed-tools Bash(gh pr *)'

0 commit comments

Comments
 (0)