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/19 05:51:51 UTC

[santuario-xml-security-java] branch master updated: Call custom query suite directly from workflow

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 a4eb455  Call custom query suite directly from workflow
a4eb455 is described below

commit a4eb455d75d08609a661f5efa835a45f723ae34b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Oct 19 06:45:55 2020 +0100

    Call custom query suite directly from workflow
---
 .github/workflows/codeql-analysis.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 9a4836f..d2e8e63 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -11,8 +11,8 @@ on:
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [master]
-  schedule:
-    - cron: '0 8 * * 5'
+  #schedule:
+    #- cron: '0 8 * * 5'
 
 jobs:
   analyze:
@@ -58,7 +58,8 @@ jobs:
         # 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
         # queries: security-and-quality
-        config-file: ./.github/codeql/codeql-santuario-config.yml
+        # config-file: ./.github/codeql/codeql-santuario-config.yml
+        queries: ./.github/codeql/santuario.qls
 
     # 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)