31
31
runs-on : ubuntu-24.04
32
32
steps :
33
33
- name : Check out the codebase
34
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35
35
36
36
- name : Set up Docker Buildx
37
37
uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
@@ -61,14 +61,14 @@ jobs:
61
61
path_style : [virtual, virtual-v2]
62
62
steps :
63
63
- name : Check out the codebase
64
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65
65
66
66
- name : Install dependencies
67
67
run : sudo apt-get update -qq && sudo apt-get install -y curl wait-for-it
68
68
69
69
- name : Restore cached binaries
70
70
id : cache-binaries-restore
71
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
71
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
72
72
with :
73
73
path : .bin
74
74
key : ${{ runner.os }}-binaries
83
83
chmod +x mc
84
84
85
85
- name : Download artifact
86
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
86
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
87
87
with :
88
88
name : oss
89
89
path : ${{ runner.temp }}
@@ -101,15 +101,15 @@ jobs:
101
101
needs : test-oss
102
102
steps :
103
103
- name : Check out the codebase
104
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
105
105
106
106
- name : Set up Docker Buildx
107
107
uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
108
108
with :
109
109
driver : docker
110
110
111
111
- name : Download artifact
112
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
112
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
113
113
with :
114
114
name : oss
115
115
path : ${{ runner.temp }}
@@ -145,14 +145,14 @@ jobs:
145
145
needs : build-latest-njs-for-test
146
146
steps :
147
147
- name : Check out the codebase
148
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
148
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
149
149
150
150
- name : Install dependencies
151
151
run : sudo apt-get update -qq && sudo apt-get install -y curl wait-for-it
152
152
153
153
- name : Restore cached binaries
154
154
id : cache-binaries-restore
155
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
155
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
156
156
with :
157
157
path : .bin
158
158
key : ${{ runner.os }}-binaries
@@ -167,7 +167,7 @@ jobs:
167
167
chmod +x mc
168
168
169
169
- name : Download artifact
170
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
170
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
171
171
with :
172
172
name : latest-njs
173
173
path : ${{ runner.temp }}
@@ -186,15 +186,15 @@ jobs:
186
186
needs : test-oss
187
187
steps :
188
188
- name : Check out the codebase
189
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
189
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
190
190
191
191
- name : Set up Docker Buildx
192
192
uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
193
193
with :
194
194
driver : docker
195
195
196
196
- name : Download artifact
197
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
197
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
198
198
with :
199
199
name : oss
200
200
path : ${{ runner.temp }}
@@ -230,14 +230,14 @@ jobs:
230
230
needs : build-unprivileged-for-test
231
231
steps :
232
232
- name : Check out the codebase
233
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
233
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
234
234
235
235
- name : Install dependencies
236
236
run : sudo apt-get update -qq && sudo apt-get install -y curl wait-for-it
237
237
238
238
- name : Restore cached binaries
239
239
id : cache-binaries-restore
240
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
240
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
241
241
with :
242
242
path : .bin
243
243
key : ${{ runner.os }}-binaries
@@ -252,7 +252,7 @@ jobs:
252
252
chmod +x mc
253
253
254
254
- name : Download artifact
255
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
255
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
256
256
with :
257
257
name : unprivileged
258
258
path : ${{ runner.temp }}
@@ -281,7 +281,7 @@ jobs:
281
281
- 5000:5000
282
282
steps :
283
283
- name : Check out the codebase
284
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
284
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
285
285
286
286
- name : Get current date
287
287
id : date
0 commit comments