60
60
steps :
61
61
# Checkout main branch of repository:
62
62
- name : ' Checkout main branch'
63
- # Pin action to full length commit SHA corresponding to v4.1.0
64
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
63
+ # Pin action to full length commit SHA
64
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
65
65
with :
66
66
ref : main
67
67
70
70
# Pin action to full length commit SHA corresponding to v3.8.1
71
71
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
72
72
with :
73
- node-version : 16
73
+ node-version : 20
74
74
timeout-minutes : 5
75
75
76
76
# Create production branch:
@@ -133,8 +133,8 @@ jobs:
133
133
# Checkout the repository:
134
134
- name : ' Checkout repository'
135
135
if : ${{ github.event.inputs.require-passing-tests == 'true' }}
136
- # Pin action to full length commit SHA corresponding to v4.1.0
137
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
136
+ # Pin action to full length commit SHA
137
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
138
138
with :
139
139
# Use the `production` branch:
140
140
ref : production
@@ -145,7 +145,7 @@ jobs:
145
145
# Pin action to full length commit SHA corresponding to v3.8.1
146
146
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
147
147
with :
148
- node-version : 16
148
+ node-version : 20
149
149
timeout-minutes : 5
150
150
151
151
# Install dependencies:
@@ -187,8 +187,8 @@ jobs:
187
187
steps :
188
188
# Checkout the repository:
189
189
- name : ' Checkout repository'
190
- # Pin action to full length commit SHA corresponding to v4.1.0
191
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
190
+ # Pin action to full length commit SHA
191
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
192
192
193
193
# Configure git:
194
194
- name : ' Configure git'
@@ -258,7 +258,7 @@ jobs:
258
258
# Pin action to full length commit SHA corresponding to v3.8.1
259
259
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
260
260
with :
261
- node-version : 16
261
+ node-version : 20
262
262
timeout-minutes : 5
263
263
264
264
# Install dependencies:
@@ -363,8 +363,8 @@ jobs:
363
363
steps :
364
364
# Checkout the repository:
365
365
- name : ' Checkout repository'
366
- # Pin action to full length commit SHA corresponding to v4.1.0
367
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
366
+ # Pin action to full length commit SHA
367
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
368
368
369
369
# Configure git:
370
370
- name : ' Configure git'
@@ -426,7 +426,7 @@ jobs:
426
426
# Pin action to full length commit SHA corresponding to v3.8.1
427
427
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
428
428
with :
429
- node-version : 16
429
+ node-version : 20
430
430
timeout-minutes : 5
431
431
432
432
# Install dependencies:
@@ -536,8 +536,8 @@ jobs:
536
536
steps :
537
537
# Checkout the repository:
538
538
- name : ' Checkout repository'
539
- # Pin action to full length commit SHA corresponding to v4.1.0
540
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
539
+ # Pin action to full length commit SHA
540
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
541
541
542
542
# Configure git:
543
543
- name : ' Configure git'
@@ -607,7 +607,7 @@ jobs:
607
607
# Pin action to full length commit SHA corresponding to v3.8.1
608
608
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
609
609
with :
610
- node-version : 16
610
+ node-version : 20
611
611
timeout-minutes : 5
612
612
613
613
# Install dependencies:
@@ -715,8 +715,8 @@ jobs:
715
715
steps :
716
716
# Checkout the repository:
717
717
- name : ' Checkout repository'
718
- # Pin action to full length commit SHA corresponding to v4.1.0
719
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
718
+ # Pin action to full length commit SHA
719
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
720
720
721
721
# Configure git:
722
722
- name : ' Configure git'
@@ -787,7 +787,7 @@ jobs:
787
787
# Pin action to full length commit SHA corresponding to v3.8.1
788
788
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
789
789
with :
790
- node-version : 16
790
+ node-version : 20
791
791
timeout-minutes : 5
792
792
793
793
# Install dependencies:
@@ -913,8 +913,8 @@ jobs:
913
913
914
914
# Checkout the repository:
915
915
- name : ' Checkout repository'
916
- # Pin action to full length commit SHA corresponding to v4.1.0
917
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
916
+ # Pin action to full length commit SHA
917
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
918
918
with :
919
919
fetch-depth : 2
920
920
0 commit comments