diff --git a/.github/workflows/claude-code.yml b/.github/workflows/claude-code.yml index ea32b9a..769df60 100644 --- a/.github/workflows/claude-code.yml +++ b/.github/workflows/claude-code.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 1 - name: Run Claude Code - uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1 + uses: anthropics/claude-code-action@459ad358ae43fea66bfefd0a1f8d840b4b9791fb # v1 with: # Requires repo secret: Settings → Secrets → ANTHROPIC_API_KEY anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index e11bd91..2e369cb 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -26,7 +26,7 @@ jobs: node-version: "24" - name: Run Claude Code Action - uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.183 + uses: anthropics/claude-code-action@459ad358ae43fea66bfefd0a1f8d840b4b9791fb # v1.0.194 with: github_token: ${{ secrets.GITHUB_TOKEN }} trigger_phrase: "@claude"