diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index d5bb22f..0f5ebc0 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -42,7 +42,7 @@ jobs: - name: Run Claude Code Review id: claude-review # anthropics/claude-code-action@beta resolved on 2026-05-08. - uses: anthropics/claude-code-action@28f83620103c48a57093dcc2837eec89e036bb9f + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index cee73aa..2642a1b 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -48,7 +48,7 @@ jobs: - name: Run Claude Code id: claude # anthropics/claude-code-action@beta resolved on 2026-05-08. - uses: anthropics/claude-code-action@28f83620103c48a57093dcc2837eec89e036bb9f + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}