Skip to content

Commit 867927c

Browse files
authored
Merge pull request #6742 from BOINC/vko_update_actions
[ci] update actions
2 parents 76b5817 + 752ab91 commit 867927c

14 files changed

+80
-80
lines changed

.github/workflows/all_projects_list_xml_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "PR_REQUIRED=$?" >> $GITHUB_ENV
4646
- name: Create PR
4747
if: ${{ success() && env.PR_REQUIRED == 1 }}
48-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676
48+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725
4949
with:
5050
commit-message: Update all_projects_list.xml
5151
title: Update all_projects_list.xml

.github/workflows/android.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ jobs:
8484

8585
- name: Upload logs on failure
8686
if: ${{ failure() }}
87-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
87+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
8888
with:
8989
name: android_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
9090
path: deploy/logs.7z
9191

9292
- name: Upload client on success
9393
if: ${{ success() }}
94-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
94+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
9595
with:
9696
name: android_client_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
9797
path: android/BOINC/app/src/main/assets/
@@ -110,31 +110,31 @@ jobs:
110110
fetch-depth: 2
111111

112112
- name: Download armv6 client
113-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
113+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
114114
with:
115115
name: android_client_armv6_${{ github.event.pull_request.head.sha }}
116116
path: android/BOINC/app/src/main/assets/
117117

118118
- name: Download arm client
119-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
119+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
120120
with:
121121
name: android_client_arm_${{ github.event.pull_request.head.sha }}
122122
path: android/BOINC/app/src/main/assets/
123123

124124
- name: Download arm64 client
125-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
125+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
126126
with:
127127
name: android_client_arm64_${{ github.event.pull_request.head.sha }}
128128
path: android/BOINC/app/src/main/assets/
129129

130130
- name: Download x86 client
131-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
131+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
132132
with:
133133
name: android_client_x86_${{ github.event.pull_request.head.sha }}
134134
path: android/BOINC/app/src/main/assets/
135135

136136
- name: Download x86_64 client
137-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
137+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
138138
with:
139139
name: android_client_x86_64_${{ github.event.pull_request.head.sha }}
140140
path: android/BOINC/app/src/main/assets/
@@ -157,35 +157,35 @@ jobs:
157157

158158
- name: Upload logs on failure
159159
if: ${{ failure() }}
160-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
160+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
161161
with:
162162
name: android_logs_manager_${{ github.event.pull_request.head.sha }}
163163
path: deploy/logs.7z
164164

165165
- name: Upload generic artifacts
166-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
166+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
167167
if: ${{ matrix.task == 'assembleRelease' }}
168168
with:
169169
name: android_manager_${{ github.event.pull_request.head.sha }}
170170
path: android/BOINC/app/build/outputs/apk/release/app-release-unsigned.apk
171171

172172
- name: Upload armv6 only manager
173-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
173+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
174174
if: ${{ matrix.task == 'assembleArmv6_release' }}
175175
with:
176176
name: android_armv6_manager_${{ github.event.pull_request.head.sha }}
177177
path: android/BOINC/app/build/outputs/apk/armv6_release/app-armv6_release-unsigned.apk
178178

179179
- name: Upload JUnit Tests Results
180-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
180+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
181181
if: ${{ always() && matrix.task == 'jacocoTestReportDebug' }}
182182
with:
183183
name: Android_tests_results
184184
path: android/BOINC/app/build/test-results/testDebugUnitTest/TEST-*.xml
185185

186186
- name: Upload coverage report
187187
if: ${{ matrix.task == 'jacocoTestReportDebug' }}
188-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
188+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
189189
env:
190190
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
191191

@@ -246,7 +246,7 @@ jobs:
246246

247247
- name: Upload logs on failure
248248
if: ${{ failure() }}
249-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
249+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
250250
with:
251251
name: android_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
252252
path: deploy/logs.7z
@@ -256,7 +256,7 @@ jobs:
256256
run: python ./deploy/prepare_deployment.py android_${{ matrix.type }}
257257

258258
- name: Upload generic artifacts
259-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
259+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
260260
if: ${{ success() && matrix.type == 'apps' }}
261261
with:
262262
name: android_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}

.github/workflows/linux-package-stable-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
cd ${{ github.workspace }}/.github/workflows/debrepo/
7878
./repo_update.sh "$ALLOW_CREATE" ${{ env.BASEREPO }} ${{ github.workspace }} ${{ matrix.os }} "stable" ${{ env.PUBKEY }}
7979
80-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
80+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
8181
if: ${{ success() && env.SKIP_RUN == 0 }}
8282
with:
8383
name: repo-stable-${{ matrix.os }}
@@ -149,7 +149,7 @@ jobs:
149149
# Updates or creates the repository
150150
./repo_update.sh "$ALLOW_CREATE" ${{ env.BASEREPO }} ${CWD} ${{ matrix.os }} "stable" ${{ env.PUBKEY }} ${{ env.PUBKEY_HASH }}
151151
152-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
152+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
153153
if: ${{ success() && env.SKIP_RUN == 0 }}
154154
with:
155155
name: repo-stable-${{ matrix.os }}

.github/workflows/linux-package.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 2
6464

6565
- name: Cache dependencies
66-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
66+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
6767
with:
6868
path: ${{ env.AUTOCONF_WITH_VERSION }}.tar.gz
6969
key: ${{ env.AUTOCONF_WITH_VERSION }}.tar.gz
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Upload logs on failure
148148
if: ${{ failure() }}
149-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
149+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
150150
with:
151151
name: linux-package_logs_${{ matrix.type }}_${{ matrix.arch }}_${{ github.event.pull_request.head.sha }}
152152
path: deploy/logs.7z
@@ -156,7 +156,7 @@ jobs:
156156
run: python3 ./deploy/prepare_deployment.py linux_${{ matrix.type }}
157157

158158
- name: Upload artifacts
159-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
159+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
160160
if: success()
161161
with:
162162
name: linux-package_${{ matrix.type }}_${{ matrix.arch }}_${{ github.event.pull_request.head.sha }}
@@ -204,7 +204,7 @@ jobs:
204204
205205
- name: Download
206206
if: success()
207-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
207+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
208208
with:
209209
name: linux-package_${{ matrix.type }}_${{ matrix.arch }}_${{ github.event.pull_request.head.sha }}
210210
path: pkgs/
@@ -262,7 +262,7 @@ jobs:
262262
dpkg-deb --info "${{ github.workspace }}/${PKG_FULL}.deb"
263263
264264
- name: Upload artifacts
265-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
265+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
266266
if: success()
267267
with:
268268
name: linux-package_${{ matrix.type }}_${{ matrix.arch }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
@@ -333,7 +333,7 @@ jobs:
333333
334334
- name: Download
335335
if: success()
336-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
336+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
337337
with:
338338
name: linux-package_${{ matrix.type }}_${{ matrix.arch }}_${{ github.event.pull_request.head.sha }}
339339
path: pkgs/
@@ -651,7 +651,7 @@ jobs:
651651
rpm -qp --qf '%|DSAHEADER?{%{DSAHEADER:pgpsig}}:{%|RSAHEADER?{%{RSAHEADER:pgpsig}}:{(none)}|}|\n' "RPMS/${{ env.ARCH }}/${PKG_FULL}.rpm"
652652
653653
- name: Upload artifacts
654-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
654+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
655655
if: success()
656656
with:
657657
name: linux-package_${{ matrix.type }}_${{ matrix.arch }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
@@ -711,13 +711,13 @@ jobs:
711711
712712
- name: Download client
713713
if: success()
714-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
714+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
715715
with:
716716
name: linux-package_client_${{ matrix.arch }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
717717

718718
- name: Download manager
719719
if: success()
720-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
720+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
721721
with:
722722
name: linux-package_manager_${{ matrix.arch }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
723723

@@ -794,13 +794,13 @@ jobs:
794794
795795
- name: Download client
796796
if: success()
797-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
797+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
798798
with:
799799
name: linux-package_client_${{ matrix.arch}}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
800800

801801
- name: Download manager
802802
if: success()
803-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
803+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
804804
with:
805805
name: linux-package_manager_${{ matrix.arch }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
806806

@@ -885,13 +885,13 @@ jobs:
885885
886886
- name: Download client
887887
if: success()
888-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
888+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
889889
with:
890890
name: linux-package_client_${{ matrix.arch }}_fc${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
891891

892892
- name: Download manager
893893
if: success()
894-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
894+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
895895
with:
896896
name: linux-package_manager_${{ matrix.arch }}_fc${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
897897

@@ -961,13 +961,13 @@ jobs:
961961
962962
- name: Download client
963963
if: success()
964-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
964+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
965965
with:
966966
name: linux-package_client_${{ matrix.arch }}_suse${{ env.OS }}_${{ github.event.pull_request.head.sha }}
967967

968968
- name: Download manager
969969
if: success()
970-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
970+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
971971
with:
972972
name: linux-package_manager_${{ matrix.arch }}_suse${{ env.OS }}_${{ github.event.pull_request.head.sha }}
973973

@@ -1039,25 +1039,25 @@ jobs:
10391039
10401040
- name: Download client arm64
10411041
if: ${{ success() && env.SKIP_RUN == 0 }}
1042-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1042+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
10431043
with:
10441044
name: linux-package_client_arm64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
10451045

10461046
- name: Download client amd64
10471047
if: ${{ success() && env.SKIP_RUN == 0 }}
1048-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1048+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
10491049
with:
10501050
name: linux-package_client_amd64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
10511051

10521052
- name: Download manager arm64
10531053
if: ${{ success() && env.SKIP_RUN == 0 }}
1054-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1054+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
10551055
with:
10561056
name: linux-package_manager_arm64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
10571057

10581058
- name: Download manager amd64
10591059
if: ${{ success() && env.SKIP_RUN == 0 }}
1060-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1060+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
10611061
with:
10621062
name: linux-package_manager_amd64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
10631063

@@ -1069,7 +1069,7 @@ jobs:
10691069
cd ${{ github.workspace }}/.github/workflows/debrepo/
10701070
./repo_update.sh "$ALLOW_CREATE" ${{ env.BASEREPO }} ${{ github.workspace }} ${{ matrix.os }} ${{ env.RELEASE_TYPE }} ${{ env.PUBKEY }}
10711071
1072-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
1072+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
10731073
if: ${{ success() && env.SKIP_RUN == 0 }}
10741074
with:
10751075
name: repo-${{ env.RELEASE_TYPE }}-${{ matrix.os }}
@@ -1149,25 +1149,25 @@ jobs:
11491149
11501150
- name: Download client arm64
11511151
if: ${{ success() && env.SKIP_RUN == 0 }}
1152-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1152+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
11531153
with:
11541154
name: linux-package_client_arm64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11551155

11561156
- name: Download client amd64
11571157
if: ${{ success() && env.SKIP_RUN == 0 }}
1158-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1158+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
11591159
with:
11601160
name: linux-package_client_amd64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11611161

11621162
- name: Download manager arm64
11631163
if: ${{ success() && env.SKIP_RUN == 0 }}
1164-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1164+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
11651165
with:
11661166
name: linux-package_manager_arm64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11671167

11681168
- name: Download manager amd64
11691169
if: ${{ success() && env.SKIP_RUN == 0 }}
1170-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1170+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
11711171
with:
11721172
name: linux-package_manager_amd64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11731173

@@ -1183,7 +1183,7 @@ jobs:
11831183
# Updates or creates the repository
11841184
./repo_update.sh "$ALLOW_CREATE" ${{ env.BASEREPO }} ${CWD} ${{ matrix.os }} ${{ env.RELEASE_TYPE }} ${{ env.PUBKEY }} ${{ env.PUBKEY_HASH }}
11851185
1186-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
1186+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
11871187
if: ${{ success() && env.SKIP_RUN == 0 }}
11881188
with:
11891189
name: repo-${{ env.RELEASE_TYPE }}-${{ matrix.os }}

0 commit comments

Comments
 (0)