Skip to content

Commit

Permalink
Only codeql scan python files
Browse files Browse the repository at this point in the history
Our JS files are just dummy placeholders for a test.
  • Loading branch information
jasongrout authored Oct 30, 2020
1 parent 3775909 commit efee0e3
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 @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'python' ]
language: ['python' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
Expand Down

0 comments on commit efee0e3

Please sign in to comment.