diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 33837b7..a6db315 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@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0 + uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ env.SONAR_HOST_URL }} @@ -79,7 +79,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 }}