Skip to content

Commit cc05eb1

Browse files
mikekthxclaude
andcommitted
ci: revert claude-code-action to v1.0.88
v1.0.89 (6e2bd52) breaks the action with a bun "directory mismatch" internal error when resolving tsconfig.json, caused by the bun runtime config pinning change in anthropics/claude-code-action#1174. Pins back to the last known-good release until upstream ships a fix. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 86a9037 commit cc05eb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Run Claude Code Review
2727
id: claude-review
28-
uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1
28+
uses: anthropics/claude-code-action@1eddb334cfa79fdb21ecbe2180ca1a016e8e7d47 # v1.0.88
2929
with:
3030
github_token: ${{ secrets.CLAUDE_PAT }}
3131
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Run Claude Code
4444
id: claude
45-
uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1
45+
uses: anthropics/claude-code-action@1eddb334cfa79fdb21ecbe2180ca1a016e8e7d47 # v1.0.88
4646
with:
4747
github_token: ${{ secrets.CLAUDE_PAT }}
4848
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

0 commit comments

Comments
 (0)