Skip to content

Commit fd6456e

Browse files
authored
Update all GitHub Actions versions (#1215)
Latest versions obtained by running `actions-up -r` in the directory.
1 parent 460238f commit fd6456e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/scorecard-scanner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)