Skip to content

Commit 6d9c232

Browse files
build(deps): update codecov/codecov-action action to v5.4.2 (#1086)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c506826 commit 6d9c232

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: "1.24"
2020
- run: make unit-tests
2121
- name: Upload unit-tests coverage to Codecov
22-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
22+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
2323
env:
2424
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
2525
with:
@@ -39,7 +39,7 @@ jobs:
3939
- run: make integration-tests-envtest
4040
- run: make integration-tests-real-cluster
4141
- name: Upload integration-tests coverage to Codecov
42-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
42+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
4343
env:
4444
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
4545
with:

0 commit comments

Comments
 (0)