Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
Only run CodeQL on Java 8 in Maven workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Aug 16, 2020
1 parent c531171 commit bfbbaef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Initialize CodeQL
if: matrix.java_version == '8'
uses: github/codeql-action/init@v1
with:
languages: java
Expand All @@ -38,4 +39,5 @@ jobs:
- name: Run tests
run: ./mvnw --no-transfer-progress -V -B -ff verify
- name: Perform CodeQL Analysis
if: matrix.java_version == '8'
uses: github/codeql-action/analyze@v1

0 comments on commit bfbbaef

Please sign in to comment.