diff --git a/.github/workflows/build-sonarqube.yml b/.github/workflows/build-sonarqube.yml index cd4e984..25b4e0e 100644 --- a/.github/workflows/build-sonarqube.yml +++ b/.github/workflows/build-sonarqube.yml @@ -23,7 +23,7 @@ jobs: # sudo apt-get install -y g++-11 gcc-11 - name: Install Build Wrapper - uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v4 + uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6 - name: Setup & Cmake working-directory: deploy env: @@ -47,7 +47,7 @@ jobs: gcovr -r .. -f ../source --exclude-unreachable-branches --exclude-throw-branches --sonarqube -o report/coverage.xml - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}