From 843db45f7fe17e25d7e3940453484d60aaeaa550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:51:56 +0000 Subject: [PATCH] chore: bump the actions group with 3 updates Bumps the actions group with 3 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action), [warchant/setup-sonar-scanner](https://github.com/warchant/setup-sonar-scanner) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) Updates `warchant/setup-sonar-scanner` from 9 to 10 - [Release notes](https://github.com/warchant/setup-sonar-scanner/releases) - [Commits](https://github.com/warchant/setup-sonar-scanner/compare/v9...v10) Updates `pypa/cibuildwheel` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: warchant/setup-sonar-scanner dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/sonarqube_build.yml | 4 ++-- .github/workflows/wheels.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonarqube_build.yml b/.github/workflows/sonarqube_build.yml index c1ff5fd87..34d97128a 100644 --- a/.github/workflows/sonarqube_build.yml +++ b/.github/workflows/sonarqube_build.yml @@ -58,7 +58,7 @@ jobs: gcovr --sonarqube coverage.xml -r .. - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} @@ -71,7 +71,7 @@ jobs: java-version: '17' - name: Setup SonarQube - uses: warchant/setup-sonar-scanner@v9 + uses: warchant/setup-sonar-scanner@v10 - name: Sonarqube coverage run: | diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e3fda5cfc..2ba040700 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -114,7 +114,7 @@ jobs: fi - name: Build wheels - uses: pypa/cibuildwheel@v3.3.1 + uses: pypa/cibuildwheel@v3.4.0 env: CIBW_BUILD: ${{ matrix.python }}-${{ matrix.platform }} CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014