From c93bd39a3132401bf5fac358d493b56c22cd9c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 11:56:06 +0000 Subject: [PATCH] Bump SonarSource/sonarqube-scan-action from 7.1.0 to 7.2.0 Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/299e4b793aaa83bf2aba7c9c14bedbb485688ec4...55e44800a8f495208cce6e4e82f5dedb45fcf0ef) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/preview-env.yaml | 2 +- .github/workflows/update-sonar-statistics.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-env.yaml b/.github/workflows/preview-env.yaml index db97949c..011bc3df 100644 --- a/.github/workflows/preview-env.yaml +++ b/.github/workflows/preview-env.yaml @@ -748,7 +748,7 @@ jobs: path: coverage-reports/ - name: "SonarCloud Scan" if: always() && github.event.action != 'closed' && github.actor != 'dependabot[bot]' - uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 #7.1.0 + uses: SonarSource/sonarqube-scan-action@55e44800a8f495208cce6e4e82f5dedb45fcf0ef #7.2.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: diff --git a/.github/workflows/update-sonar-statistics.yaml b/.github/workflows/update-sonar-statistics.yaml index 212c74e6..91e78275 100644 --- a/.github/workflows/update-sonar-statistics.yaml +++ b/.github/workflows/update-sonar-statistics.yaml @@ -108,7 +108,7 @@ jobs: path: coverage-reports/ - name: "SonarCloud Scan" - uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 #7.1.0 + uses: SonarSource/sonarqube-scan-action@55e44800a8f495208cce6e4e82f5dedb45fcf0ef #7.2.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: