From 610e5f7d7a7c2c605436266b1651f7bb9fcd61aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:45:25 +0000 Subject: [PATCH] build(deps): bump aws-actions/configure-aws-credentials Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 5.0.0 to 6.0.0. - [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/a03048d87541d1d9fcf2ecf528a4a65ba9bd7838...8df5847569e6427dd6c4fb1cf565c83acfa8afa7) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/release_installer.yml | 2 +- .github/workflows/release_promote.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d555c6f62..cb9e49822 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup AWS CLI - uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 + uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 with: role-to-assume: ${{ secrets.QLTY_RELEASE_AWS_ROLE_ARN }} role-session-name: ${{ vars.QLTY_RELEASE_AWS_ROLE_SESSION_NAME }} diff --git a/.github/workflows/release_installer.yml b/.github/workflows/release_installer.yml index 9a318de40..8850d91bd 100644 --- a/.github/workflows/release_installer.yml +++ b/.github/workflows/release_installer.yml @@ -31,7 +31,7 @@ jobs: installer/install.sh installer/install.ps1 - name: Setup AWS CLI - uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 + uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 with: role-to-assume: ${{ secrets.QLTY_RELEASE_AWS_ROLE_ARN }} role-session-name: ${{ vars.QLTY_RELEASE_AWS_ROLE_SESSION_NAME }} diff --git a/.github/workflows/release_promote.yml b/.github/workflows/release_promote.yml index f253824cb..6be54eade 100644 --- a/.github/workflows/release_promote.yml +++ b/.github/workflows/release_promote.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup AWS CLI - uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 + uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 with: role-to-assume: ${{ secrets.QLTY_RELEASE_AWS_ROLE_ARN }} role-session-name: ${{ vars.QLTY_RELEASE_AWS_ROLE_SESSION_NAME }}