From 2cb0e6c00d1e64c0933df90c71cca72ed1a9ba2f Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Wed, 5 Feb 2025 14:26:52 -0300 Subject: [PATCH] [CONFIG] [Github Actions] sonarcloud deprecation replacement. https://github.com/SonarSource/sonarqube-scan-action Warning This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action. --- .github/workflows/node-coverage.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-coverage.js.yml b/.github/workflows/node-coverage.js.yml index f7cbb216..4d1f20dc 100644 --- a/.github/workflows/node-coverage.js.yml +++ b/.github/workflows/node-coverage.js.yml @@ -40,8 +40,8 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} # required verbose: true # optional (default = false) - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master + - name: Analyze with SonarQube / SonarCloud + uses: SonarSource/sonarqube-scan-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Needed to get PR information, if any