Skip to content

Commit b0590fd

Browse files
[UPDATE] (deps): Bump codecov/codecov-action in /.github/workflows
Bumps [codecov/codecov-action](https://github.com/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](codecov/codecov-action@18283e0...fdcc847) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe4f489 commit b0590fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
make -f Makefile test || exit 1
218218
- name: Upload Python ${{ matrix.python-version }} test coverage to Codecov
219219
id: coverage-unittests-codecov-upload
220-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
220+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
221221
with:
222222
token: ${{ secrets.CODECOV_TOKEN }}
223223
job_code: ${{ needs.check_mats.outputs.build_id }}-${{ github.run_number }}
@@ -234,7 +234,7 @@ jobs:
234234
fail_ci_if_error: false
235235
- name: Upload Python ${{ matrix.python-version }} second flag coverage to Codecov
236236
id: coverage-project-codecov-upload
237-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
237+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
238238
with:
239239
token: ${{ secrets.CODECOV_TOKEN }}
240240
job_code: ${{ needs.check_mats.outputs.build_id }}-${{ github.run_number }}
@@ -473,7 +473,7 @@ jobs:
473473
run: make -f Makefile test-mat-doctests ;
474474
- name: Upload Python ${{ matrix.python-version }} doctest coverage to Codecov
475475
id: doctests-codecov-upload
476-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
476+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
477477
with:
478478
token: ${{ secrets.CODECOV_TOKEN }}
479479
job_code: ${{ needs.check_mats.outputs.build_id }}-${{ github.run_number }}
@@ -895,7 +895,7 @@ jobs:
895895
shell: bash
896896
- name: Upload Python ${{ matrix.python-version }} integration coverage to Codecov
897897
id: integration-codecov-upload
898-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
898+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
899899
with:
900900
token: ${{ secrets.CODECOV_TOKEN }}
901901
job_code: ${{ needs.check_mats.outputs.build_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)