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