Skip to content

Commit d8dc320

Browse files
committed
Added CodeQL code
1 parent 361095b commit d8dc320

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ jobs:
1212
- name: Initialize CodeQL
1313
uses: github/codeql-action/init@v2
1414
with:
15-
languages: python
15+
languages: ${{ matrix.language }}
1616
queries: security-and-quality
1717
- name: Autobuild
1818
uses: github/codeql-action/autobuild@v2
1919
- name: Perform CodeQL Analysis
2020
uses: github/codeql-action/analyze@v2
2121
strategy:
2222
fail-fast: false
23+
matrix:
24+
language:
25+
- python
2326
name: CodeQL
2427
'on':
2528
push:

0 commit comments

Comments
 (0)