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 }}