Merge pull request #32026 from gjenkins8/gjenkins/code_action_pin_v3
Some checks are pending
build-test / build (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
golangci-lint / golangci-lint (push) Waiting to run

fix: pin codeql-action/upload-sarif to commit SHA in scorecards workflow [v3 backport]
This commit is contained in:
Terry Howe 2026-04-09 03:14:55 -06:00 committed by GitHub
commit d3bc8535bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@v3
uses: github/codeql-action/upload-sarif@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.35.1
with:
sarif_file: results.sarif