File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ jobs:
6060 # of the value entered here.
6161 publish_results : true
6262
63- # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64- # format to the repository Actions tab.
65- - name : " Upload artifact"
66- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67- with :
68- name : SARIF file
69- path : results.sarif
70- retention-days : 5
63+ # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64+ # format to the repository Actions tab.
65+ - name : " Upload artifact"
66+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
67+ with :
68+ name : SARIF file
69+ path : results.sarif
70+ retention-days : 5
7171
7272 # Upload the results to GitHub's code scanning dashboard (optional).
7373 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147
148148 - name : Upload fuzz failure seed corpus as run artifact
149149 if : failure()
150- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
150+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
151151 with :
152152 name : testdata
153153 path : testdata
You can’t perform that action at this time.
0 commit comments