diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index c98b767c..419a1dc5 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@af0559ee4f514d1ef21826982bed13f7edc3c35e + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b 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@af0559ee4f514d1ef21826982bed13f7edc3c35e + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} # claude-code-action v1 dropped the `model` input; model selection now goes