Skip to content

Commit e7b561d

Browse files
committed
ci(scorecard): also pin codeql-action upload-sarif to commit SHA
Followup to the scorecard-action SHA fix in the previous commit. The codeql-action v4 pin (b25d0ebf...) was also a tag-object SHA, which the OSSF Scorecard webapp's post-hoc workflow verification rejects the same way as scorecard-action did: imposter commit: b25d0ebf... does not belong to github/codeql-action/upload-sarif Replace with the v4 commit SHA (95e58e9a...). Refs: Redmine #2362
1 parent 2babee8 commit e7b561d

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
@@ -40,6 +40,6 @@ jobs:
4040
retention-days: 5
4141

4242
- name: Upload to code-scanning
43-
uses: github/codeql-action/upload-sarif@b25d0ebf40e5b63ee81e1bd6e5d2a12b7c2aeb61 # v4
43+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
4444
with:
4545
sarif_file: results.sarif

0 commit comments

Comments
 (0)