File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ jobs:
563563 # The next action simply fails if there are any unpinned actions.
564564 - name : Verify that all workflow actions have pinned versions
565565 # yamllint disable-line rule:line-length
566- uses : zgosalvez/github-actions-ensure-sha-pinned-actions@d5d20e15f2736816ee0e001ba8b24b54d9ffcff4 # v5.0.0
566+ uses : zgosalvez/github-actions-ensure-sha-pinned-actions@70c4af2ed5282c51ba40566d026d6647852ffa3e # v5.0.1
567567
568568 # If we didn't fail the previous check, go on to more time-consuming ones.
569569 - name : Install actionlint
Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ jobs:
7373
7474 - name : Upload results to code-scanning dashboard
7575 # yamllint disable rule:line-length
76- uses : github/codeql-action/upload-sarif@5e7a52feb2a3dfb87f88be2af33b9e2275f48de6 # codeql-bundle-v2.24.2
76+ uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
7777 with :
7878 sarif_file : scorecard-results.sarif
7979
8080 - if : github.event.inputs.debug == true || runner.debug == true
8181 name : Upload results as artifacts to the workflow Summary page
8282 # yamllint disable rule:line-length
83- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
83+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
8484 with :
8585 name : Scorecard SARIF file
8686 path : scorecard-results.sarif
You can’t perform that action at this time.
0 commit comments