Skip to content

Commit

Permalink
Add JavaScript to CodeQL workflow (#3507)
Browse files Browse the repository at this point in the history
Add javascript to codeql
  • Loading branch information
bcarthic authored Dec 18, 2024
1 parent 9b3b958 commit b3bb417
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 @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'csharp' ]
language: [ 'csharp', 'javascript' ]

steps:
- name: Checkout repository
Expand Down

0 comments on commit b3bb417

Please sign in to comment.