From 13ca0a902b39386e5515e248af710e786256afc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 19:06:35 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6 --- .github/workflows/build-push-ecr.yml | 2 +- .github/workflows/deploy-preview.yml | 2 +- .github/workflows/deploy-production.yml | 4 ++-- .github/workflows/destroy-preview.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-push-ecr.yml b/.github/workflows/build-push-ecr.yml index c375c47c..fe89c0c0 100644 --- a/.github/workflows/build-push-ecr.yml +++ b/.github/workflows/build-push-ecr.yml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: aws-region: ${{ inputs.aws_region }} role-to-assume: ${{ secrets.aws_role_arn }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 891f9d7e..fe2fc6a4 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -244,7 +244,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: aws-region: ${{ env.AWS_REGION }} role-to-assume: ${{ secrets.AWS_ACC_ROLE }} diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index e84a5bc5..79022032 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -47,7 +47,7 @@ jobs: GHCR_REPO: ${{ github.repository }} steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: aws-region: ${{ env.AWS_REGION }} role-to-assume: ${{ secrets.AWS_ACC_ROLE }} @@ -128,7 +128,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: aws-region: ${{ env.AWS_REGION }} role-to-assume: ${{ secrets.AWS_ACC_ROLE }} diff --git a/.github/workflows/destroy-preview.yml b/.github/workflows/destroy-preview.yml index 1467071f..bc477f39 100644 --- a/.github/workflows/destroy-preview.yml +++ b/.github/workflows/destroy-preview.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: aws-region: ${{ env.AWS_REGION }} role-to-assume: ${{ secrets.AWS_ACC_ROLE }}