Skip to content

Commit fc51835

Browse files
[UPDATE] (deps): Bump codecov/codecov-action in /.github/workflows
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@0565863...ad3126e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1104aa7 commit fc51835

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
TESTS_USE_PYTEST: 1
115115
run: make -f Makefile test >> $GITHUB_STEP_SUMMARY ;
116116
- name: Upload Python ${{ matrix.python-version }} coverage to Codecov
117-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
117+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
118118
with:
119119
token: ${{ secrets.CODECOV_TOKEN }}
120120
job_code: ${{ github.run_id }}-${{ github.run_number }}
@@ -266,7 +266,7 @@ jobs:
266266
./tests/check_integration_coverage || echo "::warning file=tests/check_integration_coverage,line=1,endLine=1,title=SKIPPED::SKIP Integration Tests." ;
267267
shell: bash
268268
- name: Upload Python ${{ matrix.python-version }} integration coverage to Codecov
269-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
269+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
270270
with:
271271
token: ${{ secrets.CODECOV_TOKEN }}
272272
job_code: ${{ github.run_id }}-${{ github.run_number }}
@@ -368,7 +368,7 @@ jobs:
368368
./tests/check_legacy_setup_coverage || echo "::warning file=tests/check_legacy_setup_coverage,line=1,endLine=1,title=SKIPPED::SKIP Legacy Setup.py Tests." ;
369369
if: ${{ !cancelled() }}
370370
- name: Upload Python ${{ matrix.python-version }} Legacy Setup.py coverage to Codecov
371-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
371+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
372372
with:
373373
token: ${{ secrets.CODECOV_TOKEN }}
374374
files: ./test-reports/coverage_setup.xml

0 commit comments

Comments
 (0)