Skip to content

Commit a7406f8

Browse files
chore(deps): update aws-actions/configure-aws-credentials action to v5.1.1
1 parent 9d16fdc commit a7406f8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cloudfront-deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
using: 'composite'
2323
steps:
2424
- name: Configure AWS credentials using the OpenID Connect (OIDC) provider 🔑
25-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
25+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
2626
with:
2727
aws-region: ${{ inputs.aws-region }}
2828
role-to-assume: ${{ inputs.aws-role-arn }}

ecs-update-and-deploy-task-definition/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353

5454
steps:
5555
- name: Configure AWS credentials using the OpenID Connect (OIDC) provider 🔑
56-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
56+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
5757
with:
5858
aws-region: "${{ inputs.aws-region }}"
5959
role-to-assume: "${{ inputs.aws-role-arn }}"

package-and-upload-artifact/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
- name: Configure AWS credentials in dev
2626
if: ${{ fromJSON(inputs.config).dev != null }}
2727
id: aws-credentials-dev
28-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
28+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
2929
with:
3030
aws-region: ${{ fromJSON(inputs.config).dev.defaultRegion }}
3131
role-to-assume: ${{ fromJSON(inputs.config).dev.artifactRoleArn }}
@@ -35,7 +35,7 @@ runs:
3535
- name: Configure AWS credentials in prod
3636
if: ${{ fromJSON(inputs.config).prod != null }}
3737
id: aws-credentials-prod
38-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
38+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
3939
with:
4040
aws-region: ${{ fromJSON(inputs.config).prod.defaultRegion }}
4141
role-to-assume: ${{ fromJSON(inputs.config).prod.artifactRoleArn }}

terraform-deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
fetch-depth: 1
9292

9393
- name: Configure AWS credentials
94-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
94+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
9595
with:
9696
aws-region: ${{ fromJSON(inputs.config)[inputs.environment].defaultRegion }}
9797
role-to-assume: ${{ fromJSON(inputs.config)[inputs.environment].deploymentRoleArn }}

0 commit comments

Comments
 (0)