Skip to content

Commit d1a1a9e

Browse files
Merge branch 'feat/add-trivy' of https://github.com/datavisyn/github-workflows into feat/add-trivy
2 parents fb9ae21 + 78e88c9 commit d1a1a9e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/actions/build-node-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ runs:
264264
# Chromatic
265265
- name: Run Chromatic
266266
if: inputs.enable_node == 'true' && inputs.chromatic_enable == 'true'
267-
uses: chromaui/action@v11.25.2
267+
uses: chromaui/action@v11.28.2
268268
with:
269269
exitZeroOnChanges: true
270270
exitOnceUploaded: true

.github/actions/build-push-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
using: "composite"
3535
steps:
3636
- name: Configure AWS Credentials
37-
uses: aws-actions/configure-aws-credentials@v4.0.3
37+
uses: aws-actions/configure-aws-credentials@v4.2.0
3838
with:
3939
role-to-assume: ${{ inputs.aws_role }}
4040
aws-region: ${{ inputs.aws_region }}

.github/actions/get-ecr-scan-result/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
using: "composite"
4444
steps:
4545
- name: Configure AWS Credentials
46-
uses: aws-actions/configure-aws-credentials@v4.0.3
46+
uses: aws-actions/configure-aws-credentials@v4.2.0
4747
with:
4848
role-to-assume: ${{ inputs.aws_role }}
4949
aws-region: ${{ inputs.aws_region }}

.github/actions/retag-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
using: "composite"
2424
steps:
2525
- name: Configure AWS Credentials
26-
uses: aws-actions/configure-aws-credentials@v4.0.3
26+
uses: aws-actions/configure-aws-credentials@v4.2.0
2727
with:
2828
role-to-assume: ${{ inputs.aws_role }}
2929
aws-region: ${{ inputs.aws_region }}

.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/configure-aws-credentials@v4.1.0
197+
uses: aws-actions/configure-aws-credentials@v4.2.0
198198
with:
199199
role-to-assume: ${{ vars.DV_AWS_ECR_ROLE }}
200200
aws-region: ${{ vars.DV_AWS_REGION }}
@@ -291,7 +291,7 @@ jobs:
291291
path: ./tmp/github-workflows
292292

293293
- name: Configure AWS Credentials
294-
uses: aws-actions/configure-aws-credentials@v4.1.0
294+
uses: aws-actions/configure-aws-credentials@v4.2.0
295295
with:
296296
role-to-assume: ${{ vars.DV_AWS_ECR_ROLE }}
297297
aws-region: ${{ vars.DV_AWS_REGION }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ jobs:
457457
path: playwright-report/
458458
- name: Run Chromatic Playwright
459459
if: ${{ inputs.chromatic_enable }}
460-
uses: chromaui/action@v11.25.2
460+
uses: chromaui/action@v11.28.2
461461
with:
462462
playwright: true
463463
exitZeroOnChanges: true

.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/configure-aws-credentials@v4.0.3
87+
uses: aws-actions/configure-aws-credentials@v4.2.0
8888
with:
8989
role-to-assume: ${{ vars.DV_AWS_ECR_ROLE }}
9090
aws_role: ${{ vars.DV_AWS_ECR_ROLE }}

0 commit comments

Comments
 (0)