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 f9b15d2117 Add security-extended queries to CodeQL workflow
f9b15d2117 is described below
commit f9b15d2117d0b7eb49b2ec8ca819efad2d599a7b
Author: Mark Thomas <[email protected]>
AuthorDate: Thu May 14 09:31:32 2026 +0100
Add security-extended queries to CodeQL workflow
Expands analysis to include lower severity / less reliable checks
---
.github/workflows/codeql.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 006c4eba2a..8d87c4bb46 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -50,6 +50,7 @@ jobs:
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
+ queries: security-extended
config: |
paths-ignore:
- 'test/**'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]