Update codeql.yaml

This commit is contained in:
Marcin Grzejszczak
2022-05-31 10:09:58 +02:00
committed by GitHub
parent e79460e002
commit 401456d526

View File

@@ -43,7 +43,7 @@ jobs:
# project uses a compiled language
- run: |
./mvnw clean install -B -U -Pspring
./mvnw clean install -B -U -Pspring -DskipTests
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2