From c63775bdd86f851e056b3cf5b52b28c3db60f991 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:03:13 +0000 Subject: [PATCH] chore(actions): update sonarsource/sonarqube-scan-action action to v2.3.0 --- .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 80ce3a5..2c41888 100644 --- a/.github/workflows/sonarqube.yaml +++ b/.github/workflows/sonarqube.yaml @@ -27,7 +27,7 @@ jobs: echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@v2.0.1 + uses: sonarsource/sonarqube-scan-action@v2.3.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}