From 51a8038e5fd1cc6a02b9559802c9a8f7cf5cfd84 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Sat, 11 Feb 2023 07:23:10 -0600 Subject: [PATCH] Update CodeQL workflow --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbb8375edc..d21f5984b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} - name: Setup Java @@ -58,7 +58,7 @@ jobs: - name: Build with Maven run: mvn --no-transfer-progress -B -DskipTests=true -DskipITs=true install - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 sonatype: if: github.repository == 'piranhacloud/piranha' && github.event_name != 'pull_request' runs-on: ubuntu-latest