From ab89724301c45501f0453fd07b320c548ad2f79c Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Wed, 5 Feb 2025 12:27:25 -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 fc189940..4520ad0d 100644 --- a/.github/workflows/node-coverage.js.yml +++ b/.github/workflows/node-coverage.js.yml @@ -37,8 +37,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