You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2022/07/05 20:19:28 UTC

[cxf] branch main updated: Updating codeql to use main instead of master

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/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 24984eacaf Updating codeql to use main instead of master
24984eacaf is described below

commit 24984eacaf4568b893ab71ebbded1100bdc060c8
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jul 5 21:19:08 2022 +0100

    Updating codeql to use main instead of master
---
 .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 1f707a77e0..2d5dbe50f5 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -7,10 +7,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: ['master', '3.6.x-fixes']
+    branches: ['main', '3.6.x-fixes']
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: ['master', '3.6.x-fixes']
+    branches: ['main', '3.6.x-fixes']
   #schedule:
     #- cron: '0 18 * * 5'