From f4e6464e38d9e20391701659d7b740d4c67d58e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 05:51:58 +0000 Subject: [PATCH] chore(deps)(deps): bump SonarSource/sonarqube-scan-action Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/7006c4492b2e0ee0f816d36501671557c97f5995...713881670b6b3676cda39549040e2d88c70d582e) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db7d6af..a7fce99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,7 +222,7 @@ jobs: id: blockchain-sonar-scan if: steps['sonar-check'].outputs.sonar_enabled == 'true' continue-on-error: true - uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995 # v8 + uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8 env: SONAR_HOST_URL: ${{ vars.SONAR_URL || 'https://sonarcloud.io' }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -232,7 +232,7 @@ jobs: - name: Retry SonarQube analysis (blockchain) if: steps['sonar-check'].outputs.sonar_enabled == 'true' && steps['blockchain-sonar-scan'].outcome == 'failure' - uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995 # v8 + uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8 env: SONAR_HOST_URL: ${{ vars.SONAR_URL || 'https://sonarcloud.io' }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -537,7 +537,7 @@ jobs: id: frontend-sonar-scan if: steps['sonar-check'].outputs.sonar_enabled == 'true' continue-on-error: true - uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995 # v8 + uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8 env: SONAR_HOST_URL: ${{ vars.SONAR_URL || 'https://sonarcloud.io' }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -547,7 +547,7 @@ jobs: - name: Retry SonarQube analysis (frontend) if: steps['sonar-check'].outputs.sonar_enabled == 'true' && steps['frontend-sonar-scan'].outcome == 'failure' - uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995 # v8 + uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8 env: SONAR_HOST_URL: ${{ vars.SONAR_URL || 'https://sonarcloud.io' }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}