Skip to content

Commit

Permalink
[GH] Explicitly specify mvn-toolchain-id for setup JDKs to match BREEs
Browse files Browse the repository at this point in the history
... in codeQLworkflow.yml too
  • Loading branch information
HannesWell committed Sep 25, 2023
1 parent e16a757 commit 1cc448d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeQLworkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
8
11
17
mvn-toolchain-id: |
JavaSE-1.8
JavaSE-11
JavaSE-17
distribution: 'temurin'
cache: maven
- name: Set up Maven
Expand Down

0 comments on commit 1cc448d

Please sign in to comment.