diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a561cb2..953c2e2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -148,7 +148,7 @@ jobs: fetch-depth: 0 - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v6 + uses: SonarSource/sonarqube-scan-action@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}