ci: pin claude-code-action to v1.0.112 (closes #37)#39
Merged
Conversation
Upstream tagged v1.0.113 + v1.0.114 on 2026-05-06 with a regression: the setup step fails to install the Claude Code native binary at /home/runner/.local/bin/claude, causing every fleet PR's Claude Review required check to fail with "Claude Code native binary not found". Pin both reusables (claude-review.yml, claude-adversarial-review.yml) to the v1.0.112 SHA (2026-05-04, last known good). Revert to @v1 — or move to a fresh SHA — once upstream ships a fix. Auto-Merge-Risk: standard Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No issues found. Diff is a clean SHA pin with explanatory comments — purely CI plumbing, no logic/auth/secret surface touched. |
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
Background
Upstream tagged `v1.0.113` (2026-05-06 01:41 UTC) and `v1.0.114` (2026-05-06 07:49 UTC), and re-pointed the floating `v1` tag at v1.0.114. Both new releases ship a setup-step regression:
```
SDK execution error: ReferenceError: Claude Code native binary not found at /home/runner/.local/bin/claude.
Internal error: directory mismatch for directory "/home/runner/work/_actions/anthropics/claude-code-action/v1/tsconfig.json", fd 4. You don't need to do anything, but this indicates a bug.
```
Confirmed broken on whois-api-llc/wxa-jake-ai#294, #295, and whois-api-llc/wxa_vpn#287 (all today). topcoder1/wxa_webcat#221 from yesterday passed (ran on v1.0.112) — bracketing the regression to today's two releases.
Until upstream fixes this, every PR in the fleet blocks on the `review / Claude Review` required check and needs admin-merge bypass. Pinning fixes the fleet without waiting on upstream.
Auto-merge rationale
`risk:blocked` — touches `.github/workflows/**` (CI infrastructure). Per fleet policy this requires manual click-merge. Tagging for review.
Codex pre-review: skipped — no `src/**` code paths touched, change is 7 effective lines (a SHA + a clarifying comment).
Test plan
The pin only takes effect on PRs opened AFTER this lands, so the verification is observational:
Rollback
Single-commit revert restores the floating `@v1` reference. No data, no schema, no auth — pure CI plumbing.
🤖 Generated with Claude Code