File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 # For private repositories:
5757 # - `publish_results` will always be set to `false`, regardless
5858 # of the value entered here.
59- publish_results : true
59+ publish_results : false
6060
6161 # (Optional) Uncomment file_mode if you have a .gitattributes with files marked export-ignore
6262 # file_mode: git
7272
7373 # Upload the results to GitHub's code scanning dashboard (optional).
7474 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
75- # - name: "Upload to code-scanning"
76- # uses: github/codeql-action/upload-sarif@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
77- # with:
78- # sarif_file: results.sarif
75+ - name : " Upload to code-scanning"
76+ uses : github/codeql-action/upload-sarif@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
77+ with :
78+ sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments