From cd69aaec120e75c2bd5128e16e7f1fdc984da4be Mon Sep 17 00:00:00 2001 From: Marek Karwacki Date: Thu, 7 Dec 2023 09:49:55 +0100 Subject: [PATCH] ci: use forked github actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 530fe7018..590f69a9a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -488,7 +488,7 @@ jobs: secret_name: "github-actions/common/sonar-token" parse_json: true - name: SonarScanner for .NET - uses: RDXWorks-actions/sonarscan-dotnet@master + uses: highbyte/sonarscan-dotnet@8410b6452e036aff2fb830831e508e723b8af60d # for .NET 8 use RDXWorks-actions/sonarscan-dotnet@master with: sonarProjectKey: radixdlt_babylon-gateway sonarProjectName: babylon-gateway