]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: update GHA dependencies
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Tue, 15 Oct 2024 14:16:14 +0000 (14:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 16 Oct 2024 06:34:19 +0000 (08:34 +0200)
- update Mbed-TLS/mbedtls to v3.6.2
- update libressl-portable/portable to v4
- update github/codeql-action digest to f779452

Closes #15301
Closes #15299
Closes #15188

.github/workflows/codeql-analysis.yml
.github/workflows/linux.yml

index e03e2ae5ee5caddaa6335d271fc4948ca3dc54e0..2c1cec5c636885c07c59373fa7d7af840c07cc78 100644 (file)
@@ -51,7 +51,7 @@ jobs:
 
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3
+        uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3
         with:
           languages: cpp
           queries: security-extended
@@ -59,7 +59,7 @@ jobs:
       # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
       # If this step fails, then you should remove it and run the build manually (see below)
       - name: Autobuild
-        uses: github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3
+        uses: github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b # v3
 
       # â„šī¸ Command-line programs to run using the OS shell.
       # đŸ“š https://git.io/JvXDl
@@ -73,4 +73,4 @@ jobs:
       #    make release
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3
+        uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3
index 54d42460563c87d9a2df4290d5cc036144696702..7357a67681b3b4993194ce50ad9e99bc4525b90f 100644 (file)
@@ -40,11 +40,11 @@ env:
   # unhandled
   bearssl-version: 0.6
   # renovate: datasource=github-tags depName=libressl-portable/portable versioning=semver registryUrl=https://github.com
-  libressl-version: 3.9.2
+  libressl-version: 4.0.0
   # renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<version>.+)-stable$ registryUrl=https://github.com
   wolfssl-version: 5.7.2
   # renovate: datasource=github-tags depName=Mbed-TLS/mbedtls versioning=semver registryUrl=https://github.com
-  mbedtls-version: 3.6.1
+  mbedtls-version: 3.6.2
   # renovate: datasource=github-tags depName=icing/mod_h2 versioning=semver registryUrl=https://github.com
   mod_h2-version: 2.0.29
   # renovate: datasource=github-tags depName=nibanks/msh3 versioning=semver registryUrl=https://github.com