]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: update CI dependencies
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sat, 24 Aug 2024 21:33:05 +0000 (21:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Aug 2024 21:39:02 +0000 (23:39 +0200)
- update github/codeql-action digest to 2c779ab
- update awslabs/aws-lc to v1.34.2
- update ngtcp2/nghttp3 to v1.5.0
- update ngtcp2/ngtcp2 to v1.7.0

Closes #14638
Closes #14639
Closes #14675
Closes #14676

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

index d1ffdc5edcf6598f91629109580ac86a451b7924..5531507beeea3d6e21afe554b79a379322d36734 100644 (file)
@@ -42,7 +42,7 @@ env:
   MAKEFLAGS: -j 5
 
   # renovate: datasource=github-tags depName=awslabs/aws-lc versioning=semver registryUrl=https://github.com
-  awslc-version: 1.33.0
+  awslc-version: 1.34.2
 
 jobs:
   autoconf:
index da4e2cf208871d028dc44ec98d28eeda92173f86..8bb807cc318a30a2ea306fc70463e68390d6f59b 100644 (file)
@@ -53,7 +53,7 @@ jobs:
 
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3
+        uses: github/codeql-action/init@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3
         with:
           languages: cpp
           queries: security-extended
@@ -61,7 +61,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@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3
+        uses: github/codeql-action/autobuild@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3
 
       # â„šī¸ Command-line programs to run using the OS shell.
       # đŸ“š https://git.io/JvXDl
@@ -75,4 +75,4 @@ jobs:
       #    make release
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3
+        uses: github/codeql-action/analyze@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3
index d3134ddfb01c6d66b14407127c6e01ec79e099e6..85dd8bde9f8bc3748b30b24ae3d2c2599b0425bb 100644 (file)
@@ -52,9 +52,9 @@ env:
   gnutls-version: 3.8.7
   wolfssl-version: master
   # renovate: datasource=github-tags depName=ngtcp2/nghttp3 versioning=semver registryUrl=https://github.com
-  nghttp3-version: 1.4.0
+  nghttp3-version: 1.5.0
   # renovate: datasource=github-tags depName=ngtcp2/ngtcp2 versioning=semver registryUrl=https://github.com
-  ngtcp2-version: 1.6.0
+  ngtcp2-version: 1.7.0
   # renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com
   nghttp2-version: 1.62.1
   # renovate: datasource=github-tags depName=cloudflare/quiche versioning=semver registryUrl=https://github.com