Commit 8c69c69
authored
Pin claude-code-action to v1.0.88 to dodge symlink ENOENT (#117)
## Summary
- Pin `anthropics/claude-code-action` to `v1.0.88` in
`.github/workflows/claude.yml`
- Works around anthropics/claude-code-action#1187 — v1.0.89's
`restoreConfigFromBase` crashes with `ENOENT: no such file or directory,
symlink` because our `CLAUDE.md` is a symlink to `AGENTS.md` (from #91)
- Every `@claude` trigger has failed since v1.0.89 went out on
2026-04-05; most recent failure:
https://github.com/Quantum-Accelerators/electrai/actions/runs/24089849192
## Why v1.0.88
- Last release before the regression (#1172 / #1174 landed in v1.0.89)
- Upstream fix is anthropics/claude-code-action#1186 but it is still
open; once that ships we can revert the pin back to `@v1`
## Test plan
Note: `@claude`-ing this PR won't test the fix — `issue_comment`
workflows are always resolved from the default branch, so the broken
`@v1` on `main` would still run. The test has to happen post-merge.
- [ ] Merge to `main`
- [ ] Retrigger `@claude review once more` on #84 (it's already failing
on v1.0.89)
- [ ] Confirm the workflow run gets past `Restoring ... from origin/main
(PR head is untrusted)` without an `ENOENT: no such file or directory,
symlink` error
- [ ] Once anthropics/claude-code-action#1186 ships, revert the pin back
to `@v1`1 parent d9dbe35 commit 8c69c69
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
0 commit comments