diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c53a6366..7f4a4002 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Quality Gate - uses: SonarSource/sonarqube-quality-gate-action@v1.2.0 + uses: SonarSource/sonarqube-quality-gate-action@v1.2.1 timeout-minutes: 5 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}