From 9358b5f570f7b0df0f28b722fec5f83a63b7673b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:04:22 +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 6. - [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...v6) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' 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..45b10000 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@v6 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@v6 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..04c27f56 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@v6 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@v6 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..e95137d2 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@v6 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@v6 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..0de64182 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@v6 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@v6 with: aws-region: eu-west-2 role-to-assume: ${{ secrets.REF_ARTILLERY_RUNNER_ROLE }}