Skip to content

Commit 22ed399

Browse files
committed
remove python-only language config
1 parent 6ad8e98 commit 22ed399

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

.github/codeql/codeql-configuration.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,3 @@ name : CodeQL Configuration
22

33
paths:
44
- './typescript'
5-
6-
strategy:
7-
fail-fast: false
8-
matrix:
9-
language: ['python']

.github/workflows/codeql.yml

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

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

1914
runs-on: ubuntu-latest
2015

@@ -29,7 +24,6 @@ jobs:
2924
- name: Initialize CodeQL
3025
uses: github/codeql-action/init@v2
3126
with:
32-
languages: ${{ matrix.language }}
3327
config-file: ./.github/codeql/codeql-configuration.yml
3428

3529
- name: Autobuild

0 commit comments

Comments
 (0)