diff --git a/.github/workflows/any-sonar-template.yml b/.github/workflows/any-sonar-template.yml index 64626a6..fbe291c 100644 --- a/.github/workflows/any-sonar-template.yml +++ b/.github/workflows/any-sonar-template.yml @@ -59,6 +59,6 @@ jobs: sonar.objc.file.suffixes=- EOF - name: Run Sonar - uses: SonarSource/sonarqube-scan-action@v7.1.0 + uses: SonarSource/sonarqube-scan-action@v7.2 env: SONAR_TOKEN: ${{ secrets.sr_token }}