Move code-review to claude-opus-5 and bump the action to v1.0.211 - #222
Merged
Conversation
The code-review job has been failing instantly (is_error:true, $0, no API call) on every real execution since late August — same signature as anthropics/claude-code-action#1759. Bump the pinned action from the July v1 SHA to v1.0.211 and switch the review model from claude-opus-4-6 to claude-opus-5. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
code-reviewjob has been failing instantly on every real execution since late August:is_error:true, 1 turn, ~220 ms, $0 billed, no error text (the action sanitizes API error messages — anthropics/claude-code-action#880). Same signature as the open upstream reports anthropics/claude-code-action#1759 / anthropics/claude-code-action#1720. Re-running does not help, and a credit top-up did not change the signature.Two changes:
anthropics/claude-code-actionfrom the Julyv1pin (be7b93b) tov1.0.211(833fb0f) in case the startup crash is fixed upstream.claude-opus-4-6toclaude-opus-5.Note: on this PR itself the claude action self-skips ("workflow validation" guard — the workflow file differs from main), so the real verification happens on the next PR run after merge; PR #221 will be used to confirm.
🤖 Generated with Claude Code