File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 java-version : " 17"
147147
148148 - name : Setup Android SDK
149- uses : android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407
149+ uses : android-actions/setup-android@651bceb6f9ca583f16b8d75b62c36ded2ae6fc9c
150150
151151 - name : Build manager with vcpkg
152152 run : ./android/ci_build_vcpkg_manager.sh --skip-client-build --tasks "clean ${{ matrix.task }}"
@@ -185,7 +185,7 @@ jobs:
185185
186186 - name : Upload coverage report
187187 if : ${{ matrix.task == 'jacocoTestReportDebug' }}
188- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
188+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
189189 env :
190190 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
191191
Original file line number Diff line number Diff line change @@ -478,6 +478,6 @@ jobs:
478478
479479 - name : Upload coverage report
480480 if : success() && matrix.type == 'unit-test'
481- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
481+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
482482 env :
483483 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200200
201201 - name : Upload coverage report
202202 if : success() && matrix.platform == 'x64' && matrix.configuration == 'Release'
203- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
203+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
204204 env :
205205 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
206206
You can’t perform that action at this time.
0 commit comments