From fe2a5aac163e2d05362fd213c7ed0688321b797e Mon Sep 17 00:00:00 2001 From: Jan Hentschel Date: Wed, 11 Dec 2024 22:14:36 +0100 Subject: [PATCH] chore(main): Update SonarCloud action to new scan action (#100) --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 67d86d2..1bb413e 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v4.0.0 + uses: SonarSource/sonarqube-scan-action@v4.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}