From 0241612ae99e1341e48f53eef61300bc3b3e129c Mon Sep 17 00:00:00 2001 From: Brett Earley Date: Tue, 5 Dec 2023 20:22:56 -0500 Subject: [PATCH] Updating security workflows. --- .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 308711447..97ae26bfa 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -36,7 +36,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-and-quality + queries: + security-and-quality # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).