ci(claude): pin claude-code-action to v1.0.88#26
Merged
Conversation
v1.0.89+ crashes with ENOENT when any sensitive path is a symlink. This repo has CLAUDE.md -> AGENTS.md, which triggers the bug at the "Restoring sensitive files from origin/main (PR head is untrusted)" step. Pin until anthropics/claude-code-action#1187 is merged, then revert to @v1. Refs: anthropics/claude-code-action#1187
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
PR #25 合入后 action 在 PR 上跑直接 fail:
定位:本仓库
CLAUDE.md是 symlink →AGENTS.md,正好踩 anthropics/claude-code-action 已知 bug。cpSync crashes with ENOENT when sensitive paths are symlinkscpSync没处理 symlink 源 → crashv1.0.88本 PR 把
uses: anthropics/claude-code-action@v1改成@v1.0.88,并加 TODO 注释,等 #1187 合并后再 unpin。三问
Test plan
合入后:
@claude评论 → action 不再 ENOENT,正常进入 Claude 处理流程Restoring ... ENOENT: no such file or directory, symlink已知边界