Merge pull request #2748 from nicolargo/fix-codeql

fix: workflows - codeql only works with specific config filename
This commit is contained in:
Nicolas Hennion 2024-05-02 08:13:44 +02:00 committed by GitHub
commit aa9a92d3b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ on:
jobs:
quality:
uses: ./.github/workflows/quality.yml
uses: ./.github/workflows/codeql-analysis.yml
test:
uses: ./.github/workflows/test.yml
needs: [quality]