Skip to content

Commit 57f9e09

Browse files
authored
Merge pull request #6942 from BOINC/vko_update_actions
[ci] update actions
2 parents 91e6a79 + c69ecc7 commit 57f9e09

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)