diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 45b37b3..96d6419 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -76,7 +76,7 @@ jobs: - name: SonarCloud Quality Gate if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.sonar == 'true' }} - uses: SonarSource/sonarqube-quality-gate-action@d304d050d930b02a896b0f85935344f023928496 # v1 + uses: SonarSource/sonarqube-quality-gate-action@cf038b0e0cdecfa9e56c198bbb7d21d751d62c3b # v1.2.0 timeout-minutes: 10 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}