diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 68bf22f..11c55fe 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -44,7 +44,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@d5726de019ec4498aa667642bc3a80fca83aa102 + uses: anthropics/claude-code-action@536f2c32a39763739000b0e1ac69ca2647d97ce9 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 317c5ad..4f0b929 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@d5726de019ec4498aa667642bc3a80fca83aa102 + uses: anthropics/claude-code-action@536f2c32a39763739000b0e1ac69ca2647d97ce9 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}