Skip to content

Commit 7d58659

Browse files
committed
update sonar workflow to use java 17
1 parent 05ec043 commit 7d58659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
needs: build
3333
runs-on: windows-latest
3434
steps:
35-
- name: Set up JDK 11
35+
- name: Set up JDK 17
3636
uses: actions/setup-java@v1
3737
with:
38-
java-version: 1.11
38+
java-version: 1.17
3939
- uses: actions/checkout@v2
4040
with:
4141
fetch-depth: 0

0 commit comments

Comments
 (0)