Skip to content

Commit 89a6254

Browse files
committed
ci: adjust codeql setting to scan both typescript and javascript
1 parent fd19ece commit 89a6254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
language: [javascript]
28+
language: [javascript-typescript]
2929

3030
steps:
3131
- name: Checkout

0 commit comments

Comments
 (0)