Skip to content

Commit 1ebda4a

Browse files
committed
remove codeql default action from scorecard.
1 parent d7761e7 commit 1ebda4a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
# Upload the results to GitHub's code scanning dashboard (optional).
5656
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
57-
- name: "Upload to code-scanning"
58-
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
59-
with:
60-
sarif_file: results.sarif
57+
#- name: "Upload to code-scanning"
58+
# uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
59+
# with:
60+
# sarif_file: results.sarif

0 commit comments

Comments
 (0)