From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 21:33:05 +0000 (+0000) Subject: GHA: update CI dependencies X-Git-Tag: curl-8_10_0~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d4d1c712f6661d264908ff66656b79d53cab1a5;p=thirdparty%2Fcurl.git GHA: update CI dependencies - 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 --- diff --git a/.github/workflows/awslc.yml b/.github/workflows/awslc.yml index d1ffdc5edc..5531507bee 100644 --- a/.github/workflows/awslc.yml +++ b/.github/workflows/awslc.yml @@ -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: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index da4e2cf208..8bb807cc31 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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 diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index d3134ddfb0..85dd8bde9f 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -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