From 10df4dd58ef5947fcc49d949a8fb511a778f5f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 04:26:49 +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 4.0.3 to 4.1.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/4fc4975a852c8cd99761e2de1f4ba73402e44dd9...ececac1a45f3b08a01d2dd070d28d111c5fe6722) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cr.qa.deploy.yaml | 2 +- .github/workflows/cr.staging.deploy.yaml | 2 +- .github/workflows/dev.deploy.yaml | 2 +- .github/workflows/mainnet.deploy.yaml | 2 +- .github/workflows/staging.deploy.yaml | 2 +- .github/workflows/testnet.deploy.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cr.qa.deploy.yaml b/.github/workflows/cr.qa.deploy.yaml index 250000063..7c7bfe9f3 100644 --- a/.github/workflows/cr.qa.deploy.yaml +++ b/.github/workflows/cr.qa.deploy.yaml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 #v4.0.3 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 #v4.1.0 with: role-to-assume: ${{ secrets.AWS_LOGIN_QA_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }} diff --git a/.github/workflows/cr.staging.deploy.yaml b/.github/workflows/cr.staging.deploy.yaml index 661169590..f44867c27 100644 --- a/.github/workflows/cr.staging.deploy.yaml +++ b/.github/workflows/cr.staging.deploy.yaml @@ -39,7 +39,7 @@ jobs: ref: ${{ github.ref }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 #v4.0.3 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 #v4.1.0 with: role-to-assume: ${{ secrets.AWS_LOGIN_STAGING_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }} diff --git a/.github/workflows/dev.deploy.yaml b/.github/workflows/dev.deploy.yaml index 704cd6232..b1b4417ff 100644 --- a/.github/workflows/dev.deploy.yaml +++ b/.github/workflows/dev.deploy.yaml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 #v4.0.3 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 #v4.1.0 with: role-to-assume: ${{ secrets.AWS_LOGIN_DEV_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }} diff --git a/.github/workflows/mainnet.deploy.yaml b/.github/workflows/mainnet.deploy.yaml index 7229184bb..f06d99eaf 100644 --- a/.github/workflows/mainnet.deploy.yaml +++ b/.github/workflows/mainnet.deploy.yaml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 #v4.0.3 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 #v4.1.0 with: role-to-assume: ${{ secrets.AWS_LOGIN_MAINNET_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }} diff --git a/.github/workflows/staging.deploy.yaml b/.github/workflows/staging.deploy.yaml index b01ee746a..36c614dbf 100644 --- a/.github/workflows/staging.deploy.yaml +++ b/.github/workflows/staging.deploy.yaml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 #v4.0.3 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 #v4.1.0 with: role-to-assume: ${{ secrets.AWS_LOGIN_STAGING_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }} diff --git a/.github/workflows/testnet.deploy.yaml b/.github/workflows/testnet.deploy.yaml index 3b87fc00f..d18b7b556 100644 --- a/.github/workflows/testnet.deploy.yaml +++ b/.github/workflows/testnet.deploy.yaml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 #v4.0.3 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 #v4.1.0 with: role-to-assume: ${{ secrets.AWS_LOGIN_TESTNET_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }}