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 f51066b commit db91b57Copy full SHA for db91b57
.github/workflows/scorecard.yml
@@ -43,12 +43,6 @@ jobs:
43
44
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
45
# format to the repository Actions tab.
46
- - name: "Upload artifact"
47
- uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
48
- with:
49
- name: SARIF-file
50
- path: results.sarif
51
- retention-days: 5
52
53
# Upload the results to GitHub's code scanning dashboard (optional).
54
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
0 commit comments