Skip to content

Commit 11f1571

Browse files
Bump aws-actions/configure-aws-credentials from 4.0.2 to 4.0.3
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.2 to 4.0.3. - [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.2...v4.0.3) --- 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]>
1 parent f6d6301 commit 11f1571

9 files changed

+11
-11
lines changed

.github/workflows/canary.yml

+1-1
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].2
125+
- uses: aws-actions/[email protected].3
126126
with:
127127
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
128128
role-duration-seconds: 7200

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

+1-1
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].2
18+
uses: aws-actions/[email protected].3
1919
with:
2020
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
2121
role-duration-seconds: 1200

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
restore-keys: |
103103
${{ runner.os }}-gradle-
104104
105-
- uses: aws-actions/[email protected].2
105+
- uses: aws-actions/[email protected].3
106106
with:
107107
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
108108
role-duration-seconds: 7200

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
4545
restore-keys: |
4646
${{ runner.os }}-node-
47-
- uses: aws-actions/[email protected].2
47+
- uses: aws-actions/[email protected].3
4848
with:
4949
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
5050
role-duration-seconds: 7200

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-go-${{ hashFiles('**/go.sum') }}
4545
restore-keys: |
4646
${{ runner.os }}-pip-
47-
- uses: aws-actions/[email protected].2
47+
- uses: aws-actions/[email protected].3
4848
with:
4949
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
5050
role-duration-seconds: 7200

.github/workflows/main-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: ${{ matrix.language == 'dotnet' }}
4747
with:
4848
dotnet-version: '6.0.405'
49-
- uses: aws-actions/[email protected].2
49+
- uses: aws-actions/[email protected].3
5050
with:
5151
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
5252
role-duration-seconds: 7200

.github/workflows/publish-status.yml

+1-1
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].2
40+
uses: aws-actions/[email protected].3
4141
with:
4242
role-to-assume: ${{ secrets.roleArn }}
4343
aws-region: ${{ inputs.region }}

.github/workflows/release.yml

+3-3
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].2
48+
- uses: aws-actions/[email protected].3
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].2
67+
- uses: aws-actions/[email protected].3
6868
with:
6969
role-to-assume: ${{ secrets.PROD_LAMBDA_ROLE_ARN }}
7070
role-duration-seconds: 1200
@@ -296,7 +296,7 @@ jobs:
296296
- name: Build functions
297297
run: GOARCH=${{ matrix.architecture }} ./build.sh ${{ matrix.architecture }}
298298
working-directory: ${{ env.TEST_LANGUAGE }}
299-
- uses: aws-actions/[email protected].2
299+
- uses: aws-actions/[email protected].3
300300
with:
301301
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
302302
role-duration-seconds: 1200

.github/workflows/soaking.yml

+1-1
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].2
130+
- uses: aws-actions/[email protected].3
131131
with:
132132
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
133133
mask-aws-account-id: false

0 commit comments

Comments
 (0)