File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
shasum zarf-injector-arm64 >> checksums.txt
35
35
36
36
- 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
38
38
with :
39
39
role-to-assume : ${{ secrets.AWS_WRITE_ROLE }}
40
40
role-session-name : ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 31
31
run : make build-cli-linux-amd
32
32
33
33
- 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
35
35
with :
36
36
role-to-assume : ${{ secrets.AWS_NIGHTLY_ROLE }}
37
37
role-session-name : ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 39
39
uses : ./.github/actions/packages
40
40
41
41
- 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
43
43
with :
44
44
role-to-assume : ${{ secrets.AWS_NIGHTLY_ROLE }}
45
45
role-session-name : ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
19
19
- 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
21
21
with :
22
22
role-to-assume : ${{ secrets.AWS_KMS_ROLE }}
23
23
role-session-name : ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 57
57
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
58
58
59
59
- 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
61
61
with :
62
62
role-to-assume : ${{ secrets.AWS_KMS_ROLE }}
63
63
role-session-name : ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.
0 commit comments