Skip to content

Commit a53270c

Browse files
committed
Remove Python as a language for CodeQL
There is no Python in this repository.
1 parent 06f2867 commit a53270c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
# java-kotlin, javascript-typescript, python, ruby, and swift.
8282
language:
8383
- actions
84-
- python
84+
# There is no Python code in this project.
85+
# - python
8586
# Learn more...
8687
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
8788

0 commit comments

Comments
 (0)