Skip to content

ci(bugbot): bump pinned action SHA to clear recurring init crash#268

Merged
RJK134 merged 1 commit into
mainfrom
ci/quiet-bugbot-pr-review
Jun 17, 2026
Merged

ci(bugbot): bump pinned action SHA to clear recurring init crash#268
RJK134 merged 1 commit into
mainfrom
ci/quiet-bugbot-pr-review

Conversation

@RJK134

@RJK134 RJK134 commented Jun 17, 2026

Copy link
Copy Markdown
Owner

CI: quiet the recurring BugBot PR Review red

One-file CI change. The self-built BugBot PR Review check (.github/workflows/claude-code-review.yml) has failed identically on every recent PR#261, #263, #266, #267 — with this internal action error:

Internal error: directory mismatch for directory ".../claude-code-action/.../tsconfig.json", fd 4. … this indicates a bug. You don't need to do anything.

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-action to an older v1.0 commit (1dc994ee, June 2026) whose internal action.yml step carries the bug. The sibling workflows claude.yml and claude-code-fix.yml already use a newer pin — 51ea8ea7 at refs/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

  • Real merge gates (check / docker / security / e2e / GitGuardian) — untouched.
  • The substantive AI reviewer — Cursor Bugbotuntouched.
  • Worst case: the self-built BugBot acts up in a new way, in which case its result is still "ignorable non-gate" exactly as today; nothing else regresses.

Final merge left to Richard / Freddie.

https://claude.ai/code/session_01VzJJTUcvzZgS9jN8aap9iv


Generated by Claude Code

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

@RJK134 RJK134 left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed

@RJK134 RJK134 merged commit 31d9caf into main Jun 17, 2026
5 of 6 checks passed
@RJK134 RJK134 deleted the ci/quiet-bugbot-pr-review branch June 17, 2026 10:34
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.

2 participants