mirror of
https://github.com/konpa/devicon.git
synced 2025-04-20 04:43:52 +02:00
remove 'python' from list of codeql
The 'python' check seems to not work as expected and will fail each time the check is executed
This commit is contained in:
parent
28a6b231e1
commit
40cd6bc89a
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
matrix:
|
||||
# Override automatic language detection by changing the below list
|
||||
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
|
||||
language: ['python', 'javascript']
|
||||
language: ['javascript']
|
||||
# Learn more...
|
||||
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user