We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e96e1 commit 6c18b33Copy full SHA for 6c18b33
.github/workflows/dotnet.yml
@@ -42,7 +42,8 @@ jobs:
42
run: ls '${{ github.workspace }}/coverage/'
43
44
- name: SonarCloud Scan
45
- uses: sonarsource/sonarcloud-github-action@master
+ uses: sonarsource/sonarcloud-github-action@v2.3.0
46
+ if: github.ref == 'refs/heads/main'
47
with:
48
args: >
49
-Dsonar.organization=managedcode
0 commit comments