Skip to content

Commit

Permalink
Bump the github-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
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.5 to 3.27.6
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.27.5...v3.27.6)

Updates `lukka/get-cmake` from 3.31.0 to 3.31.2
- [Release notes](https://github.com/lukka/get-cmake/releases)
- [Commits](lukka/get-cmake@v3.31.0...v3.31.2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JackAshwell11 committed Dec 9, 2024
1 parent df946eb commit 0c7325b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ jobs:
with:
submodules: recursive
- name: Initialize CodeQL
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].6
with:
languages: ${{ matrix.language }}
setup-python-dependencies: false
- name: Set up CMake
if: matrix.language == 'cpp'
uses: lukka/[email protected].0
uses: lukka/[email protected].2
- 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/[email protected].5
uses: github/codeql-action/[email protected].6
with:
category: /language:${{ matrix.language }}
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
submodules: recursive
- name: Set up CMake
uses: lukka/[email protected].0
uses: lukka/[email protected].2
- name: Configure CMake
working-directory: ${{ github.workspace }}/src/hades_extensions
run: cmake --preset LinuxDebug
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up MSVC
uses: ilammy/[email protected]
- name: Set up CMake
uses: lukka/[email protected].0
uses: lukka/[email protected].2
- name: Install Mesa on Windows for headless Arcade
if: matrix.os == 'windows-latest'
uses: ssciwr/setup-mesa-dist-win@v2
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set up MSVC
uses: ilammy/[email protected]
- name: Set up CMake
uses: lukka/[email protected].0
uses: lukka/[email protected].2
- name: Build CMake and run CTest
working-directory: ${{ github.workspace }}/src/hades_extensions
run: |
Expand Down

0 comments on commit 0c7325b

Please sign in to comment.