diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 083bb80..4f00bf2 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -10,7 +10,7 @@ jobs: review: # May also trigger on dependabot/renovate branches when a human updates them (acceptable double-review). if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' && github.actor != 'scality-renovate[bot]' - uses: scality/workflows/.github/workflows/claude-code-review.yml@v2.8.3 + uses: scality/workflows/.github/workflows/claude-code-review.yml@v2.8.4 secrets: GCP_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}