From 3477e05a0c78c86bd600c442ddfb10ea48e9a66b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 08:37:30 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action action to v7 --- .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 d4a7e7e7..f2bc0a7a 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@c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2 # v7.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@c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2 # v7.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@c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2 # v7.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}