Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0bfa004

Browse files
RafaelGCPPbjpetit
authored andcommittedJul 13, 2024
removing python from codeql-analysis.yml
1 parent 9a418d8 commit 0bfa004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
language: [ 'cpp', 'python' ]
36+
language: [ 'cpp' ]
3737
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3838
# Learn more about CodeQL language support at https://git.io/codeql-language-support
3939

0 commit comments

Comments
 (0)
Please sign in to comment.