fix: pin claude-code-action to v1.0.88 to avoid symlink ENOENT bug#1613
Merged
Conversation
v1.0.89 introduced a regression where cpSync with dereference:false fails on repos with symlinked CLAUDE.md (anthropics/claude-code-action#1187). Closes #1612 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
davidpoblador
pushed a commit
that referenced
this pull request
Apr 8, 2026
🤖 I have created a release *beep* *boop* --- ## [10.3.0](v10.2.1...v10.3.0) (2026-04-08) ### Features * add CI Docker build and push workflow to scaffolding ([#1615](#1615)) ([90fabab](90fabab)) ### Bug Fixes * locale_selector reads stripped path, set-language ignores session ([#1610](#1610)) ([0859f7f](0859f7f)) * pin claude-code-action to v1.0.88 to avoid symlink ENOENT bug ([#1613](#1613)) ([b8846bb](b8846bb)) * use PyPI package for lint-po instead of git+https ([#1609](#1609)) ([12fa28a](12fa28a)) ### Miscellaneous Chores * **deps:** bump pytest from 9.0.2 to 9.0.3 in /vibetuner-py ([#1605](#1605)) ([c99e9f3](c99e9f3)) * remove /update-scaffolding skill from scaffolded projects ([#1617](#1617)) ([d4dd174](d4dd174)) --- 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>
2 tasks
davidpoblador
added a commit
that referenced
this pull request
May 15, 2026
…1824) ## Summary - Restore floating `@v1` tag for `anthropics/claude-code-action` in both `.github/workflows/claude-code-review.yml` and `vibetuner-template/.github/workflows/claude-code-review.yml`. - The symlink `cpSync` ENOENT regression that motivated the v1.0.88 pin (#1613) was fixed in [anthropics/claude-code-action#1186](anthropics/claude-code-action#1186) and shipped in [v1.0.123](https://github.com/anthropics/claude-code-action/releases/tag/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 - [ ] CI green - [ ] Next PR's `claude-review` job runs successfully on `@v1` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
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
anthropics/claude-code-actiontov1.0.88in both workflow filescpSyncwithdereference:falsefails on reposwith symlinked
CLAUDE.md(cpSync crashes with ENOENT when sensitive paths are symlinks anthropics/claude-code-action#1187).github/workflows/claude-code-review.ymland the template copyTest plan
@v1once upstream fix (fix: dereference symlinks when snapshotting sensitive paths to .claude-pr/ anthropics/claude-code-action#1186) shipsCloses #1612
🤖 Generated with Claude Code