diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 958d594d0..0fbbd8154 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -37,7 +37,7 @@ jobs: - name: Run Claude Code Review if: github.actor != 'renovate[bot]' id: claude-review - uses: anthropics/claude-code-action@df37d2f0760a4b5683a6e617c9325bc1a36443f6 # v1 + uses: anthropics/claude-code-action@6062f3709600659be5e47fcddf2cf76993c235c2 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} track_progress: true @@ -54,7 +54,7 @@ jobs: - name: Run Claude Review for Renovate Major Update if: github.actor == 'renovate[bot]' id: claude-review-renovate - uses: anthropics/claude-code-action@df37d2f0760a4b5683a6e617c9325bc1a36443f6 # v1 + uses: anthropics/claude-code-action@6062f3709600659be5e47fcddf2cf76993c235c2 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} track_progress: true diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 3304f93eb..c8e19b26e 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -44,7 +44,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@df37d2f0760a4b5683a6e617c9325bc1a36443f6 # v1 + uses: anthropics/claude-code-action@6062f3709600659be5e47fcddf2cf76993c235c2 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ steps.generate_token.outputs.token }}