Skip to content

Commit ec1eb58

Browse files
committedJul 1, 2024·
Turn off downstream broken CI step
1 parent a95ac95 commit ec1eb58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.github/workflows/scorecard.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
path: results.sarif
6868
retention-days: 5
6969

70-
# Upload the results to GitHub's code scanning dashboard.
71-
- name: "Upload to code-scanning"
72-
uses: github/codeql-action/upload-sarif@v3
73-
with:
74-
sarif_file: results.sarif
70+
# # Upload the results to GitHub's code scanning dashboard.
71+
# - name: "Upload to code-scanning"
72+
# uses: github/codeql-action/upload-sarif@v3
73+
# with:
74+
# sarif_file: results.sarif

0 commit comments

Comments
 (0)
Please sign in to comment.