Commit 717a30f 1 parent ab848f9 commit 717a30f Copy full SHA for 717a30f
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
99
- name : Generate unit-tests coverage
100
100
run : make coverage-unit-tests
101
101
- name : Upload unit-tests coverage to Codecov
102
- uses : codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
102
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
103
103
env :
104
104
CODECOV_TOKEN : ${{ secrets.CODECOV_ORG_TOKEN }}
105
105
with :
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Generate integration-tests coverage
111
111
run : make coverage-integration-tests
112
112
- name : Upload integration-tests coverage to Codecov
113
- uses : codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
113
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
114
114
env :
115
115
CODECOV_TOKEN : ${{ secrets.CODECOV_ORG_TOKEN }}
116
116
with :
You can’t perform that action at this time.
0 commit comments