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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new 015971ee Add branch 1.x to CodeQL
015971ee is described below

commit 015971ee9cfde7276681d44d21f62a2ef7a61ee1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 8 08:02:56 2024 -0400

    Add branch 1.x to CodeQL
---
 .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 f9a799f4..caa7dd1e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -17,10 +17,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [ master ]
+    branches: [ master, 1.x ]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [ master ]
+    branches: [ master, 1.x ]
   schedule:
     - cron: '33 9 * * 4'
 

Reply via email to