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/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 9afa48b  Adding github code scanning
9afa48b is described below

commit 9afa48bb8bb3b70f3351bf50e4bef32f808b4c49
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Oct 19 09:36:18 2020 +0100

    Adding github code scanning
---
 .github/codeql/wss4j.qls              | 5 +++++
 .github/workflows/codeql-analysis.yml | 9 +++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/.github/codeql/wss4j.qls b/.github/codeql/wss4j.qls
new file mode 100644
index 0000000..2f8140a
--- /dev/null
+++ b/.github/codeql/wss4j.qls
@@ -0,0 +1,5 @@
+- import: codeql-suites/java-security-and-quality.qls
+  from: codeql-java
+- exclude:
+    id: java/missing-override-annotation
+
diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index c18dcb1..4146b86 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:
@@ -57,7 +57,8 @@ 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
-        queries: security-and-quality
+        # queries: security-and-quality
+        queries: ./.github/codeql/wss4j.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)
@@ -72,7 +73,7 @@ jobs:
     #    uses a compiled language
 
     - run: |
-        mvn compile -DskipTests -Pnochecks
+        mvn compile -DskipTests
     #   make bootstrap
     #   make release
 

Reply via email to