File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 run : |
105105 docker save ghcr.io/doodlescheduling/saml-exporter:latest --output exporter-container.tar
106106 - name : Upload image
107- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
107+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
108108 with :
109109 name : exporter-container
110110 path : exporter-container.tar
Original file line number Diff line number Diff line change 4242 fi
4343
4444 - name : Upload vulnerability scan report
45- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
45+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
4646 if : steps.parse-results.outputs.results == 'found'
4747 with :
4848 name : scan.json
Original file line number Diff line number Diff line change 3333 publish_results : true
3434
3535 - name : " Upload artifact"
36- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
36+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
3737 with :
3838 name : SARIF file
3939 path : results.sarif
You can’t perform that action at this time.
0 commit comments