diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 5204b28..ecbd36f 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@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6 + uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ env.SONAR_HOST_URL }}