diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 226f5b6c2..5373a9111 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -51,7 +51,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@f87768c6d25f92ae6efa7175e223ef77d4cbf97f # v1 + uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} review_comment_id: ${{ github.event.comment.id }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 95dcc5f43..5c559e382 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -37,7 +37,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@f87768c6d25f92ae6efa7175e223ef77d4cbf97f # v1 + uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}