Skip to content

Commit

Permalink
fix: set java version for sonarscanner + trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Aug 9, 2023
1 parent 71b0a49 commit fe8057f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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 Paket
uses: actions/cache@v3
env:
Expand Down

0 comments on commit fe8057f

Please sign in to comment.