6161    steps :
6262      #  Checkout main branch of repository:
6363      - name : ' Checkout main branch' 
64-         #  Pin action to full length commit SHA corresponding to v4.1.0 
65-         uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 
64+         #  Pin action to full length commit SHA
65+         uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608   #  v4.1.0 
6666        with :
6767          ref : main 
6868
7171        #  Pin action to full length commit SHA corresponding to v3.8.1
7272        uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d 
7373        with :
74-           node-version : 16 
74+           node-version : 20 
7575        timeout-minutes : 5 
7676
7777      #  Create production branch:
@@ -134,8 +134,8 @@ jobs:
134134      #  Checkout the repository:
135135      - name : ' Checkout repository' 
136136        if : ${{ github.event.inputs.require-passing-tests == 'true' }} 
137-         #  Pin action to full length commit SHA corresponding to v4.1.0 
138-         uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 
137+         #  Pin action to full length commit SHA
138+         uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608   #  v4.1.0 
139139        with :
140140          #  Use the `production` branch:
141141          ref : production 
@@ -146,7 +146,7 @@ jobs:
146146        #  Pin action to full length commit SHA corresponding to v3.8.1
147147        uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d 
148148        with :
149-           node-version : 16 
149+           node-version : 20 
150150        timeout-minutes : 5 
151151
152152      #  Install dependencies:
@@ -188,8 +188,8 @@ jobs:
188188    steps :
189189      #  Checkout the repository:
190190      - name : ' Checkout repository' 
191-         #  Pin action to full length commit SHA corresponding to v4.1.0 
192-         uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 
191+         #  Pin action to full length commit SHA
192+         uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608   #  v4.1.0 
193193
194194      #  Configure git:
195195      - name : ' Configure git' 
@@ -259,7 +259,7 @@ jobs:
259259        #  Pin action to full length commit SHA corresponding to v3.8.1
260260        uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d 
261261        with :
262-           node-version : 16 
262+           node-version : 20 
263263        timeout-minutes : 5 
264264
265265      #  Install dependencies:
@@ -364,8 +364,8 @@ jobs:
364364    steps :
365365      #  Checkout the repository:
366366      - name : ' Checkout repository' 
367-         #  Pin action to full length commit SHA corresponding to v4.1.0 
368-         uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 
367+         #  Pin action to full length commit SHA
368+         uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608   #  v4.1.0 
369369
370370      #  Configure git:
371371      - name : ' Configure git' 
@@ -427,7 +427,7 @@ jobs:
427427        #  Pin action to full length commit SHA corresponding to v3.8.1
428428        uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d 
429429        with :
430-           node-version : 16 
430+           node-version : 20 
431431        timeout-minutes : 5 
432432
433433      #  Install dependencies:
@@ -538,8 +538,8 @@ jobs:
538538    steps :
539539      #  Checkout the repository:
540540      - name : ' Checkout repository' 
541-         #  Pin action to full length commit SHA corresponding to v4.1.0 
542-         uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 
541+         #  Pin action to full length commit SHA
542+         uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608   #  v4.1.0 
543543
544544      #  Configure git:
545545      - name : ' Configure git' 
@@ -609,7 +609,7 @@ jobs:
609609        #  Pin action to full length commit SHA corresponding to v3.8.1
610610        uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d 
611611        with :
612-           node-version : 16 
612+           node-version : 20 
613613        timeout-minutes : 5 
614614
615615      #  Install dependencies:
@@ -719,8 +719,8 @@ jobs:
719719
720720      #  Checkout the repository:
721721      - name : ' Checkout repository' 
722-         #  Pin action to full length commit SHA corresponding to v4.1.0 
723-         uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 
722+         #  Pin action to full length commit SHA
723+         uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608   #  v4.1.0 
724724        with :
725725          fetch-depth : 2 
726726
0 commit comments