Skip to content

Commit b2a5845

Browse files
committed
Add javascript to CodeQL (nginx#159)
1 parent 6618aa6 commit b2a5845

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
# For most projects, this workflow file will not need changing; you simply need
2-
# to commit it to your repository.
3-
#
4-
# You may wish to alter this file to override the set of languages analyzed,
5-
# or to provide custom queries or build logic.
6-
#
7-
# ******** NOTE ********
8-
# We have attempted to detect the languages in your repository. Please check
9-
# the `language` matrix defined below to confirm you have the correct set of
10-
# supported CodeQL languages.
11-
#
121
name: "CodeQL"
132

143
on:
@@ -36,7 +25,7 @@ jobs:
3625
strategy:
3726
fail-fast: false
3827
matrix:
39-
language: [ 'go' ]
28+
language: [ 'go', 'javascript' ]
4029
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
4130
# Learn more about CodeQL language support at https://git.io/codeql-language-support
4231

0 commit comments

Comments
 (0)