Skip to content

Commit

Permalink
How about this
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 authored and rickie committed Apr 15, 2023
1 parent 050d8c3 commit 8b545b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ on:
- cron: '0 4 * * 1'
permissions:
contents: read
security-events: write
jobs:
analyze:
strategy:
fail-fast: false
matrix:
language: [ java, ruby ]
permissions:
contents: read
security-events: write
runs-on: ubuntu-22.04
steps:
- name: Check out code
Expand All @@ -29,7 +30,7 @@ jobs:
with:
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 8b545b6

Please sign in to comment.