From fe60c65f53f9359963f9537ab026ad3fcc7982cb Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 3 Jan 2021 18:29:39 +0000 Subject: [PATCH] ci(codeql): specify more query suites --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 50268484..da6518f5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -33,6 +33,7 @@ jobs: # languages: go, javascript, csharp, python, cpp, java with: languages: javascript + queries: security-and-quality # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below).