Skip to content

Commit

Permalink
ci: use javascript-typescript instead of javascript in CodeQL
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Fernández <[email protected]>
  • Loading branch information
ferferga committed Dec 16, 2023
1 parent c94638e commit ad19e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
language:
- "javascript"
- "javascript-typescript"

steps:
- name: Checkout repository ⬇️
Expand Down

0 comments on commit ad19e26

Please sign in to comment.