From 9a1e2de0c6d57ff10379a40531c9595709ce0898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 09:48:19 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump aws-actions/configure-aws-credentials Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 5. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v4...v5) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release_psu_to_ref.yml | 4 ++-- .github/workflows/run_cpsu_load.yml | 4 ++-- .github/workflows/run_notify_load.yml | 4 ++-- .github/workflows/run_psu_load.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release_psu_to_ref.yml b/.github/workflows/release_psu_to_ref.yml index e770edab..40eaa77f 100644 --- a/.github/workflows/release_psu_to_ref.yml +++ b/.github/workflows/release_psu_to_ref.yml @@ -33,7 +33,7 @@ jobs: pyproject.toml - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: eu-west-2 role-to-assume: ${{ secrets.REF_CLOUD_FORMATION_DEPLOY_ROLE }} @@ -112,7 +112,7 @@ jobs: aws secretsmanager get-secret-value --secret-id "${client_cert_arn}" --query SecretString --output text > ~/.proxygen/tmp/client_cert - name: Configure AWS Credentials for api release - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: eu-west-2 role-to-assume: ${{ secrets.PROXYGEN_PTL_ROLE }} diff --git a/.github/workflows/run_cpsu_load.yml b/.github/workflows/run_cpsu_load.yml index 84c4eb8d..c978e1d7 100644 --- a/.github/workflows/run_cpsu_load.yml +++ b/.github/workflows/run_cpsu_load.yml @@ -72,7 +72,7 @@ jobs: - name: Assume dev artillery runner role if: github.event.inputs.environment == 'dev' - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: eu-west-2 role-to-assume: ${{ secrets.DEV_ARTILLERY_RUNNER_ROLE }} @@ -80,7 +80,7 @@ jobs: - name: Assume ref artillery runner role if: github.event.inputs.environment == 'ref' - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: eu-west-2 role-to-assume: ${{ secrets.REF_ARTILLERY_RUNNER_ROLE }} diff --git a/.github/workflows/run_notify_load.yml b/.github/workflows/run_notify_load.yml index 4859a2d0..5353dc98 100644 --- a/.github/workflows/run_notify_load.yml +++ b/.github/workflows/run_notify_load.yml @@ -81,7 +81,7 @@ jobs: - name: Assume dev artillery runner role if: github.event.inputs.environment == 'dev' - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: eu-west-2 role-to-assume: ${{ secrets.DEV_ARTILLERY_RUNNER_ROLE }} @@ -89,7 +89,7 @@ jobs: - name: Assume ref artillery runner role if: github.event.inputs.environment == 'ref' - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: eu-west-2 role-to-assume: ${{ secrets.REF_ARTILLERY_RUNNER_ROLE }} diff --git a/.github/workflows/run_psu_load.yml b/.github/workflows/run_psu_load.yml index 55a078ff..81638144 100644 --- a/.github/workflows/run_psu_load.yml +++ b/.github/workflows/run_psu_load.yml @@ -72,7 +72,7 @@ jobs: - name: Assume dev artillery runner role if: github.event.inputs.environment == 'dev' - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: eu-west-2 role-to-assume: ${{ secrets.DEV_ARTILLERY_RUNNER_ROLE }} @@ -80,7 +80,7 @@ jobs: - name: Assume ref artillery runner role if: github.event.inputs.environment == 'ref' - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: eu-west-2 role-to-assume: ${{ secrets.REF_ARTILLERY_RUNNER_ROLE }}