diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5001361..1e1c352 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,6 @@ jobs: run: npm run audit - name: Sonar scan if: github.actor != 'dependabot[bot]' - uses: SonarSource/sonarqube-scan-action@v6 + uses: SonarSource/sonarqube-scan-action@v7 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}