File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
if : >
156
156
!github.event.repository.private &&
157
157
always()
158
- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
158
+ uses : codecov/codecov-action@15559ed290fa727036809b67ab0f646ffa6c5158
159
159
with :
160
160
use_oidc : true
161
161
files : " ${{ inputs.target || 'tls' }}/coverage.xml"
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ jobs:
415
415
always() &&
416
416
inputs.pytest-args != '-m flaky'
417
417
# Flaky tests will have low coverage, don't upload it to avoid pipeline failure
418
- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
418
+ uses : codecov/codecov-action@15559ed290fa727036809b67ab0f646ffa6c5158
419
419
with :
420
420
use_oidc : true
421
421
files : " ${{ inputs.target }}/coverage.xml"
You can’t perform that action at this time.
0 commit comments