diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ebbd0c..1634d7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Set up msbuild uses: microsoft/setup-msbuild@v1.0.2 - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarqube-github-c-cpp@c656a5d6a58c27e106717bbf0b529a0b84e776f9 + uses: SonarSource/sonarqube-github-c-cpp@v1 env: SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - name: Run build-wrapper