File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ jobs:
49
49
# of the value entered here.
50
50
publish_results : true
51
51
52
- # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
53
- # format to the repository Actions tab.
54
- - name : " Upload artifact"
55
- uses : actions/upload-artifact@4.6.2
56
- with :
57
- name : SARIF file
58
- path : results.sarif
59
- retention-days : 5
52
+ # # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
53
+ # # format to the repository Actions tab.
54
+ # - name: "Upload artifact"
55
+ # uses: actions/upload-artifact@4.6.2
56
+ # with:
57
+ # name: SARIF file
58
+ # path: results.sarif
59
+ # retention-days: 5
60
60
61
61
# required for Code scanning alerts
62
62
- name : " Upload SARIF results to code scanning"
You can’t perform that action at this time.
0 commit comments