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 face8c6 Removing custom config file for codeql
face8c6 is described below
commit face8c6a8918214e90005fc3142e84a410d5054e
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Oct 19 15:52:43 2020 +0100
Removing custom config file for codeql
---
.github/workflows/codeql-analysis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 3b92f9a..5c5c38f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -53,7 +53,7 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
- config-file: ./.github/codeql/codeql-cxf-config.yml
+ #config-file: ./.github/codeql/codeql-cxf-config.yml
# 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.