We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381d35f commit d98aa28Copy full SHA for d98aa28
.github/workflows/scorecard.yml
@@ -38,14 +38,14 @@ jobs:
38
39
# Upload the results as artifacts.
40
- name: 'Upload artifact'
41
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
42
with:
43
name: SARIF file
44
path: results.sarif
45
retention-days: 5
46
47
# Upload the results to GitHub's code scanning dashboard.
48
- name: 'Upload to code-scanning'
49
- uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
+ uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
50
51
sarif_file: results.sarif
0 commit comments