diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index b82f3b29..599c165b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -58,8 +58,8 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, 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@v3
+ #- name: Autobuild
+ # uses: github/codeql-action/autobuild@v3
# âšī¸ Command-line programs to run using the OS shell.
# đ https://git.io/JvXDl
@@ -68,9 +68,8 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language
- #- run: |
- # make bootstrap
- # make release
+ - name: Build with Maven
+ run: ./mvnw clean package -f pom.xml -B -V -e -DskipTests
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
diff --git a/pom.xml b/pom.xml
index f75e6717..bd32a28d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
0.8.11
7.0.0
- 2.2.6
+ 3.0.0
0.6.3
3.1.1
3.1.0