ci/cd - move codeql config to file

This commit is contained in:
florian 2022-11-16 22:01:48 +01:00
parent c2503d63d3
commit d9fc713c4d
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 8 additions and 5 deletions

7
.github/codeql.yml vendored Normal file
View File

@ -0,0 +1,7 @@
name: "CodeQL config"
paths:
- src/autoconf
- src/scheduler
- src/ui
- src/common

View File

@ -201,11 +201,7 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
paths:
- src/autoconf
- src/scheduler
- src/ui
- src/common
config-file: ./.github/codeql/codeql.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with: