From 0dad60be97e03c9706bc40bb3393b6849b153ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:30:47 +0000 Subject: [PATCH 1/2] ci: bump codecov/codecov-action from 5.4.3 to 5.5.0 in the actions group Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 5.4.3 to 5.5.0 - [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/18283e04ce6e62d37312384ff67231eb8fd56d24...fdcc8476540edceab3de004e990f80d881c6cc00) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/backwards_compatibility.yml | 2 +- .github/workflows/ci_cd.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backwards_compatibility.yml b/.github/workflows/backwards_compatibility.yml index f4b95df9fa..84db77727b 100644 --- a/.github/workflows/backwards_compatibility.yml +++ b/.github/workflows/backwards_compatibility.yml @@ -107,7 +107,7 @@ jobs: pytest -v --backwards-compatibility=yes --backend-version=${{ matrix.backend-version }} -rf - name: Upload coverage to Codecov - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 + uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 9823691a94..c16b079256 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -295,7 +295,7 @@ jobs: retention-days: 7 - name: Upload coverage to Codecov - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 + uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0 if: matrix.docker-image == 'core-windows-latest' env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} @@ -441,7 +441,7 @@ jobs: randomize: true - name: Upload coverage to Codecov - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 + uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0 if: matrix.docker-image == 'core-linux-latest' env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From 7e8c8798c90e3ef89ff5e4944b1eaeef908c87dc Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:32:50 +0000 Subject: [PATCH 2/2] chore: adding changelog file 2186.maintenance.md [dependabot-skip] --- doc/changelog.d/2186.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/2186.maintenance.md diff --git a/doc/changelog.d/2186.maintenance.md b/doc/changelog.d/2186.maintenance.md new file mode 100644 index 0000000000..07a6f344d7 --- /dev/null +++ b/doc/changelog.d/2186.maintenance.md @@ -0,0 +1 @@ +Bump codecov/codecov-action from 5.4.3 to 5.5.0 in the actions group