Skip to content

Commit 49a25bc

Browse files
dependabot[bot]thibaultcha
authored andcommitted
chore(ci) bump codecov/codecov-action from 4.6.0 to 5.3.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 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@b9fd7d1...13ce06b) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea1ec76 commit 49a25bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/job-unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
parallel: true
191191
- name: Codecov Upload
192192
if: ${{ !env.ACT && inputs.coverage }}
193-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
193+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v4
194194
with:
195195
token: ${{ secrets.CODECOV_TOKEN }}
196196
files: './lcov.info'

.github/workflows/job-valgrind-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
parallel: true
179179
- name: Codecov Upload
180180
if: ${{ !env.ACT && inputs.coverage }}
181-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
181+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v4
182182
with:
183183
token: ${{ secrets.CODECOV_TOKEN }}
184184
files: './lcov.info'

0 commit comments

Comments
 (0)