Skip to content

Commit 867a874

Browse files
authored
Update Claude Code default model to Opus 4.8 (#8162)
## Summary - update the reusable Claude Code workflow default model from Opus 4.6 to Opus 4.8 ## Validation - `go run github.com/rhysd/actionlint/cmd/actionlint@latest .github/workflows/_claude-code.yml .github/workflows/claude-code.yml` - parsed both workflow YAML files with PyYAML ## Notes - Runtime Bedrock validation will be post-merge by triggering Claude Code and reverting if model startup fails.
1 parent 3c308a9 commit 867a874

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_claude-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
model:
1616
description: 'Bedrock model ID'
1717
type: string
18-
default: 'global.anthropic.claude-opus-4-6-v1'
18+
default: 'global.anthropic.claude-opus-4-8'
1919
timeout_minutes:
2020
description: 'Job timeout in minutes'
2121
type: number
@@ -179,7 +179,7 @@ jobs:
179179
console.log(`Set commit author to: ${name} <${email}>`);
180180
181181
- name: Run Claude Code
182-
uses: anthropics/claude-code-action@b4d67413279fc18c6e5de930ae307c4f108714eb # v1.0.104
182+
uses: anthropics/claude-code-action@593d7a5c4e0073569f74772c2b7b64c30ec14707 # v1.0.141
183183
with:
184184
allowed_bots: "*"
185185
use_bedrock: "true"

0 commit comments

Comments
 (0)