Skip to content

Commit 357efcf

Browse files
Per Kopsperkops
authored andcommitted
fix(ci): force dotnet-sonarscanner to version 10.1.2, since v. 10.2.0 is broken
1 parent b16feb9 commit 357efcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: dotnet test -c Release --no-build --filter "Category!=Integration"
5858

5959
- name: 🌩️ SonarCloud install scanner
60-
run: dotnet tool install --global dotnet-sonarscanner
60+
run: dotnet tool install --global dotnet-sonarscanner --version 10.1.2
6161

6262
- name: 🌩️ SonarCloud analyze
6363
env:

0 commit comments

Comments
 (0)