Skip to content

Commit

Permalink
Merge pull request #107 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 4, 2023
2 parents a03d4f0 + ef45e6e commit 95de817
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: ubuntu-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 95de817

Please sign in to comment.