ci(bugbot): bump pinned action SHA to clear recurring init crash#268
Merged
Conversation
The self-built 'BugBot PR Review' check in claude-code-review.yml has been failing identically on every recent PR (#261/#263/#266/#267) with an internal 'directory mismatch for directory ".../tsconfig.json" ... this indicates a bug. You don't need to do anything' error in the post- buffered-inline-comments step — it crashes ~20s in, regardless of PR content. The recurring spurious red obscures the real merge gates. Root cause: this workflow pinned anthropics/claude-code-action to an older v1.0 commit (1dc994ee, 2026-06) whose internal action.yml step has the bug. Bump to 51ea8ea7 (refs/tags/v1, the same SHA the sibling claude.yml workflow already uses), which clears the crash. Other workflows (claude.yml, claude-code-fix.yml) are unaffected — they already use 51ea8ea7 / @v1. Real merge gates (check/docker/security/ e2e/GitGuardian) and the substantive AI reviewer (Cursor Bugbot) are untouched. https://claude.ai/code/session_01VzJJTUcvzZgS9jN8aap9iv
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.
CI: quiet the recurring
BugBot PR ReviewredOne-file CI change. The self-built
BugBot PR Reviewcheck (.github/workflows/claude-code-review.yml) has failed identically on every recent PR — #261, #263, #266, #267 — with this internal action error:It crashes ~20s into init, regardless of PR content (verified on a docs-only PR). The recurring spurious red obscures the real merge gates.
Root cause
The workflow pinned
anthropics/claude-code-actionto an older v1.0 commit (1dc994ee, June 2026) whose internal action.yml step carries the bug. The sibling workflowsclaude.ymlandclaude-code-fix.ymlalready use a newer pin —51ea8ea7atrefs/tags/v1— and don't exhibit the crash.Change
Bump this workflow's pin to
51ea8ea7(matching the other two workflows). One step modified; rest of the file unchanged.Risk
check/docker/security/e2e/ GitGuardian) — untouched.Final merge left to Richard / Freddie.
https://claude.ai/code/session_01VzJJTUcvzZgS9jN8aap9iv
Generated by Claude Code