Skip to content

Commit 252bf0b

Browse files
Merge pull request #173 from datavisyn/dependabot/github_actions/aws-actions/configure-aws-credentials-4.2.1
Bump aws-actions/configure-aws-credentials from 4.2.0 to 4.2.1
2 parents 1a853f0 + d2d8974 commit 252bf0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
uses: docker/setup-buildx-action@v3
195195

196196
- name: Configure AWS Credentials
197-
uses: aws-actions/[email protected].0
197+
uses: aws-actions/[email protected].1
198198
with:
199199
role-to-assume: ${{ vars.DV_AWS_ECR_ROLE }}
200200
aws-region: ${{ vars.DV_AWS_REGION }}
@@ -286,7 +286,7 @@ jobs:
286286
path: ./tmp/github-workflows
287287

288288
- name: Configure AWS Credentials
289-
uses: aws-actions/[email protected].0
289+
uses: aws-actions/[email protected].1
290290
with:
291291
role-to-assume: ${{ vars.DV_AWS_ECR_ROLE }}
292292
aws-region: ${{ vars.DV_AWS_REGION }}

.github/workflows/deploy-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
client_payload: '{ "app": "${{ steps.get-parameters.outputs.app }}", "customer": "${{ inputs.customer }}", "stage": "${{ inputs.stage }}", "sub_app": "${{ steps.get-parameters.outputs.sub_app }}", "branch": "${{ steps.get-parameters.outputs.image_tag2 }}", "add_revision_as_tag": "${{ inputs.add_revision_as_tag }}" }'
8585
- name: Configure AWS Credentials
8686
if: ${{ inputs.add_revision_as_tag == true }}
87-
uses: aws-actions/[email protected].0
87+
uses: aws-actions/[email protected].1
8888
with:
8989
role-to-assume: ${{ vars.DV_AWS_ECR_ROLE }}
9090
aws_role: ${{ vars.DV_AWS_ECR_ROLE }}

0 commit comments

Comments
 (0)