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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 042b0a7e Attempt build using maven.
042b0a7e is described below

commit 042b0a7ecd41e1c622c5c96c6e8dfb8b4abb6ec1
Author: Lee Rhodes <[email protected]>
AuthorDate: Wed Jan 7 17:31:16 2026 -0800

    Attempt build using maven.
---
 .github/workflows/codeql.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 23ffc27d..e1edf3a2 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -56,8 +56,8 @@ jobs:
         
     # Autobuild attempts to build any compiled languages  (C/C++, C#, Go, or 
Java).
     # If this step fails, then you should remove it and run the build manually 
(see below)
-    - name: Autobuild
-      uses: github/codeql-action/autobuild@v4
+    # - name: Autobuild
+    #   uses: github/codeql-action/autobuild@v4
 
     # â„šī¸ Command-line programs to run using the OS shell.
     # 📚 See 
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -65,9 +65,9 @@ jobs:
     #   If the Autobuild fails above, remove it and uncomment the following 
three lines. 
     #   modify them (or add more) to build your code if your project, please 
refer to the EXAMPLE below for guidance.
 
-    # - run: |
-    #   echo "Run, Build Application using script"
-    #   ./location_of_script_within_repo/buildscript.sh
+    - run: |
+      echo "Build Application using Maven"
+      mvn clean compile
 
     - name: Perform CodeQL Analysis
       uses: github/codeql-action/analyze@v4


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to