File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ jobs:
224
224
if : ${{ github.ref_type == 'tag' && contains(inputs.image, 'ubi') }}
225
225
226
226
- name : Run Trivy vulnerability scanner
227
- uses : aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # 0.18 .0
227
+ uses : aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # 0.19 .0
228
228
continue-on-error : true
229
229
with :
230
230
image-ref : nginx/nginx-ingress:${{ steps.meta.outputs.version }}
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254
254
if : ${{ inputs.publish-image }}
255
255
256
256
- name : Run Trivy vulnerability scanner
257
- uses : aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # 0.18 .0
257
+ uses : aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # 0.19 .0
258
258
continue-on-error : true
259
259
with :
260
260
image-ref : ${{ steps.trivy-tag.outputs.tag }}
Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ jobs:
535
535
if : ${{ needs.checks.outputs.forked_workflow == 'false' && steps.base_exists.outputs.exists != 0 }}
536
536
537
537
- name : Fetch Cached Artifacts
538
- uses : actions/cache@v3
538
+ uses : actions/cache@v4
539
539
with :
540
540
path : ${{ github.workspace }}/dist
541
541
key : nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
@@ -561,7 +561,7 @@ jobs:
561
561
if : ${{ needs.checks.outputs.forked_workflow == 'true' || steps.check-image.outcome == 'failure' }}
562
562
563
563
- name : Build ${{ matrix.images.image }} Container
564
- uses : docker/build-push-action@v3
564
+ uses : docker/build-push-action@v5
565
565
with :
566
566
file : build/Dockerfile
567
567
context : " ."
You can’t perform that action at this time.
0 commit comments