We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f533d commit 377b194Copy full SHA for 377b194
.gflows/libs/job_scan_code_net.lib.yml
@@ -26,7 +26,7 @@
26
run: |
27
dotnet nuget update source github --username ${GH_ACCOUNT} --password ${GH_TOKEN} --store-password-in-clear-text
28
- name: Scan
29
- uses: NazmiAltun/dotnet-parallel-sonar-scan@v1.1.3
+ uses: CoverGo/dotnet-parallel-sonar-scan@v1
30
with:
31
test-result-artifacts: #@ ",".join(test_result_artifacts)
32
#@ if hasattr(scan_code_net,"sonar") :
0 commit comments