diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51b856c..7cc2282 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,6 +36,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN_REPO_CI_TESTING }} - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@v3 + uses: sonarsource/sonarcloud-github-action@v4 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}