Skip to content

Commit d51b8bd

Browse files
committed
ci: update codeQL workflow [skip ci]
1 parent 19fc5ec commit d51b8bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codeql-analysis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
language: ['cpp']
25-
arch: x64
26-
qt_version: 6.7.3
27-
qt_modules: qt5compat
25+
config:
26+
arch: x64
27+
qt_version: 6.7.3
28+
qt_modules: qt5compat
2829

2930
steps:
3031
- name: Checkout repository

0 commit comments

Comments
 (0)