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 a4ddfc5 commit 29eb8a1Copy full SHA for 29eb8a1
.github/workflows/scorecard.yml
@@ -33,13 +33,13 @@ jobs:
33
publish_results: true
34
35
- name: 'Upload Artifact'
36
- uses: actions/upload-artifact@v4.6.2 # v4.6.2
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
37
with:
38
name: SARIF file
39
path: results.sarif
40
retention-days: 5
41
42
- name: 'Upload to Code-Scanning'
43
- uses: github/codeql-action/upload-sarif@v3.28.17 # 3.28.17
+ uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # 3.28.17
44
45
sarif_file: results.sarif
0 commit comments