diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 867ea3a8..b4af5fb1 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -66,7 +66,7 @@ jobs: github.event.pull_request.changed_files >= 5 || steps.calc.outputs.total >= 20 id: claude-review - uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1 + uses: anthropics/claude-code-action@6b082c41935b4c8a3b8b0ef85ba4ba4d9eeb8975 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # Allow Dependabot PRs to be reviewed (default policy rejects bot actors diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 8fe2c456..d03d077b 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@be7b93b1907a4abad570368f3c74b6fe3807510b # v1 + uses: anthropics/claude-code-action@6b082c41935b4c8a3b8b0ef85ba4ba4d9eeb8975 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}