Skip to content

Commit

Permalink
github: stop scanning Python through CodeQL (#14240)
Browse files Browse the repository at this point in the history
The repo has very few lines of python codes and they are all related to
testing bits that very rarely change. Not worth spending ~1300 minutes
of CI per month.
  • Loading branch information
tomponline authored Oct 8, 2024
2 parents d712f00 + 74c4ba4 commit c504ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'go', 'python' ]
language: [ 'go' ]
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
Expand Down

0 comments on commit c504ba0

Please sign in to comment.