From ad56f836365d0b9fdbe5f7a26b9143461eed1c9e Mon Sep 17 00:00:00 2001 From: "scality-renovate[bot]" <234218835+scality-renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:11:41 +0000 Subject: [PATCH] chore(deps): update scality/workflows action to v2.9.1 --- .github/workflows/review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 68cff30..0fa9a9c 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@174a4246774e3d858cbac6ebacd2f07ecbaeedbf # v2.8.5 + uses: scality/workflows/.github/workflows/claude-code-review.yml@7d91dc4ebbe136b54518aa42a1ad6014f8f91526 # v2.9.1 secrets: GCP_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }} @@ -23,7 +23,7 @@ jobs: github.event_name == 'pull_request_target' && (github.actor == 'dependabot[bot]' || github.actor == 'scality-renovate[bot]' || github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'scality-renovate[bot]') - uses: scality/workflows/.github/workflows/claude-code-dependency-review.yml@174a4246774e3d858cbac6ebacd2f07ecbaeedbf # v2.8.5 + uses: scality/workflows/.github/workflows/claude-code-dependency-review.yml@7d91dc4ebbe136b54518aa42a1ad6014f8f91526 # v2.9.1 with: ACTIONS_APP_ID: ${{ vars.ACTIONS_APP_ID }} secrets: