From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:02:51 +0000 (+0000) Subject: GHA: update four depencencies X-Git-Tag: curl-8_11_1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72266a3e9f00d95b7acfcce2c04ab049e3eca38b;p=thirdparty%2Fcurl.git GHA: update four depencencies - github/codeql-action digest to aa57810 - cross-platform-actions/action action to v0.26.0 - actions/cache digest to 1bd1e32 - msys2/setup-msys2 digest to d44ca8e Closes #15674 Closes #15686 Closes #15696 Closes #15702 --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1d650712fd..9a269cb9bc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -51,7 +51,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3 + uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # 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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3 + uses: github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # 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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3 + uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3 diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index af07460745..c047857bab 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -90,7 +90,7 @@ jobs: steps: - name: cache quictls - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-quictls-no-deprecated env: cache-name: cache-quictls-no-deprecated @@ -99,7 +99,7 @@ jobs: key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.quictls-version }}-quic1 - name: cache gnutls - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-gnutls env: cache-name: cache-gnutls @@ -108,7 +108,7 @@ jobs: key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.gnutls-version }} - name: cache wolfssl - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-wolfssl env: cache-name: cache-wolfssl @@ -118,7 +118,7 @@ jobs: key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.wolfssl-version }} - name: cache nghttp3 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-nghttp3 env: cache-name: cache-nghttp3 @@ -127,7 +127,7 @@ jobs: key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.nghttp3-version }} - name: cache ngtcp2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-ngtcp2 env: cache-name: cache-ngtcp2 @@ -136,7 +136,7 @@ jobs: key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.ngtcp2-version }} - name: cache nghttp2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-nghttp2 env: cache-name: cache-nghttp2 @@ -337,7 +337,7 @@ jobs: name: 'install prereqs' - name: cache quictls - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-quictls-no-deprecated env: cache-name: cache-quictls-no-deprecated @@ -348,7 +348,7 @@ jobs: - name: cache gnutls if: matrix.build.name == 'gnutls' - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-gnutls env: cache-name: cache-gnutls @@ -359,7 +359,7 @@ jobs: - name: cache wolfssl if: matrix.build.name == 'wolfssl' - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-wolfssl env: cache-name: cache-wolfssl @@ -370,7 +370,7 @@ jobs: fail-on-cache-miss: true - name: cache nghttp3 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-nghttp3 env: cache-name: cache-nghttp3 @@ -380,7 +380,7 @@ jobs: fail-on-cache-miss: true - name: cache ngtcp2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-ngtcp2 env: cache-name: cache-ngtcp2 @@ -390,7 +390,7 @@ jobs: fail-on-cache-miss: true - name: cache nghttp2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-nghttp2 env: cache-name: cache-nghttp2 @@ -401,7 +401,7 @@ jobs: - name: cache openssl if: matrix.build.name == 'openssl-quic' - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-openssl env: cache-name: cache-openssl @@ -421,7 +421,7 @@ jobs: - name: cache quiche if: matrix.build.name == 'quiche' - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-quiche env: cache-name: cache-quiche diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 48c3dc58eb..a169a0f747 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -331,7 +331,7 @@ jobs: - name: 'cache bearssl' if: contains(matrix.build.install_steps, 'bearssl') - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-bearssl env: cache-name: cache-bearssl @@ -353,7 +353,7 @@ jobs: - name: 'cache libressl' if: contains(matrix.build.install_steps, 'libressl') - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-libressl env: cache-name: cache-libressl @@ -373,7 +373,7 @@ jobs: - name: 'cache wolfssl (all)' if: contains(matrix.build.install_steps, 'wolfssl-all') - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-wolfssl-all env: cache-name: cache-wolfssl-all @@ -395,7 +395,7 @@ jobs: - name: 'cache wolfssl (opensslextra)' if: contains(matrix.build.install_steps, 'wolfssl-opensslextra') - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-wolfssl-opensslextra env: cache-name: cache-wolfssl-opensslextra @@ -417,7 +417,7 @@ jobs: - name: 'cache mbedtls' if: contains(matrix.build.install_steps, 'mbedtls') - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-mbedtls env: cache-name: cache-mbedtls-threadsafe @@ -441,7 +441,7 @@ jobs: - name: 'cache openssl (thread sanitizer)' if: contains(matrix.build.install_steps, 'openssl-tsan') - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-openssl-tsan env: cache-name: cache-openssl-tsan @@ -460,7 +460,7 @@ jobs: - name: 'cache quictls' if: contains(matrix.build.install_steps, 'quictls') - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-quictls env: cache-name: cache-quictls @@ -479,7 +479,7 @@ jobs: - name: 'cache msh3' if: contains(matrix.build.install_steps, 'msh3') - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-msh3 env: cache-name: cache-msh3 @@ -498,7 +498,7 @@ jobs: - name: 'cache awslc' if: contains(matrix.build.install_steps, 'awslc') - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-awslc env: cache-name: cache-awslc @@ -520,7 +520,7 @@ jobs: - name: 'cache rustls' if: contains(matrix.build.install_steps, 'rustls') - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-rustls env: cache-name: cache-rustls diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 108f515afd..f3f5375282 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: 'cmake' - uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0 + uses: cross-platform-actions/action@a0672d7f6de3a78e7784bbaf491c7303f68d94b3 # v0.26.0 with: operating_system: 'netbsd' version: '10.0' @@ -84,7 +84,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: 'cmake' - uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0 + uses: cross-platform-actions/action@a0672d7f6de3a78e7784bbaf491c7303f68d94b3 # v0.26.0 with: operating_system: 'openbsd' version: '7.5' @@ -128,7 +128,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: 'autotools' if: ${{ matrix.build == 'autotools' }} - uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0 + uses: cross-platform-actions/action@a0672d7f6de3a78e7784bbaf491c7303f68d94b3 # v0.26.0 with: operating_system: 'freebsd' version: '14.1' @@ -158,7 +158,7 @@ jobs: - name: 'cmake' if: ${{ matrix.build == 'cmake' }} - uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0 + uses: cross-platform-actions/action@a0672d7f6de3a78e7784bbaf491c7303f68d94b3 # v0.26.0 with: operating_system: 'freebsd' version: '14.1' diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ac448a6715..d23befbbf5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -188,7 +188,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: msys2/setup-msys2@c52d1fa9c7492275e60fe763540fb601f5f232a1 # v2 + - uses: msys2/setup-msys2@d44ca8e88d8b43d56cf5670f91747359d5537f97 # v2 if: ${{ matrix.sys == 'msys' }} with: msystem: ${{ matrix.sys }} @@ -204,7 +204,7 @@ jobs: libpsl-devel libssh2-devel - - uses: msys2/setup-msys2@c52d1fa9c7492275e60fe763540fb601f5f232a1 # v2 + - uses: msys2/setup-msys2@d44ca8e88d8b43d56cf5670f91747359d5537f97 # v2 if: ${{ matrix.sys != 'msys' }} with: msystem: ${{ matrix.sys }} @@ -388,7 +388,7 @@ jobs: fail-fast: false steps: - name: 'cache compiler (gcc ${{ matrix.env }})' - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: cache-compiler with: path: ~\my-cache