Skip to content

Commit 8f59541

Browse files
Bump aws-actions/configure-aws-credentials from 5 to 6 (#4725)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77c1452 commit 8f59541

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/deploy-catalog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: npm ci
3030
- run: npm run build
3131
- name: Configure AWS credentials from Prod account
32-
uses: aws-actions/configure-aws-credentials@v5
32+
uses: aws-actions/configure-aws-credentials@v6
3333
with:
3434
role-to-assume: arn:aws:iam::730278974607:role/github/GitHub-Quilt
3535
aws-region: us-east-1
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
registries: 709825985650
4444
- name: Configure AWS credentials from GovCloud account
45-
uses: aws-actions/configure-aws-credentials@v5
45+
uses: aws-actions/configure-aws-credentials@v6
4646
with:
4747
role-to-assume: arn:aws-us-gov:iam::313325871032:role/github/GitHub-Quilt
4848
aws-region: us-gov-east-1

.github/workflows/deploy-lambdas.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
-v "$PWD/lambdas/scripts/build_zip.sh":/build_zip.sh:z \
4545
"$BUILDER_IMAGE"
4646
- name: Configure AWS credentials from Prod account
47-
uses: aws-actions/configure-aws-credentials@v5
47+
uses: aws-actions/configure-aws-credentials@v6
4848
with:
4949
role-to-assume: arn:aws:iam::730278974607:role/github/GitHub-Quilt
5050
aws-region: us-east-1
@@ -53,7 +53,7 @@ jobs:
5353
s3_key="${{ matrix.path }}/${{ github.sha }}.zip"
5454
./lambdas/scripts/upload_zip.sh ./out.zip "$AWS_REGION" "$s3_key"
5555
- name: Configure AWS credentials from GovCloud account
56-
uses: aws-actions/configure-aws-credentials@v5
56+
uses: aws-actions/configure-aws-credentials@v6
5757
with:
5858
role-to-assume: arn:aws-us-gov:iam::313325871032:role/github/GitHub-Quilt
5959
aws-region: us-gov-east-1
@@ -81,14 +81,14 @@ jobs:
8181
working-directory: ./lambdas/${{ matrix.path }}
8282
run: docker buildx build -t "quiltdata/lambdas/${{ matrix.path }}:${{ github.sha }}" -f Dockerfile .
8383
- name: Configure AWS credentials from Prod account
84-
uses: aws-actions/configure-aws-credentials@v5
84+
uses: aws-actions/configure-aws-credentials@v6
8585
with:
8686
role-to-assume: arn:aws:iam::730278974607:role/github/GitHub-Quilt
8787
aws-region: us-east-1
8888
- name: Push Docker image to Prod ECR
8989
run: ./lambdas/scripts/upload_ecr.sh 730278974607 "quiltdata/lambdas/${{ matrix.path }}:${{ github.sha }}"
9090
- name: Configure AWS credentials from GovCloud account
91-
uses: aws-actions/configure-aws-credentials@v5
91+
uses: aws-actions/configure-aws-credentials@v6
9292
with:
9393
role-to-assume: arn:aws-us-gov:iam::313325871032:role/github/GitHub-Quilt
9494
aws-region: us-gov-east-1

.github/workflows/deploy-s3-proxy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v6
2323
- name: Configure AWS credentials from Prod account
24-
uses: aws-actions/configure-aws-credentials@v5
24+
uses: aws-actions/configure-aws-credentials@v6
2525
with:
2626
role-to-assume: arn:aws:iam::730278974607:role/github/GitHub-Quilt
2727
aws-region: us-east-1
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
registries: 709825985650
3636
- name: Configure AWS credentials from GovCloud account
37-
uses: aws-actions/configure-aws-credentials@v5
37+
uses: aws-actions/configure-aws-credentials@v6
3838
with:
3939
role-to-assume: arn:aws-us-gov:iam::313325871032:role/github/GitHub-Quilt
4040
aws-region: us-gov-east-1

0 commit comments

Comments
 (0)