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.
2 parents d66645f + c025d4f commit ef3c7c0Copy full SHA for ef3c7c0
.github/workflows/scorecard.yml
@@ -36,12 +36,12 @@ jobs:
36
results_format: sarif
37
publish_results: true
38
- name: "Upload artifact"
39
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
40
with:
41
name: SARIF file
42
path: results.sarif
43
retention-days: 5
44
- name: "Upload to code-scanning"
45
- uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.24.9
+ uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.24.9
46
47
sarif_file: results.sarif
0 commit comments