From 44c3786e93cf1f76346edff2978d8971aafe538e Mon Sep 17 00:00:00 2001 From: James Frowen Date: Fri, 26 Apr 2024 14:49:35 +0100 Subject: [PATCH] CI: lowering sonar version to work with the dotnet version unity has --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8518332186..f0fcd8654f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -156,7 +156,7 @@ jobs: distribution: 'zulu' - name: Install sonar scanner - run: $DOTNET_ROOT/dotnet tool install dotnet-sonarscanner --tool-path . --version 6.2.0 + run: $DOTNET_ROOT/dotnet tool install dotnet-sonarscanner --tool-path . --version 5.15.0 - name: Generate Solution run: unity-editor -nographics -logFile /dev/stdout -customBuildName Mirage -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution -quit