From eb69381f89e45ec8ecab2a40cc345471831ddc59 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Sun, 15 Jun 2025 20:39:41 -0500 Subject: [PATCH] CI: Eliminate 3rd party and generated code from analysis --- .github/workflows/codeql_cpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql_cpp.yml b/.github/workflows/codeql_cpp.yml index 56c1b614ef..6f9045de64 100644 --- a/.github/workflows/codeql_cpp.yml +++ b/.github/workflows/codeql_cpp.yml @@ -114,10 +114,10 @@ jobs: # tools: https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.20.7/codeql-bundle-linux64.tar.gz # Add exclusions - # config: | - # query-filters: - # - exclude: - # id: py/file-not-closed + config: | + paths-ignore: + - src/3rdParty/** + - '**/ui_*.h' # If the analyze step fails for one of the languages you are analyzing with # "We were unable to automatically build your code", modify the matrix above