From 3845983e6d2c636de916ca53353058b477d0167c Mon Sep 17 00:00:00 2001 From: Diego Juliao Date: Sun, 12 Jan 2025 14:18:30 -0500 Subject: [PATCH] ci: fix sonarqube action version --- .github/workflows/sonar-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar-pr.yml b/.github/workflows/sonar-pr.yml index ec43d52e..d6b93fa3 100644 --- a/.github/workflows/sonar-pr.yml +++ b/.github/workflows/sonar-pr.yml @@ -90,7 +90,7 @@ jobs: unzip lint-report.zip -d reports - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@latest + uses: SonarSource/sonarqube-scan-action@v4.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}