diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 6f5ed5a16..b1c25858b 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -31,7 +31,7 @@ jobs: sudo apt upgrade sudo apt install lcov qtbase5-dev qtbase5-doc-dev qtconnectivity5-dev qtconnectivity5-doc-html qttools5-dev qttools5-dev-tools - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarcloud-github-c-cpp@v2 + uses: SonarSource/sonarcloud-github-c-cpp@v3 - name: Run build-wrapper env: CC: ${{ matrix.env.cc }}