This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-xml.git
commit 4a2308c67d46245898e5afb47bc53475a07bb5f8 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Sat Apr 25 12:27:18 2026 +0200 fix: CodeQL branch --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d8756c4..fff0865 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -17,7 +17,7 @@ name: CodeQL on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: { } schedule: - cron: '33 9 * * 4' # Randomize this expression
