We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ed399 commit 819c48fCopy full SHA for 819c48f
1 file changed
.github/workflows/codeql.yml
@@ -10,6 +10,11 @@ on:
10
11
jobs:
12
CodeQL-Build:
13
+ strategy:
14
+ fail-fast: false
15
+ matrix:
16
+ language: ['python']
17
+
18
19
runs-on: ubuntu-latest
20
@@ -24,6 +29,7 @@ jobs:
24
29
- name: Initialize CodeQL
25
30
uses: github/codeql-action/init@v2
26
31
with:
32
+ languages: ${{ matrix.language }}
27
33
config-file: ./.github/codeql/codeql-configuration.yml
28
34
35
- name: Autobuild
0 commit comments