Skip to content

Commit

Permalink
Update codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Oct 9, 2023
1 parent 0948cbc commit 5cb6f49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ 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: Build with Maven
uses: actions/setup-java@v1
with:
java-version: 17
run: mvn -B -Pm2 clean verify --file pom.xml

# ℹ️ Command-line programs to run using the OS shell.
Expand Down

0 comments on commit 5cb6f49

Please sign in to comment.