From 5c2e456c969e4fc4619d801a8cd01abb6d795c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 12:35:42 +0000 Subject: [PATCH] Bump sonarsource/sonarqube-quality-gate-action Bumps [sonarsource/sonarqube-quality-gate-action](https://github.com/sonarsource/sonarqube-quality-gate-action) from cb3ed20f9fec62b4c3b8ad9e77656c6adaade913 to 8e9b0ca0a7273d6f16986388d98393efdfcf56fd. - [Release notes](https://github.com/sonarsource/sonarqube-quality-gate-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-quality-gate-action/compare/cb3ed20f9fec62b4c3b8ad9e77656c6adaade913...8e9b0ca0a7273d6f16986388d98393efdfcf56fd) --- updated-dependencies: - dependency-name: sonarsource/sonarqube-quality-gate-action dependency-version: 8e9b0ca0a7273d6f16986388d98393efdfcf56fd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/Master Workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Master Workflow.yml b/.github/workflows/Master Workflow.yml index 501e462..24214be 100644 --- a/.github/workflows/Master Workflow.yml +++ b/.github/workflows/Master Workflow.yml @@ -394,7 +394,7 @@ jobs: - name: SonarCloud Quality Gate check if: github.actor != 'dependabot[bot]' id: sonarcloud-quality-gate-check - uses: sonarsource/sonarqube-quality-gate-action@cb3ed20f9fec62b4c3b8ad9e77656c6adaade913 # Master from 17 Nov 2025 + uses: sonarsource/sonarqube-quality-gate-action@8e9b0ca0a7273d6f16986388d98393efdfcf56fd # Master from 17 Nov 2025 with: scanMetadataReportFile: .sonarqube/out/.sonar/report-task.txt continue-on-error: true