Skip to content

Commit

Permalink
chore(actions): adding JavaScript to CodeQL config (#23974)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed May 10, 2023
1 parent a357648 commit 20d439a
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 @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
language: [ 'python', 'javascript' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
Expand Down

0 comments on commit 20d439a

Please sign in to comment.