Skip to content

Commit 316ced2

Browse files
authored
Merge pull request #49 from ChrisHal/ChrisHal-patch-codeql-672
Update codeql.yml: qt-install action and Qt version to 6.7.2
2 parents 48ca964 + f33a0b5 commit 316ced2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cmake.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [windows-latest, macos-latest, ubuntu-latest]
1818
# os: [windows-latest, ubuntu-latest, macos-13]
19-
qt_version: ['6.7.0']
19+
qt_version: ['6.7.2']
2020
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
2121
# You can convert this to a matrix build if you need cross-platform coverage.
2222
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
- name: Install Qt
29-
uses: jurplel/install-qt-action@v3
29+
uses: jurplel/install-qt-action@v4
3030
with:
3131
version: ${{ matrix.qt_version }}
3232

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
uses: actions/checkout@v3
4242

4343
- name: Install Qt
44-
uses: jurplel/install-qt-action@v3
44+
uses: jurplel/install-qt-action@v4
4545
with:
46-
version: '6.6.1'
46+
version: '6.7.2'
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL

0 commit comments

Comments
 (0)