Skip to content

Commit

Permalink
Merge pull request #129 from microsoft/ci/outdated-net
Browse files Browse the repository at this point in the history
ci: upgrades outdated net version
  • Loading branch information
baywet authored Jan 14, 2025
2 parents a463304 + 3c60fd6 commit ea1f0e4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,10 @@ jobs:
with:
distribution: "adopt"
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@v4
with:
dotnet-version: 5.0.x
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
dotnet-version: 8.x
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
Expand Down

0 comments on commit ea1f0e4

Please sign in to comment.