From d930bb3ecba4f7ca42465e60490cfb4a383a0961 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:52:08 -0500 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v4.0.3 (#3649) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/publish-image/action.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/soak-test-cleanup.yml | 2 +- .github/workflows/soak-test-start.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/publish-image/action.yml b/.github/actions/publish-image/action.yml index a931b9a24b..263ce99dee 100644 --- a/.github/actions/publish-image/action.yml +++ b/.github/actions/publish-image/action.yml @@ -36,7 +36,7 @@ runs: using: 'composite' steps: - name: Configure AWS Credentials for SDLC Private ECR - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 with: role-to-assume: ${{ inputs.aws-role }} aws-region: ${{ inputs.aws-region }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index faf5855be4..6ccfc20a77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: - name: Check out code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Configure AWS Credentials for SDLC Private ECR - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 with: role-to-assume: ${{ secrets.AWS_OIDC_IAM_ROLE_ARN }} aws-region: ${{ secrets.AWS_REGION_ECR_PRIVATE }} diff --git a/.github/workflows/soak-test-cleanup.yml b/.github/workflows/soak-test-cleanup.yml index 87f566fbde..4aed0b4044 100644 --- a/.github/workflows/soak-test-cleanup.yml +++ b/.github/workflows/soak-test-cleanup.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 with: aws-access-key-id: ${{ secrets.QA_SDLC_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.QA_SDLC_AWS_SECRET_KEY }} diff --git a/.github/workflows/soak-test-start.yml b/.github/workflows/soak-test-start.yml index c4772fdcfd..a0ba068071 100644 --- a/.github/workflows/soak-test-start.yml +++ b/.github/workflows/soak-test-start.yml @@ -42,7 +42,7 @@ jobs: state: all - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 with: aws-region: ${{ secrets.QA_AWS_REGION }} role-to-assume: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}