From 72139d81eee818b23b39c83cf7ac8f4845665ee2 Mon Sep 17 00:00:00 2001 From: Alberto Date: Sat, 8 Jul 2023 15:07:53 +0200 Subject: [PATCH] codeql.yml --- .github/workflows/codeql.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 93759781..8c512d4e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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 @@ -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