]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: bump actions/checkout from 4.2.2 to 5.0.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 15 Sep 2025 14:56:28 +0000 (14:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Sep 2025 21:15:19 +0000 (23:15 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...08c6903cd8c0fde910a37f88322edcfb5dd907a8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Closes #18556

.github/workflows/codeql.yml

index 8d23d6bac272e117b260b9318dff43b92a7f8664..9993d92cacf1b74227cebccf6bc41ae1b37ae239 100644 (file)
@@ -47,7 +47,7 @@ jobs:
     permissions:
       security-events: write  # To create/update security events
     steps:
-      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+      - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
         with:
           persist-credentials: false
 
@@ -81,7 +81,7 @@ jobs:
           sudo rm -f /var/lib/man-db/auto-update
           sudo apt-get -o Dpkg::Use-Pty=0 install libpsl-dev libbrotli-dev libidn2-dev libssh2-1-dev libnghttp2-dev libldap-dev
 
-      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+      - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
         with:
           persist-credentials: false