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:
104
104
run : |
105
105
docker save ghcr.io/doodlescheduling/saml-exporter:latest --output exporter-container.tar
106
106
- name : Upload image
107
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
107
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
108
108
with :
109
109
name : exporter-container
110
110
path : exporter-container.tar
Original file line number Diff line number Diff line change 42
42
fi
43
43
44
44
- name : Upload vulnerability scan report
45
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
45
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
46
46
if : steps.parse-results.outputs.results == 'found'
47
47
with :
48
48
name : scan.json
Original file line number Diff line number Diff line change 33
33
publish_results : true
34
34
35
35
- name : " Upload artifact"
36
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
36
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
37
37
with :
38
38
name : SARIF file
39
39
path : results.sarif
You can’t perform that action at this time.
0 commit comments