From 72c019812890daf0be01d8a8a1391f72b2297508 Mon Sep 17 00:00:00 2001 From: Diego Juliao Date: Sun, 12 Jan 2025 02:51:04 -0500 Subject: [PATCH] ci: migrate sonar cloud scanner action --- .github/workflows/publishment.yml | 2 +- .github/workflows/sonar-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publishment.yml b/.github/workflows/publishment.yml index e9fb0a1a..8aef0e93 100644 --- a/.github/workflows/publishment.yml +++ b/.github/workflows/publishment.yml @@ -29,7 +29,7 @@ jobs: - uses: ./.github/actions/download-lint-report - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master + uses: SonarSource/sonarcloud-github-action@latest env: SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/sonar-pr.yml b/.github/workflows/sonar-pr.yml index afdc496c..ec43d52e 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/sonarcloud-github-action@master + uses: SonarSource/sonarqube-scan-action@latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}