From 0e69627d9e9fec355d463e15a5f244192f9d9907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 11:06:14 +0000 Subject: [PATCH] ci: bump the github_actions group across 1 directory with 3 updates Bumps the github_actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [SonarSource/sonarqube-scan-action/install-build-wrapper](https://github.com/sonarsource/sonarqube-scan-action) and [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `SonarSource/sonarqube-scan-action/install-build-wrapper` from 7.2.1 to 8.2.1 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2...22918119ff8e1ca75a623e15c8296b6ea4fbe28f) Updates `SonarSource/sonarqube-scan-action` from 7.2.1 to 8.2.1 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2...22918119ff8e1ca75a623e15c8296b6ea4fbe28f) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions - dependency-name: SonarSource/sonarqube-scan-action/install-build-wrapper dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3707a6a..e48966c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: update-ca-certificates - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -74,7 +74,7 @@ jobs: - name: Install Sonar Build Wrapper if: steps.sonar.outputs.enabled == 'true' - uses: SonarSource/sonarqube-scan-action/install-build-wrapper@c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2 + uses: SonarSource/sonarqube-scan-action/install-build-wrapper@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # Equivalent to: rm -rf build && cmake -S . -B build - name: Configure (CMake • Debug • Ninja • GCC 15) @@ -124,7 +124,7 @@ jobs: # Equivalent to: sonar-scanner - name: SonarQube Scan if: steps.sonar.outputs.enabled == 'true' - uses: SonarSource/sonarqube-scan-action@c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2 + uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: https://sonarcloud.io