ci: unpin claude-code-action now that symlink bug is fixed upstream#1824
Merged
Conversation
The symlink ENOENT regression that prompted pinning to v1.0.88 was fixed in anthropics/claude-code-action#1186 and shipped in v1.0.123. Restore the floating @v1 tag in both workflows so we pick up future patches automatically. Closes #1616 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 task
davidpoblador
pushed a commit
that referenced
this pull request
May 15, 2026
🤖 I have created a release *beep* *boop* --- ## [10.15.0](v10.14.2...v10.15.0) (2026-05-15) ### Features * adopt htmx hx-live as default-on for client-side reactivity ([#1826](#1826)) ([16325aa](16325aa)) ### CI/CD Changes * unpin claude-code-action now that symlink bug is fixed upstream ([#1824](#1824)) ([4cee0ad](4cee0ad)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
@v1tag foranthropics/claude-code-actionin both.github/workflows/claude-code-review.ymlandvibetuner-template/.github/workflows/claude-code-review.yml.cpSyncENOENT regression that motivated the v1.0.88 pin (fix: pin claude-code-action to v1.0.88 to avoid symlink ENOENT bug #1613) was fixed in anthropics/claude-code-action#1186 and shipped in v1.0.123 on 2026-05-14.Closes #1616. Supersedes #1820 (which would only have bumped us to v1.0.121, still pre-fix, and would have kept a hard pin instead of returning to the floating tag).
Test plan
claude-reviewjob runs successfully on@v1🤖 Generated with Claude Code