diff --git a/.github/workflows/check-format-test.yml b/.github/workflows/check-format-test.yml index 03fcc55..2bb7b5a 100644 --- a/.github/workflows/check-format-test.yml +++ b/.github/workflows/check-format-test.yml @@ -58,6 +58,6 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file