From 1c5b88314c4ce5857693f40400e5687e8dd205d5 Mon Sep 17 00:00:00 2001 From: Levi Broderick Date: Wed, 19 Nov 2025 09:01:56 -0800 Subject: [PATCH] Clarify structure within .CodeQL.yml --- .CodeQL.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.CodeQL.yml b/.CodeQL.yml index 4430d6fb4059f9..e71958d36eeb6f 100644 --- a/.CodeQL.yml +++ b/.CodeQL.yml @@ -8,6 +8,7 @@ path_classifiers: # be excluded from analysis. If there is a problem at the API layer, the analysis # engine will detect the problem in the src/ implementations anyway. - src/libraries/**/ref/* + cmake_internal: # exclude artifacts/obj/**/CMakeFiles/**/CheckFunctionExists.c since CMake # generates random directory names causing creation of duplicate issues # related to obsolete encryption algorithm used. Note that CheckFuntionExists