ci: bump claude-code-action to v1.0.180 to unbreak claude-review#122
Merged
Conversation
The claude-review job has failed on every non-dependabot PR since #117 bumped the action to 1.0.177: the action exits with an internal "result is_error:true" before producing any review (first seen on #121, reproduced identically on re-run). Required checks are unaffected. Advance both workflow pins to the v1.0.180 tag commit (fa7e2f0), verified against the upstream annotated tag. This PR's own claude-review run exercises the new version; if it still fails, revert to the pre-#117 pin instead.
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.
Summary
claude-reviewhas failed on every non-dependabot PR since chore(deps): bump anthropics/claude-code-action from 1.0.171 to 1.0.177 #117 bumpedclaude-code-actionto 1.0.177 — internalresult is_error:truebefore any review output (first seen on chore(deps): bump json-schema-validator to 2.0.4, decline 3.x #121, identical on re-run; required checks unaffected)claude-code-review.yml,claude.yml) to the v1.0.180 tag commitfa7e2f0, verified against the upstream annotated tagclaude-reviewrun tests the new version; if it still fails, revert to the pre-chore(deps): bump anthropics/claude-code-action from 1.0.171 to 1.0.177 #117 pin insteadNote
The dependabot automerge App token cannot auto-merge workflow-file PRs (no
workflowspermission), so this needs a manual merge — same limitation observed on cycles-spring-ai-starter#69.