diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 171aa65a7..3ac8051ae 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -109,7 +109,7 @@ jobs: - name: Run Automated AI Review id: automated-review - uses: anthropics/claude-code-action@9db594c7a0e82298c121c18b7f08aa1579ce7341 + uses: anthropics/claude-code-action@239e3a730883eeb5c53db12b0fc9573b3024b126 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} # claude-code-action v1 dropped the `model` input; model selection now goes @@ -271,7 +271,7 @@ jobs: - name: Run Interactive AI Assistant id: interactive-claude - uses: anthropics/claude-code-action@9db594c7a0e82298c121c18b7f08aa1579ce7341 + uses: anthropics/claude-code-action@239e3a730883eeb5c53db12b0fc9573b3024b126 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} # claude-code-action v1 dropped the `model` input; model selection now goes