Skip to content

Commit

Permalink
ci: update java versions for sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Aug 18, 2023
1 parent 4fe4e99 commit 2292f14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

# needed for Sonar, default is 11 and is decprecated
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17

- name: Cache NPM
uses: actions/cache@v3
env:
Expand Down

0 comments on commit 2292f14

Please sign in to comment.