Skip to content

Commit

Permalink
Merge pull request #1303 from microsoft/feature/sonarcloud-java-version
Browse files Browse the repository at this point in the history
- bumps java version for sonarcloud to stay on supported version
  • Loading branch information
baywet authored Aug 7, 2023
2 parents 52a6609 + b57ebbc commit 107b0f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
name: Build
runs-on: windows-latest
steps:
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
java-version: 17
- name: Setup .NET 5 # At the moment the scanner requires dotnet 5 https://www.nuget.org/packages/dotnet-sonarscanner
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 107b0f0

Please sign in to comment.