Skip to content

Commit 80912f4

Browse files
dependabot[bot]mkannwischer
authored andcommitted
Bump aws-actions/configure-aws-credentials from 6.2.0 to 6.2.1
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.2.0 to 6.2.1. - [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@e7f100c...254c19b) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82f58cb commit 80912f4

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/bench_ec2_reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
echo "Using AMI ID: $AMI_ID"
111111
echo "AMI_ID=$AMI_ID" >> "$GITHUB_OUTPUT"
112112
- name: Configure AWS credentials
113-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
113+
uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
114114
with:
115115
role-to-assume: ${{ env.AWS_ROLE }}
116116
aws-region: ${{ inputs.aws_region }}
@@ -228,7 +228,7 @@ jobs:
228228
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
229229
steps:
230230
- name: Configure AWS credentials
231-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
231+
uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
232232
with:
233233
role-to-assume: ${{ env.AWS_ROLE }}
234234
aws-region: ${{ inputs.aws_region }}

.github/workflows/ci_ec2_container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
echo "Using AMI ID: $AMI_ID"
102102
echo "AMI_ID=$AMI_ID" >> "$GITHUB_OUTPUT"
103103
- name: Configure AWS credentials
104-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
104+
uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
105105
with:
106106
role-to-assume: ${{ env.AWS_ROLE }}
107107
aws-region: ${{ env.AWS_REGION }}
@@ -216,7 +216,7 @@ jobs:
216216
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
217217
steps:
218218
- name: Configure AWS credentials
219-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
219+
uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
220220
with:
221221
role-to-assume: ${{ env.AWS_ROLE }}
222222
aws-region: ${{ env.AWS_REGION }}

.github/workflows/ci_ec2_reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
echo "Using AMI ID: $AMI_ID"
108108
echo "AMI_ID=$AMI_ID" >> "$GITHUB_OUTPUT"
109109
- name: Configure AWS credentials
110-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
110+
uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
111111
with:
112112
role-to-assume: ${{ env.AWS_ROLE }}
113113
aws-region: ${{ env.AWS_REGION }}
@@ -235,7 +235,7 @@ jobs:
235235
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
236236
steps:
237237
- name: Configure AWS credentials
238-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
238+
uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
239239
with:
240240
role-to-assume: ${{ env.AWS_ROLE }}
241241
aws-region: ${{ env.AWS_REGION }}

.github/workflows/integration-pavona.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3030

3131
- name: Configure AWS credentials
32-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
32+
uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
3333
with:
3434
role-to-assume: ${{ env.AWS_ROLE }}
3535
aws-region: ${{ env.AWS_REGION }}
@@ -112,7 +112,7 @@ jobs:
112112
if: ${{ always() && needs.start-ec2-runner.result != 'skipped' }} # required to stop the runner even if errors occur
113113
steps:
114114
- name: Configure AWS credentials
115-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
115+
uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
116116
with:
117117
role-to-assume: ${{ env.AWS_ROLE }}
118118
aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)