From 4685163a593c23d237f2a12f16760174de48329c Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Tue, 17 Dec 2024 08:58:27 +0100 Subject: [PATCH] build: migrate to new sonar scan action Signed-off-by: Adam Setch --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8db5bcae..c29d9c26 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: - name: list coverage folder run: ls -la coverage/ - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master + uses: SonarSource/sonarqube-scan-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file