Index: .github/workflows/codeql.yml
===================================================================
--- .github/workflows/codeql.yml	(revision 346cf492d1d661427ef1e0beedced2e456ad85de)
+++ .github/workflows/codeql.yml	(revision ef2f173d8feb828c6b1bc6ea1256b45a8c240654)
@@ -58,6 +58,6 @@
     # 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@v2
+    #- name: Autobuild
+    #  uses: github/codeql-action/autobuild@v2
 
     # ℹ️ Command-line programs to run using the OS shell.
@@ -67,7 +67,7 @@
     #   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"
+      mvn -f dbLearnStar-webApp/ clean package
 
     - name: Perform CodeQL Analysis
