From 9c18351239d34f401bf02a4cb39b6d9075b35010 Mon Sep 17 00:00:00 2001 From: sehaartuc <32871323+sehaartuc@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:26:12 +0200 Subject: [PATCH] chore: update the vulnerable sonarcloud version --- .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 560c787..0cbc4ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -74,7 +74,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 }}