We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff9e51 commit 36fd11aCopy full SHA for 36fd11a
.github/workflows/sonarcloud.yml
@@ -31,17 +31,16 @@ jobs:
31
name: Build
32
runs-on: ubuntu-latest
33
steps:
34
- - name: Set up JDK 17
+ - name: Set up JDK 21
35
uses: actions/setup-java@v4
36
with:
37
distribution: "adopt"
38
- java-version: 17
+ java-version: 21
39
- name: Setup .NET
40
uses: actions/setup-dotnet@v4
41
- with: # At the moment the scanner requires dotnet 5 https://www.nuget.org/packages/dotnet-sonarscanner
+ with:
42
dotnet-version: |
43
- 5.x
44
- 6.x
+ 8.x
45
- uses: actions/checkout@v4
46
47
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
0 commit comments