Skip to content

Commit 5d8c31a

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): Bump codecov/codecov-action from 5.5.1 to 5.5.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 to 5.5.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5a10915...671740a) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca4215c commit 5d8c31a

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@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
399+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
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@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
409+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
410410
with:
411411
token: ${{ secrets.CODECOV_TOKEN }}
412412
files: ./target/coverage-report.lcov

0 commit comments

Comments
 (0)