diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 4c3c0e9e..59dd8de9 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -41,7 +41,7 @@ jobs: id: claude-review if: env.CLAUDE_TOKEN != '' continue-on-error: true - uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1 (v1.0.96) + uses: anthropics/claude-code-action@9db782c3a17ef2bfc274cd17411bc3e0a5ba1345 # v1 (v1.0.96) with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 15399f73..482d5908 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1 (v1.0.96) + uses: anthropics/claude-code-action@9db782c3a17ef2bfc274cd17411bc3e0a5ba1345 # v1 (v1.0.96) with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}