Skip to content

Commit ec5e7f5

Browse files
committed
Fix CodeQL language
1 parent c777fb3 commit ec5e7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
language: ["go", "js"]
33+
language: ["go", "javascript"]
3434

3535
steps:
3636
- name: Checkout repository

0 commit comments

Comments
 (0)