Skip to content

Commit cfd0e1c

Browse files
committed
Add .NET setup to sonar workflow
1 parent d2d2912 commit cfd0e1c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
sonarcloud:
2626
runs-on: windows-latest
2727
steps:
28-
- name: Set up JDK 17
28+
- name: Setup .NET
29+
uses: actions/setup-dotnet@v4
30+
with:
31+
dotnet-version: "9.0.x"
32+
- name: Set up JDK
2933
uses: actions/setup-java@v4
3034
with:
3135
java-version: 17

0 commit comments

Comments
 (0)