File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
run : make unit-test
124
124
125
125
- name : Upload coverage reports to Codecov
126
- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
126
+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
127
127
with :
128
128
token : ${{ secrets.CODECOV_TOKEN }}
129
129
@@ -151,7 +151,7 @@ jobs:
151
151
run : npm --prefix ${{ github.workspace }}/internal/controller/nginx/modules install-ci-test
152
152
153
153
- name : Upload coverage reports to Codecov
154
- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
154
+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
155
155
with :
156
156
token : ${{ secrets.CODECOV_TOKEN }}
157
157
You can’t perform that action at this time.
0 commit comments