From 0d20af9971ac503fec7353ad9bccbb75e385fbe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:45:34 +0000 Subject: [PATCH] Bump the github-dependencies group with 2 updates Bumps the github-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [lukka/get-cmake](https://github.com/lukka/get-cmake). Updates `github/codeql-action` from 3.27.9 to 3.28.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3.27.9...v3.28.0) Updates `lukka/get-cmake` from 3.31.2 to 3.31.3 - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.31.2...v3.31.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yaml | 6 +++--- .github/workflows/lint.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index d5d94e2e..e81a1211 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -22,18 +22,18 @@ jobs: with: submodules: recursive - name: Initialize CodeQL - uses: github/codeql-action/init@v3.27.9 + uses: github/codeql-action/init@v3.28.0 with: languages: ${{ matrix.language }} setup-python-dependencies: false - name: Set up CMake if: matrix.language == 'cpp' - uses: lukka/get-cmake@v3.31.2 + uses: lukka/get-cmake@v3.31.3 - name: Build CMake if: matrix.language == 'cpp' working-directory: ${{ github.workspace }}/src/hades_extensions run: cmake . --preset LinuxDebug && cmake --build build-debug - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v3.27.9 + uses: github/codeql-action/analyze@v3.28.0 with: category: /language:${{ matrix.language }} diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c54565c7..7ed48269 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: with: submodules: recursive - name: Set up CMake - uses: lukka/get-cmake@v3.31.2 + uses: lukka/get-cmake@v3.31.3 - name: Configure CMake working-directory: ${{ github.workspace }}/src/hades_extensions run: cmake --preset LinuxDebug diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fffa0096..b249e4a0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: - name: Set up MSVC uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Set up CMake - uses: lukka/get-cmake@v3.31.2 + uses: lukka/get-cmake@v3.31.3 - name: Install Mesa on Windows for headless Arcade if: matrix.os == 'windows-latest' uses: ssciwr/setup-mesa-dist-win@v2 @@ -63,7 +63,7 @@ jobs: - name: Set up MSVC uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Set up CMake - uses: lukka/get-cmake@v3.31.2 + uses: lukka/get-cmake@v3.31.3 - name: Build CMake and run CTest working-directory: ${{ github.workspace }}/src/hades_extensions run: |