Skip to content

Commit

Permalink
.github/workflows/sonar.yml: Upgraded JDK to 21 (latest LTS) because …
Browse files Browse the repository at this point in the history
…SonarCloud no longer supports JDK 11. Fixes #883.
  • Loading branch information
NightOwl888 committed Jan 20, 2024
1 parent a3850c2 commit 280cd3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Licensed to the Apache Software Foundation (ASF) under one
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
Expand Down Expand Up @@ -38,11 +38,11 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Set up JDK 11
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
java-version: '21'
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
Expand Down

0 comments on commit 280cd3c

Please sign in to comment.