File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2323
2424 - name : Auth with AWS
25- uses : aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
25+ uses : aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
2626 with :
2727 role-to-assume : ${{ secrets.AWS_NIGHTLY_ECR_ROLE_ARN }}
2828 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 3939 uses : ./.github/actions/packages
4040
4141 - name : Auth with AWS
42- uses : aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
42+ uses : aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
4343 with :
4444 role-to-assume : ${{ secrets.AWS_NIGHTLY_EKS_ROLE_ARN }}
4545 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 @@ -102,7 +102,7 @@ jobs:
102102 echo ZARF_AGENT_IMAGE_DIGEST=$(docker buildx imagetools inspect ghcr.io/zarf-dev/zarf/agent:$CLI_VERSION --format '{{ json . }}' | jq -r .manifest.digest) >> $GITHUB_ENV
103103
104104 - name : Auth with AWS
105- uses : aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
105+ uses : aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
106106 with :
107107 role-to-assume : ${{ secrets.AWS_KMS_ROLE_ARN }}
108108 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 1717 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1818
1919 - name : Auth with AWS
20- uses : aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
20+ uses : aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
2121 with :
2222 role-to-assume : ${{ secrets.AWS_KMS_ROLE_ARN }}
2323 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 5151 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
5252
5353 - name : Auth with AWS
54- uses : aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
54+ uses : aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
5555 with :
5656 role-to-assume : ${{ secrets.AWS_KMS_ROLE_ARN }}
5757 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