From bd0359931b7d7b93e4d7b2b737946ffcf2c0bd55 Mon Sep 17 00:00:00 2001 From: Jack Sutton Date: Wed, 15 Jan 2025 16:37:42 +0000 Subject: [PATCH] updates sonarsource workflow --- .github/workflows/sonarcloud-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud-analysis.yml b/.github/workflows/sonarcloud-analysis.yml index aaf620422..f3ee0939a 100644 --- a/.github/workflows/sonarcloud-analysis.yml +++ b/.github/workflows/sonarcloud-analysis.yml @@ -57,7 +57,7 @@ jobs: cd .. - 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 }} \ No newline at end of file