Skip to content

Commit fe55a27

Browse files
chore(deps): Bump codecov/codecov-action from 5.4.3 to 5.5.1 (#1676)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.3 to 5.5.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@18283e0...5a10915) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5497e7e commit fe55a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/job.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ jobs:
396396
fail-on-error: 'false'
397397
fail-on-empty: 'false'
398398
- name: "Report: Codecov (Main)"
399-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
399+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
400400
with:
401401
token: ${{ secrets.CODECOV_TOKEN }}
402402
files: ./build/reports/kover/merged/xml/report.xml
@@ -406,7 +406,7 @@ jobs:
406406
fail_ci_if_error: false
407407
verbose: true
408408
- name: "Report: Codecov (Native)"
409-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
409+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
410410
with:
411411
token: ${{ secrets.CODECOV_TOKEN }}
412412
files: ./target/coverage-report.lcov

0 commit comments

Comments
 (0)