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 2022/09/15 15:54:28 UTC

[santuario-xml-security-java] branch main updated: Fixing codeql analysis after switching to main

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 41f3fd00 Fixing codeql analysis after switching to main
41f3fd00 is described below

commit 41f3fd00630e7e8638a66ecefb5635c381ee9f43
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Sep 15 16:54:08 2022 +0100

    Fixing codeql analysis after switching to main
---
 .github/workflows/codeql-analysis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 814483ee..5576ba22 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -7,10 +7,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [master]
+    branches: [main]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [master]
+    branches: [main]
   #schedule:
     #- cron: '0 8 * * 5'