Skip to content

Commit a4ddfc5

Browse files
author
Scott Straughan
committed
Small bug fix.
1 parent 380c0ae commit a4ddfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
publish_results: true
3434

3535
- name: 'Upload Artifact'
36-
uses: actions/upload-artifact@4.6.2 # v4.6.2
36+
uses: actions/upload-artifact@v4.6.2 # v4.6.2
3737
with:
3838
name: SARIF file
3939
path: results.sarif

0 commit comments

Comments
 (0)