diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 2dbef9d..efd4d2c 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -65,7 +65,7 @@ jobs: - name: SonarCloud Scan if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.sonar == 'true' }} - uses: SonarSource/sonarqube-scan-action@v6 + uses: SonarSource/sonarqube-scan-action@v7 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ env.SONAR_HOST_URL }}