Merge pull request #31974 from TerryHowe/fix/pin-actions-to-sha

fix: pin codeql-action/upload-sarif to commit SHA
This commit is contained in:
Terry Howe
2026-04-01 14:14:43 -06:00
committed by GitHub

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@v4
uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
with:
sarif_file: results.sarif