From f344f01c77ad8d6d16e43deffdc62781582a1597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:07:19 +0000 Subject: [PATCH] build(deps): Bump the ci-dependencies group with 2 updates Bumps the ci-dependencies group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [codecov/test-results-action](https://github.com/codecov/test-results-action). Updates `codecov/codecov-action` from 5.3.1 to 5.4.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/13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3...0565863a31f2c772f9f0395002a31e3f06189574) Updates `codecov/test-results-action` from 1.0.2 to 1.0.4 - [Release notes](https://github.com/codecov/test-results-action/releases) - [Commits](https://github.com/codecov/test-results-action/compare/4e79e65778be1cecd5df25e14af1eafb6df80ea9...5c441a7bcc06f8706cde90192857d337c5dab8a6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies - dependency-name: codecov/test-results-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/python.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index c5e473b..68255a6 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -56,12 +56,12 @@ jobs: run: python -m coverage run -m pytest --junitxml=junit.xml -o junit_family=legacy - name: "Upload coverage reports to Codecov" - uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 + uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2 + uses: codecov/test-results-action@5c441a7bcc06f8706cde90192857d337c5dab8a6 # v1.0.4 with: token: ${{ secrets.CODECOV_TOKEN }}