Skip to content

Commit 1cabf4f

Browse files
Bump aws-actions/configure-aws-credentials
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 5579c002bb4778aa43395ef1df492868a9a1c83f to e3dd6a429d7300a6a4c196c26e071d42e0343502. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@5579c00...e3dd6a4) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: e3dd6a429d7300a6a4c196c26e071d42e0343502 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 03223b6 commit 1cabf4f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

.github/workflows/kops-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

.github/workflows/nightly-cron-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

.github/workflows/pr-manual-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

.github/workflows/weekly-cron-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

0 commit comments

Comments
 (0)