From 49e196fb70c9b7866f8993c98b2fcd077de68546 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 14:01:06 +0000 Subject: [PATCH] Update sonarsource/sonarqube-quality-gate-action digest to adc518a --- .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 627359fe7e..0562490dc9 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@5a8df806f0c5ac1fb76a2779e927f7e38f88137f + uses: sonarsource/sonarqube-quality-gate-action@adc518a017eda8be0bb3f46f87cba5bddaa719f7 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 2002da2145..9d21407218 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@5a8df806f0c5ac1fb76a2779e927f7e38f88137f + uses: sonarsource/sonarqube-quality-gate-action@adc518a017eda8be0bb3f46f87cba5bddaa719f7 with: scanMetadataReportFile: frontend/.scannerwork/report-task.txt timeout-minutes: 3