File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7575
7676 - name : Send coverage report to Codecov
7777 if : ${{ success() && github.event.repository.fork == false && github.ref_name == 'develop' }}
78- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
78+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
7979 with :
8080 files : ./build/logs/clover.xml
8181 fail_ci_if_error : true
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137
138138 - name : Send coverage report to Codecov
139139 if : ${{ success() && matrix.coverage == true && github.event.repository.fork == false }}
140- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
140+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
141141 with :
142142 files : ./build/logs/clover.xml
143143 fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments