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 5875a8e commit 8cfdccaCopy full SHA for 8cfdcca
.github/workflows/report-on-vulnerabilities.yaml
@@ -43,7 +43,7 @@ jobs:
43
fi
44
45
- name: Upload vulnerability scan report
46
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
47
if: steps.parse-results.outputs.results == 'found'
48
with:
49
name: scan.json
.github/workflows/scorecard.yaml
@@ -33,7 +33,7 @@ jobs:
33
publish_results: true
34
35
- name: "Upload artifact"
36
37
38
name: SARIF file
39
path: results.sarif
0 commit comments