Skip to content

Commit

Permalink
Ah
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Apr 8, 2023
1 parent aed6482 commit 539e0af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
debug: true
languages: ${{ matrix.language }}
- name: Perform minimal build
if: ${{ matrix.language }} == java
if: ${{ matrix.language == 'java' }}
run: mvn -T1C clean install -DskipTests -Dverification.skip
- name: Perform CodeQL analysis
uses: github/codeql-action/[email protected]
Expand Down

0 comments on commit 539e0af

Please sign in to comment.