Skip to content

Commit edd2f2d

Browse files
authored
Use Claude Opus 4.8 (#3312)
1 parent 6cad701 commit edd2f2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-draft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Run Claude Code Analysis
101101
id: claude
102102
timeout-minutes: 10
103-
uses: anthropics/claude-code-action@4e5d8b13ca281a6d163cdb287d8917b216e00d6f # v1
103+
uses: anthropics/claude-code-action@11ba60486e4aec9ddfeafcf4bb3f00b028ac2c16 # v1.0.142
104104
with:
105105
# OAuth authentication for Max plan subscribers
106106
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
@@ -146,7 +146,7 @@ jobs:
146146
- Return empty string for breaking_changes_content if no breaking changes
147147
148148
claude_args: |
149-
--model claude-opus-4-6
149+
--model claude-opus-4-8
150150
--max-turns 50
151151
--json-schema '{"type":"object","properties":{"has_breaking_changes":{"type":"boolean","description":"Whether this PR contains breaking changes"},"breaking_changes_content":{"type":"string","description":"Formatted breaking changes section content (without ## Breaking Changes header), or empty string if none"},"reasoning":{"type":"string","description":"Brief explanation of why this is or is not a breaking change"}},"required":["has_breaking_changes","breaking_changes_content","reasoning"]}'
152152

0 commit comments

Comments
 (0)