chore(deps): bump claude-code-action to v1.0.133 and model versions - #527
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🤖 Claude Code Review
SummaryThis PR bumps Re-Review of Existing ThreadsThread on
|
📚 Documentation Check ✅Verdict: Passed All changes are workflow maintenance updates (action version bumps, model name renames, and a minor API parameter migration). No plugin files were modified, so no version bump is required. No structural documentation changes are needed. PR #527 Documentation CheckThis PR performs routine maintenance across 7 GitHub Actions workflow files:
No plugin files modified — the plugin version bump requirement does not apply. No structural changes — no new functions, APIs, or features introduced that would require CLAUDE.md or README updates. The model name changes are self-documented within the workflow files themselves (in ✨ No Documentation Updates NeededAll documentation appears to be up to date with the code changes. 🤖 Generated by Claude Documentation Validator | Mode: |
There was a problem hiding this comment.
📋 Review verdict: COMMENT
👆 The main review comment above is the source of truth for this PR review. It is automatically updated on each review cycle, so always refer to it for the most current feedback.
This formal review submission is for the verdict only. 2 inline comment(s) are attached below.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
📋 Review verdict: COMMENT
👆 The main review comment above is the source of truth for this PR review. It is automatically updated on each review cycle, so always refer to it for the most current feedback.
This formal review submission is for the verdict only.
Summary
Maintenance pass on Claude Code Action workflows. Applies three classes of edit atomically:
v1.0.133(787c5a0) — see https://github.com/anthropics/claude-code-action/releases/tag/v1.0.13327e7e2d(Uniswap/ai-toolkitnextHEAD)haiku→claude-haiku-4-5-20251001opus→claude-opus-4-8sonnet→claude-sonnet-4-6Per-file changes
.github/workflows/_claude-code-review.ymlanthropics/claude-code-action:476e359→787c5a0(v1.0.133)anthropics/claude-code-action:476e359→787c5a0(v1.0.133).github/workflows/_claude-docs-check.ymlanthropics/claude-code-action:476e359→787c5a0(v1.0.133)anthropics/claude-code-action:476e359→787c5a0(v1.0.133).github/workflows/_claude-main.ymlanthropics/claude-code-action:476e359→787c5a0(v1.0.133)claude-opus-4-7→claude-opus-4-8claude-haiku-4-5→claude-haiku-4-5-20251001.github/workflows/_claude-task-worker.ymlanthropics/claude-code-action:476e359→787c5a0(v1.0.133)claude-opus-4-7→claude-opus-4-8claude-haiku-4-5→claude-haiku-4-5-20251001claude-opus-4-7→claude-opus-4-8.github/workflows/_generate-pr-metadata.ymlanthropics/claude-code-action:476e359→787c5a0(v1.0.133)anthropics/claude-code-action:476e359→787c5a0(v1.0.133)allowed_tools(no longer in anthropics/claude-code-action at the new SHA)claude-opus-4-7→claude-opus-4-8claude-haiku-4-5→claude-haiku-4-5-20251001.github/workflows/_update-action-versions-worker.ymlanthropics/claude-code-action:476e359→787c5a0(v1.0.133).github/workflows/dev-ai-newsletter.ymlanthropics/claude-code-action:476e359→787c5a0(v1.0.133)claude-opus-4-7→claude-opus-4-8Opened by the
sync-claude-code-actionmaintenance job. The job runs weekly and bumps SHAs + applies known migrations; review the diff before merging.AI-Generated Description
Summary
Maintenance pass on the Claude Code Action workflows. Bumps the pinned
anthropics/claude-code-actionSHA, updates Claude model identifiers, and drops one deprecated input. No behavioral changes beyond the version/model upgrades.Changes
anthropics/claude-code-action:476e359(v1.0.119) →787c5a0(v1.0.133) across all 7 workflowsclaude-opus-4-7→claude-opus-4-8claude-haiku-4-5→claude-haiku-4-5-20251001allowed_toolsfrom the quality-gate step in_generate-pr-metadata.yml(no longer supported at the new action SHA)Per-file detail
.github/workflows/_claude-code-review.yml— action SHA bump (×2).github/workflows/_claude-docs-check.yml— action SHA bump (×2).github/workflows/_claude-main.yml— action SHA bump; opus/haiku model bumps in themodelinput docs.github/workflows/_claude-task-worker.yml— action SHA bump; opus/haiku model bumps in input docs;modeldefaultclaude-opus-4-7→claude-opus-4-8.github/workflows/_generate-pr-metadata.yml— action SHA bump (×2);modeldefault →claude-opus-4-8; quality-gateclaude_argsmodel →claude-haiku-4-5-20251001; removed deprecatedallowed_toolsinput.github/workflows/_update-action-versions-worker.yml— action SHA bump.github/workflows/dev-ai-newsletter.yml— action SHA bump; opus model choiceclaude-opus-4-7→claude-opus-4-8Notes
Opened by the
sync-claude-code-actionmaintenance job, which runs weekly to bump SHAs and apply known migrations. Review the diff before merging.