Skip to content

Commit a3591a0

Browse files
[UPDATE] (deps): Bump codecov/codecov-action in /.github/workflows
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.3.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@7f8b4b4...13ce06b) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b9e02c commit a3591a0

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
@@ -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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
371371
with:
372372
token: ${{ secrets.CODECOV_TOKEN }}
373373
files: ./test-reports/coverage_setup.xml

0 commit comments

Comments
 (0)