Skip to content

Commit f344f01

Browse files
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](codecov/codecov-action@13ce06b...0565863) Updates `codecov/test-results-action` from 1.0.2 to 1.0.4 - [Release notes](https://github.com/codecov/test-results-action/releases) - [Commits](codecov/test-results-action@4e79e65...5c441a7) --- 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] <support@github.com>
1 parent 87d13bd commit f344f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
run: python -m coverage run -m pytest --junitxml=junit.xml -o junit_family=legacy
5757

5858
- name: "Upload coverage reports to Codecov"
59-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
59+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
6060
env:
6161
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6262

6363
- name: Upload test results to Codecov
6464
if: ${{ !cancelled() }}
65-
uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2
65+
uses: codecov/test-results-action@5c441a7bcc06f8706cde90192857d337c5dab8a6 # v1.0.4
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)