From f04d93a95ef08d330630c042c83b0ee0595eb1dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 03:06:33 +0000 Subject: [PATCH] chore(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 5204b28..1658ff8 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -79,7 +79,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 }}