Skip to content

Commit

Permalink
sonarcloud: update java version to 18 to silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Nov 10, 2023
1 parent 0d5bd79 commit fa1c724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
- name: Set up JDK 18
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 18
- name: Download and set up sonar-scanner
env:
SONAR_SCANNER_DOWNLOAD_URL: https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip
Expand Down

0 comments on commit fa1c724

Please sign in to comment.