Skip to content

Commit

Permalink
Fixes issue #3248 - Update CodeQL workflow (#3249)
Browse files Browse the repository at this point in the history
mnriem authored Feb 12, 2023
1 parent e25c710 commit 85d2dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 85d2dfb

Please sign in to comment.