File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
3333 sudo mv /tmp/eksctl /usr/local/bin/
3434 - name : Set up AWS credentials
35- uses : aws-actions/configure-aws-credentials@5579c002bb4778aa43395ef1df492868a9a1c83f # refs/tags/v4.0.2
35+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # refs/tags/v4.0.2
3636 with :
3737 role-to-assume : ${{ secrets.OSS_TEST_ROLE_ARN }}
3838 role-duration-seconds : 14400 # 4 hours
Original file line number Diff line number Diff line change 3131 curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
3232 sudo mv /tmp/eksctl /usr/local/bin/
3333 - name : Set up AWS credentials
34- uses : aws-actions/configure-aws-credentials@5579c002bb4778aa43395ef1df492868a9a1c83f # refs/tags/v4.0.2
34+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # refs/tags/v4.0.2
3535 with :
3636 role-to-assume : ${{ secrets.OSS_TEST_ROLE_ARN }}
3737 role-duration-seconds : 28800 # 8 hours
Original file line number Diff line number Diff line change 3131 curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
3232 sudo mv /tmp/eksctl /usr/local/bin/
3333 - name : Set up AWS credentials
34- uses : aws-actions/configure-aws-credentials@5579c002bb4778aa43395ef1df492868a9a1c83f # refs/tags/v4.0.2
34+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # refs/tags/v4.0.2
3535 with :
3636 role-to-assume : ${{ secrets.OSS_TEST_ROLE_ARN }}
3737 role-duration-seconds : 14400 # 4 hours
Original file line number Diff line number Diff line change 3737 curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
3838 sudo mv /tmp/eksctl /usr/local/bin/
3939 - name : Set up AWS credentials
40- uses : aws-actions/configure-aws-credentials@5579c002bb4778aa43395ef1df492868a9a1c83f # refs/tags/v4.0.2
40+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # refs/tags/v4.0.2
4141 with :
4242 role-to-assume : ${{ secrets.OSS_TEST_ROLE_ARN }}
4343 role-duration-seconds : 14400 # 4 hours
Original file line number Diff line number Diff line change 3131 curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
3232 sudo mv /tmp/eksctl /usr/local/bin/
3333 - name : Set up AWS credentials
34- uses : aws-actions/configure-aws-credentials@5579c002bb4778aa43395ef1df492868a9a1c83f # refs/tags/v4.0.2
34+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # refs/tags/v4.0.2
3535 with :
3636 role-to-assume : ${{ secrets.OSS_TEST_ROLE_ARN }}
3737 role-duration-seconds : 28800 # 8 hours
You can’t perform that action at this time.
0 commit comments