We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654e480 commit 4044bf8Copy full SHA for 4044bf8
.github/workflows/scorecard.yml
@@ -56,15 +56,6 @@ jobs:
56
# of the value entered here.
57
publish_results: true
58
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
-
68
# Upload the results to GitHub's code scanning dashboard.
69
- name: "Upload to code-scanning"
70
uses: github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
0 commit comments