Skip to content
Prev Previous commit
Next Next commit
removing python from codeql-analysis.yml
  • Loading branch information
RafaelGCPP authored Mar 6, 2024
commit 274fed556da38f1d8924b3c9db1bed0114fe9d1f
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'cpp', 'python' ]
language: [ 'cpp' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support

Expand Down