From aa1528a3118beddbef8bf96c96fafd71de89c4d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:21:14 +0000 Subject: [PATCH] Bump sonarsource/sonarqube-scan-action from 5.3.1 to 6.0.0 Bumps [sonarsource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v5.3.1...v6.0.0) --- updated-dependencies: - dependency-name: sonarsource/sonarqube-scan-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 1c2d9106c..55fca688d 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Sonarcloud Scan - uses: sonarsource/sonarqube-scan-action@v5.3.1 + uses: sonarsource/sonarqube-scan-action@v6.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_AUTO }} @@ -36,7 +36,7 @@ jobs: submodules: recursive fetch-depth: 0 - name: Install Build Wrapper - uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5.3.1 + uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6.0.0 - name: Setup run: | sudo apt-get install llvm -y @@ -48,7 +48,7 @@ jobs: cmake -S c -B build -DCODE_COVERAGE=ON -DCMAKE_C_FLAGS=--coverage -DCMAKE_CXX_FLAGS=--coverage && build-wrapper-linux-x86-64 --out-dir ./bw-output cmake --build build -j4 --target ccov-all-export - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v5.3.1 + uses: SonarSource/sonarqube-scan-action@v6.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_C }}