@@ -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