File tree Expand file tree Collapse
8000
file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ jobs:
63
63
64
64
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
65
65
# format to the repository Actions tab.
66
- # - name: "Upload artifact"
67
- # uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
68
- # with:
69
- # name: SARIF file
70
- # path: results.sarif
71
- # retention-days: 5
66
+ - name : " Upload artifact"
67
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
68
+ with :
69
+ name : SARIF file
70
+ path : results.sarif
71
+ retention-days : 5
72
72
73
73
# Upload the results to GitHub's code scanning dashboard (optional).
74
74
# 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