Skip to content

Commit

Permalink
codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed Jul 8, 2023
1 parent c51d39b commit 72139d8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,11 @@ 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
uses: actions/setup-java@v3
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17
cache: 'maven'
run: ./mvnw clean package -B -V -e -ntp

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -64,9 +62,7 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release
- run: ./mvnw clean package -B -V -e -ntp

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 72139d8

Please sign in to comment.