From 0237f34ec5b837be0d8e4c5a8ac08f87ca9421c0 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Tue, 4 Feb 2025 17:57:04 -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/go-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-coverage.yml b/.github/workflows/go-coverage.yml index 8298067..34c590b 100644 --- a/.github/workflows/go-coverage.yml +++ b/.github/workflows/go-coverage.yml @@ -54,7 +54,7 @@ jobs: verbose: true # optional (default = false) - name: Analyze with SonarCloud - uses: SonarSource/sonarcloud-github-action@master + uses: SonarSource/sonarqube-scan-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Needed to get PR information, if any