Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Apr 8, 2023
1 parent 6eeaebd commit aed6482
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
debug: true
languages: ${{ matrix.language }}
- name: Perform minimal build
if: ${{ matrix.language }} == java
run: mvn -T1C clean install -DskipTests -Dverification.skip
# XXX: Drop
#- name: Perform autobuild
# uses: github/codeql-action/[email protected]
- name: Perform CodeQL analysis
uses: github/codeql-action/[email protected]
with:
category: "/language:${{matrix.language}}"
category: /language:${{ matrix.language }}

0 comments on commit aed6482

Please sign in to comment.