From 16360448b5c9f75149a09e4a3c5484aa808480f1 Mon Sep 17 00:00:00 2001 From: Jack Sutton Date: Fri, 17 Jan 2025 14:15:02 +0000 Subject: [PATCH] Updates SonarSource action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fd33cb..fecbe3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: ./tasks test_coverage-github-action - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master + uses: SonarSource/sonarqube-scan-action@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}