From 1544f8cb6c45981ee9bc740639236f0bf1c32dcd Mon Sep 17 00:00:00 2001 From: Piotr Czeglik Date: Tue, 11 Feb 2025 18:29:47 +0100 Subject: [PATCH] chore: update sonarcloud action (#1705) --- .github/workflows/sonar-cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index 56c41e1b04..de53954371 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master + uses: SonarSource/sonarqube-scan-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}