Skip to content

Commit

Permalink
Remove python lang from codeQL gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Motok1 committed Oct 17, 2022
1 parent 607c259 commit 9ed94a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'go', 'python' ]
language: [ 'go' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

Expand Down

0 comments on commit 9ed94a8

Please sign in to comment.