From a79de37f86a51637561451915dc5c2877074f2e4 Mon Sep 17 00:00:00 2001 From: Dragos0000 Date: Tue, 14 Jan 2025 09:16:31 +0000 Subject: [PATCH] testing sonar cube --- .github/workflows/unit-tests-srv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests-srv.yml b/.github/workflows/unit-tests-srv.yml index 617bd7bc4..847840700 100644 --- a/.github/workflows/unit-tests-srv.yml +++ b/.github/workflows/unit-tests-srv.yml @@ -52,7 +52,7 @@ jobs: name: codecov-umbrella fail_ci_if_error: true - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master + uses: SonarSource/sonarqube-scan-action@v4.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}