We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c506826 commit 6d9c232Copy full SHA for 6d9c232
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
go-version: "1.24"
20
- run: make unit-tests
21
- name: Upload unit-tests coverage to Codecov
22
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
+ uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
23
env:
24
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
25
with:
@@ -39,7 +39,7 @@ jobs:
39
- run: make integration-tests-envtest
40
- run: make integration-tests-real-cluster
41
- name: Upload integration-tests coverage to Codecov
42
43
44
45
0 commit comments