Skip to content

Commit ea0b098

Browse files
committed
Merge pull request #5607 from AenBleidd/vko_update_actions
[CI] Update actions
1 parent cafc168 commit ea0b098

17 files changed

+89
-89
lines changed

.github/workflows/all_projects_list_xml_update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
type: [all_projects_list_xml_update]
3131
fail-fast: false
3232
steps:
33-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
33+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
3434
with:
3535
fetch-depth: 2
3636
- name: Download latest all_projects_list.xml
@@ -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@9153d834b60caba6d51c9b9510b087acf9f33f83
48+
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e
4949
with:
5050
commit-message: Update all_projects_list.xml
5151
title: Update all_projects_list.xml

.github/workflows/android.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
type: [armv6, arm, arm64, x86, x86_64]
4444
fail-fast: false
4545
steps:
46-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
46+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
4747
with:
4848
fetch-depth: 2
4949

@@ -78,14 +78,14 @@ jobs:
7878

7979
- name: Upload logs on failure
8080
if: ${{ failure() }}
81-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
81+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
8282
with:
8383
name: android_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
8484
path: deploy/logs.7z
8585

8686
- name: Upload client on success
8787
if: ${{ success() }}
88-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
88+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
8989
with:
9090
name: android_client_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
9191
path: android/BOINC/app/src/main/assets/
@@ -99,36 +99,36 @@ jobs:
9999
task: [assembleRelease, assembleXiaomi_release, assembleArmv6_release, jacocoTestReportDebug]
100100
fail-fast: false
101101
steps:
102-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
102+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
103103
with:
104104
fetch-depth: 2
105105

106106
- name: Download armv6 client
107-
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
107+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
108108
with:
109109
name: android_client_armv6_${{ github.event.pull_request.head.sha }}
110110
path: android/BOINC/app/src/main/assets/
111111

112112
- name: Download arm client
113-
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
113+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
114114
with:
115115
name: android_client_arm_${{ github.event.pull_request.head.sha }}
116116
path: android/BOINC/app/src/main/assets/
117117

118118
- name: Download arm64 client
119-
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
119+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
120120
with:
121121
name: android_client_arm64_${{ github.event.pull_request.head.sha }}
122122
path: android/BOINC/app/src/main/assets/
123123

124124
- name: Download x86 client
125-
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
125+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
126126
with:
127127
name: android_client_x86_${{ github.event.pull_request.head.sha }}
128128
path: android/BOINC/app/src/main/assets/
129129

130130
- name: Download x86_64 client
131-
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
131+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
132132
with:
133133
name: android_client_x86_64_${{ github.event.pull_request.head.sha }}
134134
path: android/BOINC/app/src/main/assets/
@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: Upload logs on failure
153153
if: ${{ failure() }}
154-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
154+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
155155
with:
156156
name: android_logs_manager_${{ github.event.pull_request.head.sha }}
157157
path: deploy/logs.7z
@@ -160,28 +160,28 @@ jobs:
160160
run: python ./deploy/prepare_deployment.py android_manager
161161

162162
- name: Upload generic artifacts
163-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
163+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
164164
if: ${{ matrix.task == 'assembleRelease' }}
165165
with:
166166
name: android_manager_${{ github.event.pull_request.head.sha }}
167167
path: deploy/android_manager.7z
168168

169169
- name: Upload xiaomi manager
170-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
170+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
171171
if: ${{ matrix.task == 'assembleXiaomi_release' }}
172172
with:
173173
name: android_xiaomi_manager_${{ github.event.pull_request.head.sha }}
174174
path: deploy/android_manager_xiaomi.7z
175175

176176
- name: Upload armv6 only manager
177-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
177+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
178178
if: ${{ matrix.task == 'assembleArmv6_release' }}
179179
with:
180180
name: android_armv6_manager_${{ github.event.pull_request.head.sha }}
181181
path: deploy/android_manager_armv6.7z
182182

183183
- name: Upload JUnit Tests Results
184-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
184+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
185185
if: ${{ always() && matrix.task == 'jacocoTestReportDebug' }}
186186
with:
187187
name: Android_tests_results
@@ -204,7 +204,7 @@ jobs:
204204
type: [libs, apps, libs-cmake]
205205
fail-fast: false
206206
steps:
207-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
207+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
208208
with:
209209
fetch-depth: 2
210210

@@ -247,7 +247,7 @@ jobs:
247247

248248
- name: Upload logs on failure
249249
if: ${{ failure() }}
250-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
250+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
251251
with:
252252
name: android_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
253253
path: deploy/logs.7z
@@ -257,7 +257,7 @@ jobs:
257257
run: python ./deploy/prepare_deployment.py android_${{ matrix.type }}
258258

259259
- name: Upload generic artifacts
260-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
260+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
261261
if: ${{ ! contains(matrix.type, 'libs') }}
262262
with:
263263
name: android_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}

.github/workflows/coverity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
steps:
29-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
29+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
3030
with:
3131
fetch-depth: 2
3232

.github/workflows/flutter-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
type: [macos, ios]
3838
fail-fast: false
3939
steps:
40-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
40+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
4141
with:
4242
fetch-depth: 2
4343

.github/workflows/flutter-ubuntu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
type: [linux, android]
4343
fail-fast: false
4444
steps:
45-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
45+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
4646
with:
4747
fetch-depth: 1
4848

@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: Upload ${{ matrix.type }}
143143
if: success()
144-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
144+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
145145
with:
146146
name: ${{ matrix.type }}_flutter_${{ github.event.pull_request.head.sha }}
147147
path: deploy/flutter_${{ matrix.type }}.7z

.github/workflows/flutter-windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
type: [windows, web, winuwp]
4343
fail-fast: false
4444
steps:
45-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
45+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
4646
with:
4747
fetch-depth: 2
4848

@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Upload ${{ matrix.type }}
130130
if: success()
131-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
131+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
132132
with:
133133
name: ${{ matrix.type }}_flutter_${{ github.event.pull_request.head.sha }}
134134
path: deploy/flutter_${{ matrix.type }}.7z

0 commit comments

Comments
 (0)