From 7d53a59292ebd22e2a62fd56fc36c2291f43fec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:54:53 +0000 Subject: [PATCH] CI: bump github/codeql-action, vmactions/omnios-vm and actions/cache - bump github/codeql-action from 3.26.10 to 3.26.11 - bump vmactions/omnios-vm from 1.0.7 to 1.0.8 - bump actions/cache from 4.0.2 to 4.1.1 Closes #15178 Closes #15179 Closes #15244 --- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/http3-linux.yml | 30 +++++++++++++-------------- .github/workflows/linux.yml | 24 ++++++++++----------- .github/workflows/non-native.yml | 2 +- .github/workflows/windows.yml | 2 +- 5 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 18cfb85d7a..ba75abf481 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@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3 + uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # 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@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3 + uses: github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # 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@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3 + uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3 diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index ffabc0fc9c..3ab471c5e5 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -92,7 +92,7 @@ jobs: steps: - name: cache quictls - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-quictls-no-deprecated env: cache-name: cache-quictls-no-deprecated @@ -101,7 +101,7 @@ jobs: key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.quictls-version }} - name: cache gnutls - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-gnutls env: cache-name: cache-gnutls @@ -110,7 +110,7 @@ jobs: key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.gnutls-version }} - name: cache wolfssl - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-wolfssl env: cache-name: cache-wolfssl @@ -120,7 +120,7 @@ jobs: key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.wolfssl-version }} - name: cache nghttp3 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-nghttp3 env: cache-name: cache-nghttp3 @@ -129,7 +129,7 @@ jobs: key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.nghttp3-version }} - name: cache ngtcp2 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-ngtcp2 env: cache-name: cache-ngtcp2 @@ -138,7 +138,7 @@ jobs: key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.ngtcp2-version }} - name: cache nghttp2 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-nghttp2 env: cache-name: cache-nghttp2 @@ -333,7 +333,7 @@ jobs: name: 'install prereqs and impacket, pytest, crypto, apache2' - name: cache quictls - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-quictls-no-deprecated env: cache-name: cache-quictls-no-deprecated @@ -344,7 +344,7 @@ jobs: - name: cache gnutls if: matrix.build.name == 'gnutls' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-gnutls env: cache-name: cache-gnutls @@ -355,7 +355,7 @@ jobs: - name: cache wolfssl if: matrix.build.name == 'wolfssl' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-wolfssl env: cache-name: cache-wolfssl @@ -366,7 +366,7 @@ jobs: fail-on-cache-miss: true - name: cache nghttp3 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-nghttp3 env: cache-name: cache-nghttp3 @@ -376,7 +376,7 @@ jobs: fail-on-cache-miss: true - name: cache ngtcp2 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-ngtcp2 env: cache-name: cache-ngtcp2 @@ -386,7 +386,7 @@ jobs: fail-on-cache-miss: true - name: cache nghttp2 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-nghttp2 env: cache-name: cache-nghttp2 @@ -397,7 +397,7 @@ jobs: - name: cache openssl3 if: matrix.build.name == 'openssl-quic' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-openssl3 env: cache-name: cache-openssl3 @@ -416,7 +416,7 @@ jobs: - name: cache quiche if: matrix.build.name == 'quiche' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-quiche env: cache-name: cache-quiche @@ -445,7 +445,7 @@ jobs: name: 'build quiche and boringssl' - name: cache mod_h2 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-mod_h2 env: cache-name: cache-mod_h2 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a6952d9094..b7d005e540 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -307,7 +307,7 @@ jobs: - name: cache bearssl if: contains(matrix.build.install_steps, 'bearssl') - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-bearssl env: cache-name: cache-bearssl @@ -328,7 +328,7 @@ jobs: - name: cache libressl if: contains(matrix.build.install_steps, 'libressl') - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-libressl env: cache-name: cache-libressl @@ -347,7 +347,7 @@ jobs: - name: cache wolfssl (all) if: contains(matrix.build.install_steps, 'wolfssl-all') - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-wolfssl-all env: cache-name: cache-wolfssl-all @@ -367,7 +367,7 @@ jobs: - name: cache wolfssl (opensslextra) if: contains(matrix.build.install_steps, 'wolfssl-opensslextra') - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-wolfssl-opensslextra env: cache-name: cache-wolfssl-opensslextra @@ -387,7 +387,7 @@ jobs: - name: cache mbedtls if: contains(matrix.build.install_steps, 'mbedtls') - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-mbedtls env: cache-name: cache-mbedtls @@ -408,7 +408,7 @@ jobs: - name: cache openssl3 if: contains(matrix.build.install_steps, 'openssl3') - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-openssl3 env: cache-name: cache-openssl3 @@ -426,7 +426,7 @@ jobs: - name: cache openssltsan3 if: contains(matrix.build.install_steps, 'openssltsan3') - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-openssltsan3 env: cache-name: cache-openssltsan3 @@ -448,7 +448,7 @@ jobs: - name: cache quictls if: contains(matrix.build.install_steps, 'quictls') - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-quictls env: cache-name: cache-quictls @@ -466,7 +466,7 @@ jobs: - name: cache msh3 if: contains(matrix.build.install_steps, 'msh3') - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-msh3 env: cache-name: cache-msh3 @@ -485,7 +485,7 @@ jobs: - name: cache awslc if: contains(matrix.build.install_steps, 'awslc') - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-awslc env: cache-name: cache-awslc @@ -507,7 +507,7 @@ jobs: - name: cache rustls if: contains(matrix.build.install_steps, 'rustls') - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-rustls env: cache-name: cache-rustls @@ -557,7 +557,7 @@ jobs: - name: cache mod_h2 if: contains(matrix.build.install_steps, 'pytest') - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-mod_h2 env: cache-name: cache-mod_h2 diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 30037a575e..a2b158dcb7 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -193,7 +193,7 @@ jobs: steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 - name: 'autotools' - uses: vmactions/omnios-vm@bc3c64398d10bd00ecd8b3ca72db91c5a03dea77 # v1 + uses: vmactions/omnios-vm@52a1db31be4fd41325bb0ed32d9ff79f78c69d8d # v1 with: usesh: true # https://pkg.omnios.org/r151050/core/en/index.shtml diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0410ca9ed0..bf3f6578e9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -435,7 +435,7 @@ jobs: fail-fast: false steps: - name: 'cache compiler (gcc ${{ matrix.env }})' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 id: cache-compiler with: path: ~\my-cache -- 2.47.3