From f8a3cf3993593d1e6389523e8a7c2fe519c1e235 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:54:41 +0000 Subject: [PATCH] Update sonarsource/sonarqube-quality-gate-action digest to 2a53a0f (#2438) 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 631f26068..6aa07886b 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@424137db1fae80e9eb279829995166f2f44bc8df + uses: sonarsource/sonarqube-quality-gate-action@2a53a0f68edfd2b2230e2ad0754bc44785febf12 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 d633dbfb5..cf8077bbd 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@424137db1fae80e9eb279829995166f2f44bc8df + uses: sonarsource/sonarqube-quality-gate-action@2a53a0f68edfd2b2230e2ad0754bc44785febf12 with: scanMetadataReportFile: frontend/.scannerwork/report-task.txt timeout-minutes: 3