From 2fe2e6c5839ca829c573e53cef7c5603f670fb7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:47:43 +0000 Subject: [PATCH] Update sonarsource/sonarqube-quality-gate-action digest to 424137d (#2419) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/backend-checks.yml | 2 +- .github/workflows/frontend-checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend-checks.yml b/.github/workflows/backend-checks.yml index 292c791559..ae6a599d09 100644 --- a/.github/workflows/backend-checks.yml +++ b/.github/workflows/backend-checks.yml @@ -123,7 +123,7 @@ jobs: - name: Check SonarQube Quality Gate # Third-party action, pin to commit SHA! # See https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions - uses: sonarsource/sonarqube-quality-gate-action@07d1da262a6b176308ed4e842d04bff152e8024c + uses: sonarsource/sonarqube-quality-gate-action@424137db1fae80e9eb279829995166f2f44bc8df with: scanMetadataReportFile: backend/build/sonar/report-task.txt timeout-minutes: 3 # Force to fail step after specific time diff --git a/.github/workflows/frontend-checks.yml b/.github/workflows/frontend-checks.yml index 7de019aa0b..d633dbfb56 100644 --- a/.github/workflows/frontend-checks.yml +++ b/.github/workflows/frontend-checks.yml @@ -119,7 +119,7 @@ jobs: sonar-scanner working-directory: ./frontend - name: Check SonarQube Quality Gate - uses: sonarsource/sonarqube-quality-gate-action@07d1da262a6b176308ed4e842d04bff152e8024c + uses: sonarsource/sonarqube-quality-gate-action@424137db1fae80e9eb279829995166f2f44bc8df with: scanMetadataReportFile: frontend/.scannerwork/report-task.txt timeout-minutes: 3