Skip to content

Commit 40cd6bc

Browse files
authored
remove 'python' from list of codeql
The 'python' check seems to not work as expected and will fail each time the check is executed
1 parent 28a6b23 commit 40cd6bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
# Override automatic language detection by changing the below list
2121
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
22-
language: ['python', 'javascript']
22+
language: ['javascript']
2323
# Learn more...
2424
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
2525

0 commit comments

Comments
 (0)