This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 30ccec8 Exclude test paths from codeql (#706)
30ccec8 is described below
commit 30ccec8572016e266b3ab2d134e90828ece79f85
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Oct 6 07:00:04 2020 +0100
Exclude test paths from codeql (#706)
---
.github/workflows/codeql-analysis.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index a486ead..3797ac0 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -50,6 +50,9 @@ jobs:
# 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.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
+ paths:
+ # Exclude test paths from the analysis
+ - src/main
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually
(see below)