diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 0c328b6..2ea4394 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995 + uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e env: SONAR_HOST_URL: https://sonarcloud.io SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}