Skip to content

Commit

Permalink
ci: update codeQL workflow [skip_ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 18, 2024
1 parent d51b8bd commit e4e757c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ['cpp']
config:
arch: x64
qt_version: 6.7.3
qt_modules: qt5compat
- os: linux
arch: x64
qt_version: 6.7.3
qt_modules: qt5compat
languages: ['cpp']

steps:
- name: Checkout repository
Expand All @@ -44,7 +45,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
languages: ${{ matrix.config.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down

0 comments on commit e4e757c

Please sign in to comment.