From bf7076a48a99c6da46dcbae4bf877017ad42c757 Mon Sep 17 00:00:00 2001 From: Pawel Winogrodzki Date: Tue, 7 Jan 2025 10:48:27 -0800 Subject: [PATCH] Clarifying comment. --- .CodeQL.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.CodeQL.yml b/.CodeQL.yml index b681f0b9376..3710c697d95 100644 --- a/.CodeQL.yml +++ b/.CodeQL.yml @@ -1,6 +1,8 @@ path_classifiers: - exclude: - # Excluding source files for all compiled languages in the specs directories because they are not owned by us. + library: + # Treat source files for all compiled languages in the specs directories + # as 3rd party library sources because they are not owned by us. + # # Extensions from https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/. - "SPECS*/**/*.c" - "SPECS*/**/*.c++"