diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index cd940db..62cf81a 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -75,6 +75,6 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 + uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}