From 0ee9426bad8296245a0db8e57cecf7eeffd99575 Mon Sep 17 00:00:00 2001 From: David Poblador i Garcia Date: Wed, 8 Apr 2026 13:16:40 +0200 Subject: [PATCH] fix: pin claude-code-action to v1.0.88 to avoid symlink ENOENT bug v1.0.89 introduced a regression where cpSync with dereference:false fails on repos with symlinked CLAUDE.md (anthropics/claude-code-action#1187). Closes #1612 Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/claude-code-review.yml | 2 +- vibetuner-template/.github/workflows/claude-code-review.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index de9b5a88..5812fdb3 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@v1 + uses: anthropics/claude-code-action@v1.0.88 # Pinned: v1.0.89+ has symlink ENOENT bug (anthropics/claude-code-action#1187) with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} plugin_marketplaces: "https://github.com/anthropics/claude-code.git" diff --git a/vibetuner-template/.github/workflows/claude-code-review.yml b/vibetuner-template/.github/workflows/claude-code-review.yml index de9b5a88..5812fdb3 100644 --- a/vibetuner-template/.github/workflows/claude-code-review.yml +++ b/vibetuner-template/.github/workflows/claude-code-review.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@v1 + uses: anthropics/claude-code-action@v1.0.88 # Pinned: v1.0.89+ has symlink ENOENT bug (anthropics/claude-code-action#1187) with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} plugin_marketplaces: "https://github.com/anthropics/claude-code.git"