Skip to content

Commit

Permalink
Merge pull request #49 from ChrisHal/ChrisHal-patch-codeql-672
Browse files Browse the repository at this point in the history
Update codeql.yml: qt-install action and Qt version to 6.7.2
  • Loading branch information
ChrisHal authored Oct 2, 2024
2 parents 48ca964 + f33a0b5 commit 316ced2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
# os: [windows-latest, ubuntu-latest, macos-13]
qt_version: ['6.7.0']
qt_version: ['6.7.2']
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt_version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
uses: actions/checkout@v3

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: '6.6.1'
version: '6.7.2'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 316ced2

Please sign in to comment.