From 70b454b4238b73f7d014e435db6ae09e7386b495 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 00:34:59 +0000 Subject: [PATCH] chore(actions): update sonarsource/sonarqube-scan-action action to v3 --- .github/workflows/sonarqube.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarqube.yaml b/.github/workflows/sonarqube.yaml index a8fb564fb..cefb4b45c 100644 --- a/.github/workflows/sonarqube.yaml +++ b/.github/workflows/sonarqube.yaml @@ -25,7 +25,7 @@ jobs: echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@v2.3.0 + uses: sonarsource/sonarqube-scan-action@v3.0.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}