Skip to content

Commit e9677b3

Browse files
author
Scott Straughan
committed
Tweaks to scorecard workflow to fix recurring issue.
1 parent aff1ae2 commit e9677b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
publish_results: true
3434

3535
- name: 'Upload Artifact'
36-
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
36+
uses: actions/upload-artifact@4.6.2 # v4.6.2
3737
with:
3838
name: SARIF file
3939
path: results.sarif
4040
retention-days: 5
4141

4242
- name: 'Upload to Code-Scanning'
43-
uses: github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
43+
uses: github/codeql-action/upload-sarif@3.28.17 # 3.28.17
4444
with:
4545
sarif_file: results.sarif

0 commit comments

Comments
 (0)