Skip to content

Commit

Permalink
.github/workflows/sonar.yml: Updated to use latest .NET 8 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Feb 10, 2024
1 parent d775e8e commit b1476ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
echo "DOTNET_NOLOGO=1" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
shell: pwsh
- name: Setup .NET 7 SDK
- name: Setup .NET 8 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit b1476ae

Please sign in to comment.