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 c030094 commit 68b9c44Copy full SHA for 68b9c44
.github/workflows/scorecard.yml
@@ -37,14 +37,14 @@ jobs:
37
38
# Upload the results as artifacts.
39
- name: 'Upload artifact'
40
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
41
with:
42
name: SARIF file
43
path: results.sarif
44
retention-days: 5
45
46
# Upload the results to GitHub's code scanning dashboard.
47
- name: 'Upload to code-scanning'
48
- uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
+ uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
49
50
sarif_file: results.sarif
0 commit comments