Update codeql.yaml

This commit is contained in:
Marcin Grzejszczak
2022-05-23 18:08:02 +02:00
committed by GitHub
parent 37c690dd1b
commit 09f62c6467

View File

@@ -26,8 +26,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@v2
# - name: Autobuild
# uses: github/codeql-action/autobuild@v2
# Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -36,9 +36,8 @@ jobs:
# three lines 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 install -B -U -Pspring
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2