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