diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index f5be92dd..a0f9fbc0 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: pnpm install --no-frozen-lockfile - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}