From d88916a04e00df13f7a8772312ea4439e95798a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:35:53 +0100 Subject: [PATCH] :arrow_up: Bump lukka/get-cmake from 4.1.2 to 4.2.0 (#5007) Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/628dd514bed37cb0a609e84a6186cbbaa2fc0140...bb2faa721a800324b726fec00f7c1ff7641964d1) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ubuntu.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 43ad33174..7b02dca1e 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Get latest CMake and ninja - uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02 + uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02 - name: Run CMake run: cmake -S . -B build -DJSON_CI=On - name: Build @@ -54,7 +54,7 @@ jobs: run: sudo apt-get update ; sudo apt-get install -y valgrind - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Get latest CMake and ninja - uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02 + uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02 - name: Run CMake run: cmake -S . -B build -DJSON_CI=On - name: Build @@ -71,7 +71,7 @@ jobs: run: apt-get update ; apt-get install -y git clang-tools iwyu unzip - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Get latest CMake and ninja - uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02 + uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02 - name: Run CMake run: cmake -S . -B build -DJSON_CI=On - name: Build @@ -88,7 +88,7 @@ jobs: run: apt-get update ; apt-get install -y build-essential unzip wget git libssl-dev - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Get latest CMake and ninja - uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02 + uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02 - name: Run CMake run: cmake -S . -B build -DJSON_CI=On - name: Build @@ -149,7 +149,7 @@ jobs: steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Get latest CMake and ninja - uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02 + uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02 - name: Run CMake run: cmake -S . -B build -DJSON_CI=On - name: Build @@ -164,7 +164,7 @@ jobs: steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Get latest CMake and ninja - uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02 + uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02 - name: Set env FORCE_STDCPPFS_FLAG for clang 7 / 8 / 9 / 10 run: echo "JSON_FORCED_GLOBAL_COMPILE_OPTIONS=-DJSON_HAS_FILESYSTEM=0;-DJSON_HAS_EXPERIMENTAL_FILESYSTEM=0" >> "$GITHUB_ENV" if: ${{ matrix.compiler == '7' || matrix.compiler == '8' || matrix.compiler == '9' || matrix.compiler == '10' }} @@ -182,7 +182,7 @@ jobs: steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Get latest CMake and ninja - uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02 + uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02 - name: Run CMake run: cmake -S . -B build -DJSON_CI=On - name: Build @@ -200,7 +200,7 @@ jobs: run: apt-get update ; apt-get install -y git unzip - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Get latest CMake and ninja - uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02 + uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02 - name: Run CMake run: cmake -S . -B build -DJSON_CI=On - name: Build with libc++ @@ -229,7 +229,7 @@ jobs: steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Get latest CMake and ninja - uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02 + uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02 - name: Run CMake run: cmake -S . -B build -DJSON_CI=On - name: Build @@ -259,7 +259,7 @@ jobs: uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14 - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Get latest CMake and ninja - uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02 + uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02 - name: Run CMake run: cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=$EMSDK/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -GNinja - name: Build