This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 49cc9de428 Update CodeQL config to ignore test paths
49cc9de428 is described below
commit 49cc9de428e71e9be097c535d6fde5b7369e1762
Author: Mark Thomas <[email protected]>
AuthorDate: Wed May 13 13:15:42 2026 +0100
Update CodeQL config to ignore test paths
This time with CoPilot's help to get the syntax correct.
---
.github/workflows/codeql.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 8f07e36d5f..a93cb863e6 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -72,7 +72,9 @@ jobs:
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- paths-ignore: test
+ 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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]