Skip to content

Commit 6c18b33

Browse files
authored
pipine
1 parent e0e96e1 commit 6c18b33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
run: ls '${{ github.workspace }}/coverage/'
4343

4444
- name: SonarCloud Scan
45-
uses: sonarsource/sonarcloud-github-action@master
45+
uses: sonarsource/sonarcloud-github-action@v2.3.0
46+
if: github.ref == 'refs/heads/main'
4647
with:
4748
args: >
4849
-Dsonar.organization=managedcode

0 commit comments

Comments
 (0)