From 7119aec06700c653bf50d442feaf36c63a7a96dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 04:54:26 +0000 Subject: [PATCH] Bump lukka/get-cmake from 3.30.5 to 3.31.6 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.30.5 to 3.31.6. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.30.5...v3.31.6) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sonarcloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yaml b/.github/workflows/sonarcloud.yaml index 121533ea..94855be0 100644 --- a/.github/workflows/sonarcloud.yaml +++ b/.github/workflows/sonarcloud.yaml @@ -35,7 +35,7 @@ jobs: unzip - name: Install CMake - uses: lukka/get-cmake@v3.30.5 + uses: lukka/get-cmake@v3.31.6 with: cmakeVersion: 3.30.5 ninjaVersion: 1.11.1