Skip to content

Commit 29eb8a1

Browse files
author
Scott Straughan
committed
Pinned dependencies.
1 parent a4ddfc5 commit 29eb8a1

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@v4.6.2 # v4.6.2
36+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 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@v3.28.17 # 3.28.17
43+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # 3.28.17
4444
with:
4545
sarif_file: results.sarif

0 commit comments

Comments
 (0)