File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 run : |
126126 docker save --output webhook-controller-container.tar webhook-controller:latest
127127 - name : Upload image
128- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
128+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
129129 with :
130130 name : webhook-controller-container
131131 path : webhook-controller-container.tar
@@ -165,7 +165,7 @@ jobs:
165165 uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
166166
167167 - name : Download webhook-controller container
168- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
168+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0 .0
169169 with :
170170 name : webhook-controller-container
171171 path : /tmp
Original file line number Diff line number Diff line change 4343 fi
4444
4545 - name : Upload vulnerability scan report
46- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
46+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4747 if : steps.parse-results.outputs.results == 'found'
4848 with :
4949 name : scan.json
6565 - name : Checkout
6666 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6767 - name : Download scan
68- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
68+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0 .0
6969 with :
7070 name : scan.json
7171 - name : Set scan output
Original file line number Diff line number Diff line change 3333 publish_results : true
3434
3535 - name : " Upload artifact"
36- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3737 with :
3838 name : SARIF file
3939 path : results.sarif
You can’t perform that action at this time.
0 commit comments