Skip to content

Commit 4044bf8

Browse files
Update scorecard.yml
Removed creation of artifacts
1 parent 654e480 commit 4044bf8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/scorecard.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@ jobs:
5656
# of the value entered here.
5757
publish_results: true
5858

59-
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60-
# format to the repository Actions tab.
61-
- name: "Upload artifact"
62-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
63-
with:
64-
name: SARIF file
65-
path: results.sarif
66-
retention-days: 5
67-
6859
# Upload the results to GitHub's code scanning dashboard.
6960
- name: "Upload to code-scanning"
7061
uses: github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4

0 commit comments

Comments
 (0)