diff --git a/.github/workflows/backend-jobs.yml b/.github/workflows/backend-jobs.yml index d724cc805..bb51ed241 100644 --- a/.github/workflows/backend-jobs.yml +++ b/.github/workflows/backend-jobs.yml @@ -145,7 +145,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: ./gradlew sonar --info - name: Check SonarQube Quality Gate - uses: sonarsource/sonarqube-quality-gate-action@dc2f7b0dd95544cd550de3028f89193576e958b9 + uses: sonarsource/sonarqube-quality-gate-action@8406f4f1edaffef38e9fb9c53eb292fc1d7684fa with: scanMetadataReportFile: backend/build/sonar/report-task.txt timeout-minutes: 3 # Force to fail step after specific time diff --git a/.github/workflows/frontend-jobs.yml b/.github/workflows/frontend-jobs.yml index c785ecefa..072ced924 100644 --- a/.github/workflows/frontend-jobs.yml +++ b/.github/workflows/frontend-jobs.yml @@ -107,7 +107,7 @@ jobs: sonar-scanner working-directory: ./frontend - name: Check SonarQube Quality Gate - uses: sonarsource/sonarqube-quality-gate-action@dc2f7b0dd95544cd550de3028f89193576e958b9 + uses: sonarsource/sonarqube-quality-gate-action@8406f4f1edaffef38e9fb9c53eb292fc1d7684fa with: scanMetadataReportFile: frontend/.scannerwork/report-task.txt timeout-minutes: 3