From 297e1c9e81b8e7f415ce370e2fff148e281955a6 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 13 Nov 2022 12:56:30 +0000 Subject: [PATCH] Include code quality alerts in CodeQL scans --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fcefcfa96..72bba07aa 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,7 +50,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs - # queries: security-extended,security-and-quality + queries: security-and-quality # ,security-extended # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).