From bb08a02fe6f78cdf7a304274a3acdf5ce42eab60 Mon Sep 17 00:00:00 2001 From: Phillip9587 Date: Fri, 25 Apr 2025 09:17:22 +0200 Subject: [PATCH] ci: update CodeQL config to ignore the test directory --- .github/workflows/codeql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d7b8233a..67eeef06 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,6 +41,9 @@ jobs: uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15 with: languages: javascript + config: | + paths-ignore: + - test # 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.