diff --git a/.github/workflows/claude-auto-review.yml b/.github/workflows/claude-auto-review.yml index 2952bc6b..98cd8727 100644 --- a/.github/workflows/claude-auto-review.yml +++ b/.github/workflows/claude-auto-review.yml @@ -69,7 +69,7 @@ jobs: debug: ${{ inputs.debug }} - name: Automatic PR Review - uses: anthropics/claude-code-action@06e550b8ff71349db253443c6ca8a4b120e7f89d # v1.0.16 + uses: anthropics/claude-code-action@8a1c4371755898f67cd97006ba7c97702d5fc4bf # v1.0.16 with: allowed_tools: ${{ inputs.allowed_tools }} anthropic_api_key: ${{ secrets.anthropic_api_key }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 140ac268..c0a48cc6 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -51,6 +51,6 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@06e550b8ff71349db253443c6ca8a4b120e7f89d # v1.0.16 + uses: anthropics/claude-code-action@8a1c4371755898f67cd97006ba7c97702d5fc4bf # v1.0.16 with: anthropic_api_key: ${{ secrets.anthropic_api_key }}