You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2020/10/09 06:11:40 UTC

[santuario-xml-security-java] branch master updated: Removing custom config file

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/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/master by this push:
     new ee6ec98  Removing custom config file
ee6ec98 is described below

commit ee6ec987eb1076caeb309339d99026e268bf8709
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Oct 9 07:11:16 2020 +0100

    Removing custom config file
---
 .github/codeql/codeql-santuario-config.yml | 5 -----
 .github/workflows/codeql-analysis.yml      | 1 -
 2 files changed, 6 deletions(-)

diff --git a/.github/codeql/codeql-santuario-config.yml b/.github/codeql/codeql-santuario-config.yml
deleted file mode 100644
index cf39b8b..0000000
--- a/.github/codeql/codeql-santuario-config.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-name: "Apache Santuario CodeQL config"
-
-paths-ignore:
-  - '**/src/test/java/**'
-
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 25c652e..a7444f9 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -53,7 +53,6 @@ jobs:
       uses: github/codeql-action/init@v1
       with:
         languages: ${{ matrix.language }}
-        config-file: ./.github/codeql/codeql-santuario-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.