Skip to content

Commit 97aaf0b

Browse files
kpoinealrod-reis
andauthored
fix: remove codeql default action from scorecard. (#740)
Co-authored-by: Rodrigo Santos <rodreis@outlook.com>
1 parent e75698b commit 97aaf0b

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)