diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index b313afac..5e0a3e4e 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -37,7 +37,7 @@ jobs: - name: Report Quality Gate Status if: always() # Ensure the status is reported even if the scan fails - uses: sonarsource/sonarqube-quality-gate-action@v1 + uses: sonarsource/sonarqube-quality-gate-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}