From 4cc2baf8a861d76b67e0ab2c2c85891369f9f1ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 01:38:04 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action action to v8 --- .github/workflows/sonarcloud.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index d1dc30b0..d5c19f3f 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -60,7 +60,7 @@ jobs: apt install -y curl ruby-full - name: Install Build Wrapper - uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6.0.0 + uses: SonarSource/sonarqube-scan-action/install-build-wrapper@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 - name: Build and test working-directory: thingy91x-oob @@ -80,7 +80,7 @@ jobs: - name: SonarQube Scan on main if: github.event_name != 'pull_request' - uses: SonarSource/sonarqube-scan-action@v6.0.0 + uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -97,7 +97,7 @@ jobs: - name: SonarQube Scan on PR if: github.event_name == 'pull_request' - uses: SonarSource/sonarqube-scan-action@v6.0.0 + uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}