Skip to content

Commit 819c48f

Browse files
committed
re-add python-only in codeql.yml
1 parent 22ed399 commit 819c48f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010

1111
jobs:
1212
CodeQL-Build:
13+
strategy:
14+
fail-fast: false
15+
matrix:
16+
language: ['python']
17+
1318

1419
runs-on: ubuntu-latest
1520

@@ -24,6 +29,7 @@ jobs:
2429
- name: Initialize CodeQL
2530
uses: github/codeql-action/init@v2
2631
with:
32+
languages: ${{ matrix.language }}
2733
config-file: ./.github/codeql/codeql-configuration.yml
2834

2935
- name: Autobuild

0 commit comments

Comments
 (0)