diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index be244326f4..b688988a9c 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -368,7 +368,7 @@ jobs: id: ai-review if: steps.review-route.outputs.skip != 'true' && steps.workflow-mod.outputs.modified != 'true' && steps.skip-check.outputs.skip != 'true' continue-on-error: true - uses: anthropics/claude-code-action@a92e7c70a4da9793dc164451d829089dc057a464 # v1 + uses: anthropics/claude-code-action@e90deca47693f9457b72f2b53c17d7c445a87342 # v1 with: prompt: ${{ steps.build-prompt.outputs.ARGUS_PROMPT }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}