There was an error while loading. Please reload this page.
1 parent 361095b commit d8dc320Copy full SHA for d8dc320
1 file changed
.github/workflows/codeql.yml
@@ -12,14 +12,17 @@ jobs:
12
- name: Initialize CodeQL
13
uses: github/codeql-action/init@v2
14
with:
15
- languages: python
+ languages: ${{ matrix.language }}
16
queries: security-and-quality
17
- name: Autobuild
18
uses: github/codeql-action/autobuild@v2
19
- name: Perform CodeQL Analysis
20
uses: github/codeql-action/analyze@v2
21
strategy:
22
fail-fast: false
23
+ matrix:
24
+ language:
25
+ - python
26
name: CodeQL
27
'on':
28
push:
0 commit comments