File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3939
4040 - name : Upload cluster dump
4141 if : always()
42- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
42+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4343 with :
4444 name : kind-cluster-dump.txt
4545 path : |
Original file line number Diff line number Diff line change 6060 persist-credentials : false
6161
6262 - name : Download image
63- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
63+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
6464 if : ${{ github.event_name == 'pull_request' }}
6565 with :
6666 name : ${{ needs.build.outputs.image-slug }}
7474 docker image ls
7575
7676 - name : Download test image
77- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
77+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
7878 with :
7979 name : ${{ needs.build.outputs.image-slug }}-test
8080 path : /tmp
@@ -155,7 +155,7 @@ jobs:
155155 cluster_name : kind
156156
157157 - name : Download image
158- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
158+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
159159 with :
160160 name : ${{ needs.build.outputs.image-slug }}
161161 path : /tmp
@@ -214,7 +214,7 @@ jobs:
214214
215215 - name : Upload report
216216 if : always()
217- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
217+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
218218 with :
219219 name : iter8-report.html
220220 path : |
@@ -228,7 +228,7 @@ jobs:
228228
229229 - name : Upload cluster dump
230230 if : always()
231- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
231+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
232232 with :
233233 name : kind-cluster-dump.txt
234234 path : |
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ jobs:
6161 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262 # format to the repository Actions tab.
6363 - name : " Upload artifact"
64- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
64+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6565 with :
6666 name : SARIF file
6767 path : results.sarif
6868 retention-days : 5
6969
7070 # Upload the results to GitHub's code scanning dashboard.
7171 - name : " Upload to code-scanning"
72- uses : github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
72+ uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
7373 with :
7474 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments