This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new ab058d61fb Added/removed active/inactive branches for codeql scans CTR
ab058d61fb is described below
commit ab058d61fbf62f99d982b5288c19f913b39ac2b3
Author: Stephen Mallette <[email protected]>
AuthorDate: Tue Jul 22 11:00:21 2025 -0400
Added/removed active/inactive branches for codeql scans CTR
---
.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 d2c4a6a990..53e8f7380c 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -2,10 +2,10 @@ name: "CodeQL"
on:
push:
- branches: [ "master", "3.5-dev", "3.6-dev", "3.7-dev" ]
+ branches: [ "master", "3.7-dev", "3.8-dev" ]
pull_request:
# The branches below must be a subset of the branches above
- branches: [ "master", "3.5-dev", "3.6-dev", "3.7-dev" ]
+ branches: [ "master", "3.7-dev", "3.8-dev" ]
schedule:
- cron: '22 8 * * 1'