diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index 1e6f40bf..f78a7f0f 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -46,7 +46,7 @@ jobs: submodules: "recursive" - 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 using SonarQube Build Wrapper run: | @@ -77,7 +77,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 }} @@ -88,7 +88,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 }}