diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9989760..4646d53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: with: fetch-depth: 0 - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@ + uses: sonarsource/sonarqube-scan-action@v2.0.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}