ci: pin @claude action to claude-opus-4-8#73
Merged
Conversation
The action's built-in default model (claude-sonnet-4-20250514) has been retired and now returns a 404 not_found_error, failing the @claude job. issue_comment-triggered workflows run the YAML from the default branch, so this fix must live on main to take effect. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
S T (staheri14)
approved these changes
Jun 18, 2026
TheP2P (thep2p)
added a commit
that referenced
this pull request
Jul 12, 2026
TheP2P (thep2p)
added a commit
that referenced
this pull request
Jul 13, 2026
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.
Problem
The
@claudeGitHub Action job is failing with:The workflow doesn't set a
model, so it falls back to the action's built-in default (claude-sonnet-4-20250514), which has been retired and now returns404 not_found_error.Why it must land on
mainissue_comment-triggered workflows always execute the workflow file from the default branch, not the PR branch. A fix on a feature branch never takes effect for the@claudetrigger — so this dedicated PR targetsmain.Fix
Pin an explicit, current model:
🤖 Generated with Claude Code