Skip to content

Commit

Permalink
The version of Java (11.0.20) you have used to run this analysis is d…
Browse files Browse the repository at this point in the history
…eprecated and we will stop accepting it soon. Please update to at least Java 17.
  • Loading branch information
StevenLooman committed Sep 1, 2023
1 parent 5ea3bb8 commit 66d3e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: 'zulu'
cache: 'maven'
- name: Cache SonarCloud packages
Expand Down

0 comments on commit 66d3e4e

Please sign in to comment.