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 cad9022e76 Remove gremlin-mcp from gremlin-java codeql check for GHA 
CTR
cad9022e76 is described below

commit cad9022e7629b57b494d292bd3aecbba025d6164
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Jan 12 14:11:07 2026 -0500

    Remove gremlin-mcp from gremlin-java codeql check for GHA CTR
---
 .github/workflows/codeql.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index f1eda73181..fb2bd48bd6 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -120,7 +120,7 @@ jobs:
       - run: |
           echo "Build Java"
           mvn clean package -B -V -e \
-          -pl 
-:gremlin-javascript,-:gremlin-dotnet,-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlin-go,-:gremlin-python,-:gremlint
 \
+          -pl 
-:gremlin-javascript,-:gremlin-dotnet,-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlin-go,-:gremlin-python,-:gremlint,-:gremlin-mcp
 \
           -Dfindbugs.skip -Dcheckstyle.skip -Dpmd.skip=true -Dspotbugs.skip 
-Denforcer.skip -Dmaven.javadoc.skip \
           -DskipTests -Dmaven.test.skip.exec -Dlicense.skip=true 
-Drat.skip=true -Dspotless.check.skip=true
 

Reply via email to