Skip to content

Commit 36fd11a

Browse files
author
Andrew Omondi
committed
pr review feedback
1 parent dff9e51 commit 36fd11a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,16 @@ jobs:
3131
name: Build
3232
runs-on: ubuntu-latest
3333
steps:
34-
- name: Set up JDK 17
34+
- name: Set up JDK 21
3535
uses: actions/setup-java@v4
3636
with:
3737
distribution: "adopt"
38-
java-version: 17
38+
java-version: 21
3939
- name: Setup .NET
4040
uses: actions/setup-dotnet@v4
41-
with: # At the moment the scanner requires dotnet 5 https://www.nuget.org/packages/dotnet-sonarscanner
41+
with:
4242
dotnet-version: |
43-
5.x
44-
6.x
43+
8.x
4544
- uses: actions/checkout@v4
4645
with:
4746
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

0 commit comments

Comments
 (0)