diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 03c74f0bf..6acb88864 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -36,7 +36,7 @@ jobs: submodules: recursive fetch-depth: 0 - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarcloud-github-c-cpp@v2 + uses: SonarSource/sonarcloud-github-c-cpp@v3 - name: Setup run: | sudo apt-get install llvm -y