Skip to content

Commit d5c953d

Browse files
committed
workflows: Partially revert action versions
Commit f005825 started not pinning hashes for actions that are used in workflows that have no runtime or build security impact. The change does not work for scorecard as scorecard does not tag "v2": so we have to pin it. Luckily scorecard does not do that many releases. Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 00b67c0 commit d5c953d

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)