From f16a46b02e7798e5d01211995839cf1ee3e71456 Mon Sep 17 00:00:00 2001 From: Nick Banks Date: Wed, 1 Jan 2025 18:15:23 -0600 Subject: [PATCH] Fix Path Classifiers in CodeQL YML (#4733) --- .CodeQL.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.CodeQL.yml b/.CodeQL.yml index 1455700093..1ccd4b8022 100644 --- a/.CodeQL.yml +++ b/.CodeQL.yml @@ -2,13 +2,14 @@ # https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/troubleshooting/bugs/generated-library-code # (Access restricted to Microsoft employees only.) -# The following paths are explicitly classified which indicates they should no +# The following paths are explicitly classified which indicates they should not # be analyzed by CodeQL and generate alerts. path_classifiers: docs: - docs generated: + - build - src/cs - src/generated submodules: - - subodules + - submodules