diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index cf45a66..af9834a 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -50,7 +50,7 @@ jobs: --std=c++17 --error-exitcode=1 --suppressions-list=./suppressions.txt src - name: Install Build Wrapper - uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v4 + uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5.3.1 - name: Build and test run: | @@ -83,7 +83,7 @@ jobs: - name: SonarCloud Scan on push if: github.event_name == 'push' - uses: SonarSource/sonarqube-scan-action@v4 + uses: SonarSource/sonarqube-scan-action@v5.3.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -94,7 +94,7 @@ jobs: - name: SonarCloud Scan on pull request if: github.event_name == 'pull_request_target' - uses: SonarSource/sonarqube-scan-action@v4 + uses: SonarSource/sonarqube-scan-action@v5.3.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}