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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
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
You can’t perform that action at this time.
0 commit comments