@@ -117,7 +117,7 @@ jobs:
117117 - name : Generate Coverage for py${{ matrix.python-version }} on ${{ matrix.os }}
118118 run : make -f Makefile test-pytest >> $GITHUB_STEP_SUMMARY ;
119119 - name : Upload Python ${{ matrix.python-version }} coverage to Codecov
120- uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
120+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
121121 with :
122122 token : ${{ secrets.CODECOV_TOKEN }}
123123 files : ./coverage.xml
@@ -267,7 +267,7 @@ jobs:
267267 ./tests/check_integration_coverage || echo "::warning file=tests/check_integration_coverage,line=1,endLine=1,title=SKIPPED::SKIP Integration Tests." ;
268268 shell : bash
269269 - name : Upload Python ${{ matrix.python-version }} integration coverage to Codecov
270- uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
270+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
271271 with :
272272 token : ${{ secrets.CODECOV_TOKEN }}
273273 files : ./test-reports/coverage_supplement.xml
@@ -367,7 +367,7 @@ jobs:
367367 ./tests/check_legacy_setup_coverage || echo "::warning file=tests/check_legacy_setup_coverage,line=1,endLine=1,title=SKIPPED::SKIP Legacy Setup.py Tests." ;
368368 if : ${{ !cancelled() }}
369369 - name : Upload Python ${{ matrix.python-version }} Legacy Setup.py coverage to Codecov
370- uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
370+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
371371 with :
372372 token : ${{ secrets.CODECOV_TOKEN }}
373373 files : ./test-reports/coverage_setup.xml
0 commit comments