Skip to content

Commit 9c903a5

Browse files
chore(deps): bump aws-actions/configure-aws-credentials from 4.0.3 to 4.1.0 (#3488)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56a370b commit 9c903a5

5 files changed

+5
-5
lines changed

.github/workflows/build-rust-injector.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shasum zarf-injector-arm64 >> checksums.txt
3535
3636
- name: Auth with AWS
37-
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
37+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
3838
with:
3939
role-to-assume: ${{ secrets.AWS_WRITE_ROLE }}
4040
role-session-name: ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }}

.github/workflows/nightly-ecr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: make build-cli-linux-amd
3232

3333
- name: Auth with AWS
34-
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
34+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
3535
with:
3636
role-to-assume: ${{ secrets.AWS_NIGHTLY_ROLE }}
3737
role-session-name: ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }}

.github/workflows/nightly-eks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: ./.github/actions/packages
4040

4141
- name: Auth with AWS
42-
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
42+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
4343
with:
4444
role-to-assume: ${{ secrets.AWS_NIGHTLY_ROLE }}
4545
role-session-name: ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }}

.github/workflows/publish-application-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818

1919
- name: Auth with AWS
20-
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
20+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
2121
with:
2222
role-to-assume: ${{ secrets.AWS_KMS_ROLE }}
2323
role-session-name: ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo ZARF_AGENT_IMAGE_DIGEST=$(docker buildx imagetools inspect ghcr.io/zarf-dev/zarf/agent:$GITHUB_REF_NAME --format '{{ json . }}' | jq -r .manifest.digest) >> $GITHUB_ENV
5858
5959
- name: Auth with AWS
60-
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
60+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
6161
with:
6262
role-to-assume: ${{ secrets.AWS_KMS_ROLE }}
6363
role-session-name: ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)