Skip to content

Commit 202c60a

Browse files
authored
fix: pin codeql-action/upload-sarif to SHA in scorecard workflow (#267)
## Summary - Pin `github/codeql-action/upload-sarif` from tag reference `@v4` to full commit SHA `@38697555549f1db7851b81482ff19f1fa5c4fedc` (v4.34.1) - This was the only non-SHA-pinned action reference across all workflow files - Fixes OpenSSF Scorecard workflow failure due to org policy requiring SHA-pinned actions ## Test plan - [ ] Scorecard workflow runs successfully with the pinned SHA
2 parents f6511f3 + dda8415 commit 202c60a

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
@@ -30,6 +30,6 @@ jobs:
3030
publish_results: true
3131

3232
- name: Upload to code-scanning
33-
uses: github/codeql-action/upload-sarif@v4
33+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
3434
with:
3535
sarif_file: results.sarif

0 commit comments

Comments
 (0)