From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:06:15 +0000 (+0000) Subject: GHA: bump gha-dependencies X-Git-Tag: curl-8_18_0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34683b552c7254d7195108953d49149052f9c04d;p=thirdparty%2Fcurl.git GHA: bump gha-dependencies - update `github/codeql-action` from 4.31.8 to 4.31.9 - update `cross-platform-actions/action` from 0.30.0 to 0.32.0 - support for OmniOS and FreeBSD 15.0 - releases are now immutable Closes #20140 --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7f4ff2f20d..79e7587b29 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,13 +50,13 @@ jobs: persist-credentials: false - name: 'initialize' - uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8 + uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 with: languages: actions, python queries: security-extended - name: 'perform analysis' - uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8 + uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 c: if: ${{ github.repository_owner == 'curl' || github.event_name != 'schedule' }} @@ -87,7 +87,7 @@ jobs: persist-credentials: false - name: 'initialize' - uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8 + uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 with: languages: cpp build-mode: manual @@ -131,4 +131,4 @@ jobs: fi - name: 'perform analysis' - uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8 + uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index e1b675aa2c..641d35d3a8 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -52,7 +52,7 @@ jobs: with: persist-credentials: false - name: 'cmake' - uses: cross-platform-actions/action@46e8d7fb25520a8d6c64fd2b7a1192611da98eda # v0.30.0 + uses: cross-platform-actions/action@492b0c80085400348c599edace11141a4ee73524 # v0.32.0 env: MATRIX_ARCH: '${{ matrix.arch }}' with: @@ -97,7 +97,7 @@ jobs: with: persist-credentials: false - name: 'cmake' - uses: cross-platform-actions/action@46e8d7fb25520a8d6c64fd2b7a1192611da98eda # v0.30.0 + uses: cross-platform-actions/action@492b0c80085400348c599edace11141a4ee73524 # v0.32.0 env: MATRIX_ARCH: '${{ matrix.arch }}' with: @@ -147,7 +147,7 @@ jobs: with: persist-credentials: false - name: '${{ matrix.build }}' - uses: cross-platform-actions/action@46e8d7fb25520a8d6c64fd2b7a1192611da98eda # v0.30.0 + uses: cross-platform-actions/action@492b0c80085400348c599edace11141a4ee73524 # v0.32.0 env: CC: '${{ matrix.compiler }}' CURL_TEST_MIN: 1800