Skip to content

Commit b357d29

Browse files
Bump aws-actions/configure-aws-credentials from 4.0.0 to 4.0.1 (#736)
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.0 to 4.0.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@v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d153e47 commit b357d29

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Build functions
123123
run: GOARCH=${{ matrix.architecture }} ./build.sh ${{ matrix.architecture }}
124124
working-directory: ${{ matrix.language }}
125-
- uses: aws-actions/[email protected].0
125+
- uses: aws-actions/[email protected].1
126126
with:
127127
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
128128
role-duration-seconds: 7200

.github/workflows/docker-build-lambda-soak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Configure AWS Credentials
18-
uses: aws-actions/[email protected].0
18+
uses: aws-actions/[email protected].1
1919
with:
2020
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
2121
role-duration-seconds: 1200

.github/workflows/main-build-python39.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-go-${{ hashFiles('**/go.sum') }}
4848
restore-keys: |
4949
${{ runner.os }}-pip-
50-
- uses: aws-actions/[email protected].0
50+
- uses: aws-actions/[email protected].1
5151
with:
5252
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
5353
role-duration-seconds: 7200

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
if: ${{ matrix.language == 'dotnet' }}
135135
with:
136136
dotnet-version: '6.0.405'
137-
- uses: aws-actions/[email protected].0
137+
- uses: aws-actions/[email protected].1
138138
with:
139139
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
140140
role-duration-seconds: 7200

.github/workflows/publish-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
contents: read
3838
steps:
3939
- name: Configure AWS Credentials
40-
uses: aws-actions/[email protected].0
40+
uses: aws-actions/[email protected].1
4141
with:
4242
role-to-assume: ${{ secrets.roleArn }}
4343
aws-region: ${{ inputs.region }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
architecture: ${{ fromJson(github.event.inputs.architecture) }}
4646
aws_region: ${{ fromJson(github.event.inputs.aws_region) }}
4747
steps:
48-
- uses: aws-actions/[email protected].0
48+
- uses: aws-actions/[email protected].1
4949
with:
5050
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
5151
role-duration-seconds: 1200
@@ -64,7 +64,7 @@ jobs:
6464
URL=$(aws lambda get-layer-version-by-arn --arn ${{ env.LAYER_ARN }} --query Content.Location --output text)
6565
curl $URL -o layer.zip
6666
# switch to prod
67-
- uses: aws-actions/[email protected].0
67+
- uses: aws-actions/[email protected].1
6868
with:
6969
role-to-assume: ${{ secrets.PROD_LAMBDA_ROLE_ARN }}
7070
role-duration-seconds: 1200
@@ -295,7 +295,7 @@ jobs:
295295
- name: Build functions
296296
run: GOARCH=${{ matrix.architecture }} ./build.sh ${{ matrix.architecture }}
297297
working-directory: ${{ env.TEST_LANGUAGE }}
298-
- uses: aws-actions/[email protected].0
298+
- uses: aws-actions/[email protected].1
299299
with:
300300
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
301301
role-duration-seconds: 1200

.github/workflows/soaking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
if: ${{ matrix.language == 'dotnet' }}
128128
with:
129129
dotnet-version: '6.0.405'
130-
- uses: aws-actions/[email protected].0
130+
- uses: aws-actions/[email protected].1
131131
with:
132132
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
133133
mask-aws-account-id: false

0 commit comments

Comments
 (0)