Skip to content

Commit d09c0e0

Browse files
authored
Update codeql-analysis.yml
Remove proposed/3.0.0 branch, only ever run against Python sans matrix option
1 parent 941ac53 commit d09c0e0

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: "CodeQL"
77

88
on:
99
push:
10-
branches: [master, proposed/3.0.0]
10+
branches: [master]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
1313
branches: [master]
@@ -21,12 +21,7 @@ jobs:
2121

2222
strategy:
2323
fail-fast: false
24-
matrix:
25-
# Override automatic language detection by changing the below list
26-
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
27-
language: ['python']
28-
# Learn more...
29-
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
24+
3025

3126
steps:
3227
- name: Checkout repository
@@ -45,7 +40,7 @@ jobs:
4540
- name: Initialize CodeQL
4641
uses: github/codeql-action/init@v1
4742
with:
48-
languages: ${{ matrix.language }}
43+
languages: "python"
4944
# If you wish to specify custom queries, you can do so here or in a config file.
5045
# By default, queries listed here will override any specified in a config file.
5146
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)