From d9da237425f0dae69da3b921838fa8876ffbf3cd Mon Sep 17 00:00:00 2001 From: Caio <117518+caiosba@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:24:45 -0300 Subject: [PATCH] [WIP] Ticket CV2-6167: Ignore the localization "data" directory for CodeQL, take 5 --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f776cf477..354ccf89f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -74,8 +74,8 @@ jobs: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} # Ignore the localization data directory, which contains unusual characters that cause parsing to fail. - paths-ignore: | - data/ + paths-ignore: + - "data/**" # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file.