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 aff1ae2 commit e9677b3Copy full SHA for e9677b3
.github/workflows/scorecard.yml
@@ -33,13 +33,13 @@ jobs:
33
publish_results: true
34
35
- name: 'Upload Artifact'
36
- uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
+ uses: actions/upload-artifact@4.6.2 # 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@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
+ uses: github/codeql-action/upload-sarif@3.28.17 # 3.28.17
44
45
sarif_file: results.sarif
0 commit comments