ci/cd - fix codeql config path

This commit is contained in:
florian 2022-11-16 22:03:14 +01:00
parent d9fc713c4d
commit 272de0b8be
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 1 deletions

View File

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