From ba88a67eb6130ba5cd36e05f10bc0257a1da68db Mon Sep 17 00:00:00 2001 From: k-asm Date: Fri, 10 Apr 2026 10:34:52 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20claude-code-action=20=E3=82=92=20v1.0.89?= =?UTF-8?q?=20=E3=81=8B=E3=82=89=20v1.0.88=20=E3=81=AB=E3=83=80=E3=82=A6?= =?UTF-8?q?=E3=83=B3=E3=82=B0=E3=83=AC=E3=83=BC=E3=83=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v1.0.89 で導入された restoreConfigFromBase が SENSITIVE_PATHS にシンボリックリンクを含むリポジトリでクラッシュするバグ(anthropics/claude-code-action#1187)を回避するため、 バグのない v1.0.88 にピン留めする。 fix が取り込まれた版がリリースされ次第、バージョンを戻す。 --- .github/workflows/claude-pr-auto-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-pr-auto-review.yml b/.github/workflows/claude-pr-auto-review.yml index a10b077..f85bff7 100644 --- a/.github/workflows/claude-pr-auto-review.yml +++ b/.github/workflows/claude-pr-auto-review.yml @@ -54,7 +54,7 @@ jobs: aws-region: ${{ inputs.region }} - name: Claude Automatic Code Review - uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1.0.89 + uses: anthropics/claude-code-action@1eddb334cfa79fdb21ecbe2180ca1a016e8e7d47 # v1.0.88 with: track_progress: true use_bedrock: true