Skip to content

Commit ff763aa

Browse files
committed
ci: fix corrupted OpenSSF Scorecard action pin
The pinned commit SHA for ossf/scorecard-action did not exist — the tail of the hash was mangled (a bad paste), so the workflow failed at setup with 'unable to find version'. Pin the verified commit for the current v2.4.3 release instead.
1 parent 555f9d1 commit ff763aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Run OpenSSF Scorecard
31-
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75b3f5e0ba # v2.4.1
31+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
3232
with:
3333
results_file: scorecard-results.sarif
3434
results_format: sarif

0 commit comments

Comments
 (0)