diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 3869af5..0f03942 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -35,7 +35,7 @@ jobs: - name: Run Claude Code Review (agentic) id: claude-review - uses: anthropics/claude-code-action@558b1d6cab4085c7753fe402c10bef0fbb92ac7a # v1 + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1 continue-on-error: true with: claude_code_oauth_token: ${{ env.CLAUDE_CODE_OAUTH_TOKEN }}