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 6d5e133 commit c6b2009Copy full SHA for c6b2009
.github/workflows/scorecards-analysis.yml
@@ -41,14 +41,14 @@ jobs:
41
42
# Upload the results as artifacts (optional).
43
- name: "Upload artifact"
44
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
45
with:
46
name: SARIF file
47
path: results.sarif
48
retention-days: 5
49
50
# Upload the results to GitHub's code scanning dashboard.
51
- name: "Upload to code-scanning"
52
- uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
+ uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
53
54
sarif_file: results.sarif
0 commit comments