Skip to content

Commit

Permalink
Fix ReportGenerator setup on Linux in Sonar Scan action
Browse files Browse the repository at this point in the history
  • Loading branch information
egorodet committed Jan 11, 2025
1 parent 7769bc9 commit dddc763
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.400
dotnet-version: 8.x
dotnet-quality: 'ga'

- name: Install Sonar-Scanner
uses: sonarsource/sonarcloud-github-c-cpp@v3
Expand Down

0 comments on commit dddc763

Please sign in to comment.