Skip to content

Commit 1aebe14

Browse files
authored
Update codeql.yml: qt-install action and Qt version to 6.7.2
1 parent 48ca964 commit 1aebe14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)