From eded3c06c4d448cf1ee2edbad6c3e7477c077d1a Mon Sep 17 00:00:00 2001 From: sehaartuc <32871323+sehaartuc@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:30:07 +0200 Subject: [PATCH] chore: update the vulnerable sonarcloud version https://community.sonarsource.com/t/security-advisory-sonarqube-scanner-github-action/147696/13 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1fcccba..77d90f6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: - name: Install unzip run: apt-get update && apt-get install -y unzip - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@v5 + uses: SonarSource/sonarqube-scan-action@v5.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}