This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new 280cd3c9a .github/workflows/sonar.yml: Upgraded JDK to 21 (latest LTS)
because SonarCloud no longer supports JDK 11. Fixes #883.
280cd3c9a is described below
commit 280cd3c9a1bd3e838852e3851cd7bc36f2caf935
Author: Shad Storhaug <[email protected]>
AuthorDate: Sat Jan 20 12:40:29 2024 +0700
.github/workflows/sonar.yml: Upgraded JDK to 21 (latest LTS) because
SonarCloud no longer supports JDK 11. Fixes #883.
---
.github/workflows/sonar.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml
index d6c9c661c..8b969738c 100644
--- a/.github/workflows/sonar.yml
+++ b/.github/workflows/sonar.yml
@@ -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
@@ -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