Skip to content

Bump the github-dependencies group with 2 updates #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/init@v3.28.0
uses: github/codeql-action/init@v3.28.1
with:
languages: ${{ matrix.language }}
setup-python-dependencies: false
- name: Set up CMake
if: matrix.language == 'cpp'
uses: lukka/get-cmake@v3.31.3
uses: lukka/get-cmake@v3.31.4
- 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.28.0
uses: github/codeql-action/analyze@v3.28.1
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/get-cmake@v3.31.3
uses: lukka/get-cmake@v3.31.4
- 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/msvc-dev-cmd@v1.13.0
- name: Set up CMake
uses: lukka/get-cmake@v3.31.3
uses: lukka/get-cmake@v3.31.4
- 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/msvc-dev-cmd@v1.13.0
- name: Set up CMake
uses: lukka/get-cmake@v3.31.3
uses: lukka/get-cmake@v3.31.4
- name: Build CMake and run CTest
working-directory: ${{ github.workspace }}/src/hades_extensions
run: |
Expand Down
Loading