Skip to content

fix: pin claude-code-action to v1.0.88 to avoid symlink ENOENT bug#1613

Merged
davidpoblador merged 1 commit into
mainfrom
worktree-zany-kindling-gizmo
Apr 8, 2026
Merged

fix: pin claude-code-action to v1.0.88 to avoid symlink ENOENT bug#1613
davidpoblador merged 1 commit into
mainfrom
worktree-zany-kindling-gizmo

Conversation

@davidpoblador
Copy link
Copy Markdown
Member

Summary

Test plan

Closes #1612

🤖 Generated with Claude Code

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 davidpoblador merged commit b8846bb into main Apr 8, 2026
@davidpoblador davidpoblador deleted the worktree-zany-kindling-gizmo branch April 8, 2026 11:23
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>
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

claude-code-review workflow fails with symlink ENOENT in claude-code-action@v1

1 participant