This is an automated email from the ASF dual-hosted git repository. johnbam pushed a commit to branch jbampton-patch-2 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit fc3ff72dae1119f888affa763821d2d99252fdad Author: John Bampton <[email protected]> AuthorDate: Fri Jul 25 19:13:50 2025 +1000 Update codeql.yml change branch from `main` to `master` --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7e99a1bfe7..295967e0a4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -19,9 +19,9 @@ name: CodeQL Analysis on: push: - branches: [main] + branches: [master] pull_request: - branches: [main] + branches: [master] permissions: actions: read
