Skip to content

Commit d91869e

Browse files
authored
chore: update github checkout action to reference commit of latest release [skip ci] (#1844)
1 parent d023773 commit d91869e

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

.github/workflows/block_manual_pr_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
24+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
2525

2626
- name: Close PR
2727
shell: bash

.github/workflows/integ_test.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: macos-latest
1717
environment: IntegrationTest
1818
steps:
19-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
19+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
2020
with:
2121
persist-credentials: false
2222

@@ -33,7 +33,7 @@ jobs:
3333
runs-on: macos-latest
3434
environment: IntegrationTest
3535
steps:
36-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
36+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
3737
with:
3838
persist-credentials: false
3939

@@ -60,7 +60,7 @@ jobs:
6060
runs-on: macos-latest
6161
environment: IntegrationTest
6262
steps:
63-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
63+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
6464
with:
6565
persist-credentials: false
6666

@@ -87,7 +87,7 @@ jobs:
8787
runs-on: macos-latest
8888
environment: IntegrationTest
8989
steps:
90-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
90+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
9191
with:
9292
persist-credentials: false
9393

@@ -114,7 +114,7 @@ jobs:
114114
runs-on: macos-latest
115115
environment: IntegrationTest
116116
steps:
117-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
117+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
118118
with:
119119
persist-credentials: false
120120

@@ -141,7 +141,7 @@ jobs:
141141
runs-on: macos-latest
142142
environment: IntegrationTest
143143
steps:
144-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
144+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
145145
with:
146146
persist-credentials: false
147147

@@ -168,7 +168,7 @@ jobs:
168168
runs-on: macos-latest
169169
environment: IntegrationTest
170170
steps:
171-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
171+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
172172
with:
173173
persist-credentials: false
174174

@@ -195,7 +195,7 @@ jobs:
195195
runs-on: macos-latest
196196
environment: IntegrationTest
197197
steps:
198-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
198+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
199199
with:
200200
persist-credentials: false
201201

@@ -222,7 +222,7 @@ jobs:
222222
runs-on: macos-latest
223223
environment: IntegrationTest
224224
steps:
225-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
225+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
226226
with:
227227
persist-credentials: false
228228

@@ -249,7 +249,7 @@ jobs:
249249
runs-on: macos-latest
250250
environment: IntegrationTest
251251
steps:
252-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
252+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
253253
with:
254254
persist-credentials: false
255255

@@ -275,7 +275,7 @@ jobs:
275275
runs-on: macos-latest
276276
environment: IntegrationTest
277277
steps:
278-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
278+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
279279
with:
280280
persist-credentials: false
281281

@@ -301,7 +301,7 @@ jobs:
301301
runs-on: macos-latest
302302
environment: IntegrationTest
303303
steps:
304-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
304+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
305305
with:
306306
persist-credentials: false
307307

@@ -328,7 +328,7 @@ jobs:
328328
runs-on: macos-latest
329329
environment: IntegrationTest
330330
steps:
331-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
331+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
332332
with:
333333
persist-credentials: false
334334

@@ -354,7 +354,7 @@ jobs:
354354
runs-on: macos-latest
355355
environment: IntegrationTest
356356
steps:
357-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
357+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
358358
with:
359359
persist-credentials: false
360360

@@ -380,7 +380,7 @@ jobs:
380380
runs-on: macos-latest
381381
environment: IntegrationTest
382382
steps:
383-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
383+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
384384
with:
385385
persist-credentials: false
386386

@@ -406,7 +406,7 @@ jobs:
406406
runs-on: macos-latest
407407
environment: IntegrationTest
408408
steps:
409-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
409+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
410410
with:
411411
persist-credentials: false
412412

@@ -432,7 +432,7 @@ jobs:
432432
runs-on: macos-latest
433433
environment: IntegrationTest
434434
steps:
435-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
435+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
436436
with:
437437
persist-credentials: false
438438

@@ -458,7 +458,7 @@ jobs:
458458
runs-on: macos-latest
459459
environment: IntegrationTest
460460
steps:
461-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
461+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
462462
with:
463463
persist-credentials: false
464464

@@ -484,7 +484,7 @@ jobs:
484484
runs-on: macos-latest
485485
environment: IntegrationTest
486486
steps:
487-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
487+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
488488
with:
489489
persist-credentials: false
490490

@@ -510,7 +510,7 @@ jobs:
510510
runs-on: macos-latest
511511
environment: IntegrationTest
512512
steps:
513-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
513+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
514514
with:
515515
persist-credentials: false
516516

@@ -536,7 +536,7 @@ jobs:
536536
runs-on: macos-latest
537537
environment: IntegrationTest
538538
steps:
539-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
539+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
540540
with:
541541
persist-credentials: false
542542

@@ -562,7 +562,7 @@ jobs:
562562
runs-on: macos-latest
563563
environment: IntegrationTest
564564
steps:
565-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
565+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
566566
with:
567567
persist-credentials: false
568568

@@ -588,7 +588,7 @@ jobs:
588588
runs-on: macos-latest
589589
environment: IntegrationTest
590590
steps:
591-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
591+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
592592
with:
593593
persist-credentials: false
594594

@@ -614,7 +614,7 @@ jobs:
614614
runs-on: macos-latest
615615
environment: IntegrationTest
616616
steps:
617-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
617+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
618618
with:
619619
persist-credentials: false
620620

@@ -640,7 +640,7 @@ jobs:
640640
runs-on: macos-latest
641641
environment: IntegrationTest
642642
steps:
643-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
643+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
644644
with:
645645
persist-credentials: false
646646

@@ -666,7 +666,7 @@ jobs:
666666
runs-on: macos-latest
667667
environment: IntegrationTest
668668
steps:
669-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
669+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
670670
with:
671671
persist-credentials: false
672672

@@ -692,7 +692,7 @@ jobs:
692692
runs-on: macos-latest
693693
environment: IntegrationTest
694694
steps:
695-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
695+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
696696
with:
697697
persist-credentials: false
698698

@@ -718,7 +718,7 @@ jobs:
718718
runs-on: macos-latest
719719
environment: IntegrationTest
720720
steps:
721-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
721+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
722722
with:
723723
persist-credentials: false
724724

@@ -744,7 +744,7 @@ jobs:
744744
runs-on: macos-latest
745745
environment: IntegrationTest
746746
steps:
747-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
747+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
748748
with:
749749
persist-credentials: false
750750

@@ -771,7 +771,7 @@ jobs:
771771
runs-on: macos-latest
772772
environment: IntegrationTest
773773
steps:
774-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
774+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
775775
with:
776776
persist-credentials: false
777777

@@ -798,7 +798,7 @@ jobs:
798798
runs-on: macos-latest
799799
environment: IntegrationTest
800800
steps:
801-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
801+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
802802
with:
803803
persist-credentials: false
804804

@@ -825,7 +825,7 @@ jobs:
825825
runs-on: macos-latest
826826
environment: IntegrationTest
827827
steps:
828-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
828+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
829829
with:
830830
persist-credentials: false
831831

@@ -852,7 +852,7 @@ jobs:
852852
runs-on: macos-latest
853853
environment: IntegrationTest
854854
steps:
855-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
855+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
856856
with:
857857
persist-credentials: false
858858

@@ -889,7 +889,7 @@ jobs:
889889
runs-on: macos-latest
890890
environment: IntegrationTest
891891
steps:
892-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
892+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
893893
with:
894894
persist-credentials: false
895895

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: macos-latest
1414

1515
steps:
16-
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
16+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
1717

1818
- name: Create PR to push main to release branch
1919
env:

0 commit comments

Comments
 (0)