Skip to content

Commit 038ecd6

Browse files
author
Lukas Pühringer
authored
Merge pull request #2488 from jku/revert-scorecard-pinning
workflows: Partially revert action versions
2 parents 00b67c0 + d5c953d commit 038ecd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
2626

2727
- name: "Run analysis"
28-
uses: ossf/scorecard-action@v2 # unpinned since this is not security critical
28+
uses: ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3.0
2929
with:
3030
results_file: results.sarif
3131
# sarif format required by upload-sarif action

0 commit comments

Comments
 (0)