From 714a1d33c922f096fdfb412fd2a88196d5740d67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:39:49 +0000 Subject: [PATCH] ci(deps): bump SonarSource/sonarqube-quality-gate-action Bumps [SonarSource/sonarqube-quality-gate-action](https://github.com/sonarsource/sonarqube-quality-gate-action) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/sonarsource/sonarqube-quality-gate-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-quality-gate-action/compare/d304d050d930b02a896b0f85935344f023928496...cf038b0e0cdecfa9e56c198bbb7d21d751d62c3b) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-quality-gate-action dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 45b37b3..96d6419 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -76,7 +76,7 @@ jobs: - name: SonarCloud Quality Gate if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.sonar == 'true' }} - uses: SonarSource/sonarqube-quality-gate-action@d304d050d930b02a896b0f85935344f023928496 # v1 + uses: SonarSource/sonarqube-quality-gate-action@cf038b0e0cdecfa9e56c198bbb7d21d751d62c3b # v1.2.0 timeout-minutes: 10 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}