Skip to content

Commit a1c0347

Browse files
authored
Update scorecard.yml
1 parent 14c432e commit a1c0347

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/scorecard.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
# of the value entered here.
5050
publish_results: true
5151

52-
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
53-
# format to the repository Actions tab.
54-
- name: "Upload artifact"
55-
uses: actions/upload-artifact@4.6.2
56-
with:
57-
name: SARIF file
58-
path: results.sarif
59-
retention-days: 5
52+
# # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
53+
# # format to the repository Actions tab.
54+
# - name: "Upload artifact"
55+
# uses: actions/upload-artifact@4.6.2
56+
# with:
57+
# name: SARIF file
58+
# path: results.sarif
59+
# retention-days: 5
6060

6161
# required for Code scanning alerts
6262
- name: "Upload SARIF results to code scanning"

0 commit comments

Comments
 (0)