We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16feb9 commit 357efcfCopy full SHA for 357efcf
.github/workflows/post-integration.yml
@@ -57,7 +57,7 @@ jobs:
57
run: dotnet test -c Release --no-build --filter "Category!=Integration"
58
59
- name: 🌩️ SonarCloud install scanner
60
- run: dotnet tool install --global dotnet-sonarscanner
+ run: dotnet tool install --global dotnet-sonarscanner --version 10.1.2
61
62
- name: 🌩️ SonarCloud analyze
63
env:
0 commit comments