mirror of
https://github.com/helm/helm.git
synced 2026-04-10 03:16:20 -04:00
Merge pull request #32026 from gjenkins8/gjenkins/code_action_pin_v3
fix: pin codeql-action/upload-sarif to commit SHA in scorecards workflow [v3 backport]
This commit is contained in:
commit
d3bc8535bb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scorecards.yml
vendored
2
.github/workflows/scorecards.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue