16
16
version : ${{ steps.genver.outputs.version }}
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
19
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
20
20
with :
21
21
ref : ${{ github.ref }}
22
22
fetch-depth : 0
46
46
runs-on : ${{ matrix.os }}
47
47
steps :
48
48
- name : Checkout
49
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
49
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
50
50
with :
51
51
ref : ${{ github.ref }}
52
52
submodules : true
91
91
runs-on : ${{ matrix.os }}
92
92
steps :
93
93
- name : Checkout
94
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
94
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
95
95
with :
96
96
ref : ${{ github.ref }}
97
97
submodules : true
@@ -129,7 +129,7 @@ jobs:
129
129
runs-on : windows-latest
130
130
steps :
131
131
- name : Checkout
132
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
132
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
133
133
with :
134
134
ref : ${{ github.ref }}
135
135
submodules : true
@@ -151,7 +151,7 @@ jobs:
151
151
runs-on : ubuntu-latest
152
152
steps :
153
153
- name : Checkout
154
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
154
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
155
155
with :
156
156
ref : ${{ github.ref }}
157
157
submodules : true
@@ -168,7 +168,7 @@ jobs:
168
168
VERSION : ${{ needs.versionning.outputs.version }}
169
169
steps :
170
170
- name : Checkout
171
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
171
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
172
172
with :
173
173
ref : ${{ github.ref }}
174
174
@@ -192,7 +192,7 @@ jobs:
192
192
VERSION : ${{ needs.versionning.outputs.version }}
193
193
steps :
194
194
- name : Checkout
195
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
195
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
196
196
with :
197
197
ref : ${{ github.ref }}
198
198
submodules : true
@@ -245,7 +245,7 @@ jobs:
245
245
path : ./Tests/Bench/Client/src/Dockerfile
246
246
steps :
247
247
- name : Checkout
248
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
248
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
249
249
with :
250
250
ref : ${{ github.ref }}
251
251
submodules : true
@@ -269,7 +269,7 @@ jobs:
269
269
VERSION : ${{ needs.versionning.outputs.version }}
270
270
steps :
271
271
- name : Checkout
272
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
272
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
273
273
with :
274
274
ref : ${{ github.ref }}
275
275
submodules : true
@@ -283,7 +283,7 @@ jobs:
283
283
284
284
- name : Set up Docker Buildx
285
285
id : buildx
286
- uses : docker/setup-buildx-action@6a58db7e0d21ca03e6c44877909e80e45217eed2 # v2
286
+ uses : docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2
287
287
288
288
- name : login
289
289
uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
@@ -332,7 +332,7 @@ jobs:
332
332
path : ./Tests/Bench/Client/src/Dockerfile
333
333
steps :
334
334
- name : Checkout
335
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
335
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
336
336
with :
337
337
ref : ${{ github.ref }}
338
338
submodules : true
@@ -342,7 +342,7 @@ jobs:
342
342
343
343
- name : Set up Docker Buildx
344
344
id : buildx
345
- uses : docker/setup-buildx-action@6a58db7e0d21ca03e6c44877909e80e45217eed2 # v2
345
+ uses : docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2
346
346
347
347
- name : login
348
348
uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
@@ -354,7 +354,7 @@ jobs:
354
354
run : echo ${{ steps.buildx.outputs.platforms }}
355
355
356
356
- name : Build and push
357
- uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4
357
+ uses : docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4
358
358
with :
359
359
file : ${{ matrix.path }}
360
360
context : .
@@ -389,7 +389,7 @@ jobs:
389
389
- Verbose
390
390
steps :
391
391
- name : Checkout
392
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
392
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
393
393
with :
394
394
ref : ${{ github.ref }}
395
395
submodules : true
@@ -468,7 +468,7 @@ jobs:
468
468
name : HtcMock ${{ matrix.queue }} ${{ matrix.object }} ${{ matrix.log-level }}
469
469
steps :
470
470
- name : Checkout
471
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
471
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
472
472
with :
473
473
ref : ${{ github.ref }}
474
474
submodules : true
@@ -616,7 +616,7 @@ jobs:
616
616
name : " Test connectivity - Ca installed ${{ matrix.ca }}"
617
617
steps :
618
618
- name : Checkout
619
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
619
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
620
620
with :
621
621
ref : ${{ github.ref }}
622
622
submodules : true
@@ -688,7 +688,7 @@ jobs:
688
688
runs-on : ubuntu-latest
689
689
steps :
690
690
- name : Checkout
691
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
691
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
692
692
with :
693
693
ref : ${{ github.ref }}
694
694
submodules : true
@@ -783,7 +783,7 @@ jobs:
783
783
runs-on : ubuntu-latest
784
784
steps :
785
785
- name : Checkout
786
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
786
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
787
787
with :
788
788
ref : ${{ github.ref }}
789
789
submodules : true
@@ -847,7 +847,7 @@ jobs:
847
847
runs-on : ubuntu-latest
848
848
steps :
849
849
- name : Checkout
850
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
850
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
851
851
with :
852
852
ref : ${{ github.ref }}
853
853
submodules : true
0 commit comments