Skip to content

Commit 377b194

Browse files
BE-819: Use Sentry CI action hosted by CoverGo (#60)
1 parent f9f533d commit 377b194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gflows/libs/job_scan_code_net.lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
run: |
2727
dotnet nuget update source github --username ${GH_ACCOUNT} --password ${GH_TOKEN} --store-password-in-clear-text
2828
- name: Scan
29-
uses: NazmiAltun/dotnet-parallel-sonar-scan@v1.1.3
29+
uses: CoverGo/dotnet-parallel-sonar-scan@v1
3030
with:
3131
test-result-artifacts: #@ ",".join(test_result_artifacts)
3232
#@ if hasattr(scan_code_net,"sonar") :

0 commit comments

Comments
 (0)