From c1580b48710ffec0429b70221b183933247c1ac4 Mon Sep 17 00:00:00 2001 From: Fernanda Toledo Date: Thu, 25 Jul 2024 12:16:05 -0300 Subject: [PATCH] chore(sonar): action --- .github/workflows/sonar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 4b7d0ce..eea7f1f 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -17,7 +17,7 @@ env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} jobs: - tests: + sonar: runs-on: ubuntu-latest steps: - name: 📦 Checkout project repo @@ -29,7 +29,7 @@ jobs: uses: ./.github/actions/setup-node-pnpm-install - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@master + uses: warchant/setup-sonar-scanner@v3 - name: Run Sonarqube analysis run: |