Skip to content

Commit 1db22b8

Browse files
Update Sonar config to use newest JDK
1 parent d25a730 commit 1db22b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/Sonar.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
with:
1818
dotnet-version: 8.0.x
1919

20+
- name: Install Java
21+
uses: actions/setup-java@v4
22+
with:
23+
distribution: microsoft
24+
java-version: 21
25+
2026
- name: Install Sonar Scanner
2127
run: dotnet tool install --global dotnet-sonarscanner
2228

0 commit comments

Comments
 (0)