Skip to content

Commit 642d659

Browse files
dependabot[bot]jamacku
authored andcommitted
build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.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@0565863...ad3126e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 12aa05e commit 642d659

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
bats test/*.bats
6666
6767
- name: Codecov - 1st attempt
68-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
68+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
6969
id: upload_code_coverage_report
7070
continue-on-error: true
7171
with:
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Codecov - 2nd attempt
8181
if: steps.upload_code_coverage_report.outcome == 'failure'
82-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
82+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585
fail_ci_if_error: true
@@ -110,7 +110,7 @@ jobs:
110110
# There is some issue with code coverage inside the container
111111
# TODO: Try to finger out how to run kcov inside container and retrieve coverage results
112112
# - name: Codecov - 1st attempt
113-
# uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
113+
# uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
114114
# id: upload_code_coverage_report
115115
# continue-on-error: true
116116
# with:
@@ -124,7 +124,7 @@ jobs:
124124

125125
# - name: Codecov - 2nd attempt
126126
# if: steps.upload_code_coverage_report.outcome == 'failure'
127-
# uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
127+
# uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
128128
# with:
129129
# token: ${{ secrets.CODECOV_TOKEN }}
130130
# fail_ci_if_error: true

0 commit comments

Comments
 (0)