|
61 | 61 | steps:
|
62 | 62 | # Checkout main branch of repository:
|
63 | 63 | - 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 |
66 | 66 | with:
|
67 | 67 | ref: main
|
68 | 68 |
|
|
71 | 71 | # Pin action to full length commit SHA corresponding to v3.8.1
|
72 | 72 | uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
|
73 | 73 | with:
|
74 |
| -node-version: 16 |
| 74 | +node-version: 20 |
75 | 75 | timeout-minutes: 5
|
76 | 76 |
|
77 | 77 | # Create production branch:
|
@@ -134,8 +134,8 @@ jobs:
|
134 | 134 | # Checkout the repository:
|
135 | 135 | - name: 'Checkout repository'
|
136 | 136 | if: ${{ .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 |
139 | 139 | with:
|
140 | 140 | # Use the `production` branch:
|
141 | 141 | ref: production
|
@@ -146,7 +146,7 @@ jobs:
|
146 | 146 | # Pin action to full length commit SHA corresponding to v3.8.1
|
147 | 147 | uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
|
148 | 148 | with:
|
149 |
| -node-version: 16 |
| 149 | +node-version: 20 |
150 | 150 | timeout-minutes: 5
|
151 | 151 |
|
152 | 152 | # Install dependencies:
|
@@ -188,8 +188,8 @@ jobs:
|
188 | 188 | steps:
|
189 | 189 | # Checkout the repository:
|
190 | 190 | - 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 |
193 | 193 |
|
194 | 194 | # Configure git:
|
195 | 195 | - name: 'Configure git'
|
@@ -259,7 +259,7 @@ jobs:
|
259 | 259 | # Pin action to full length commit SHA corresponding to v3.8.1
|
260 | 260 | uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
|
261 | 261 | with:
|
262 |
| -node-version: 16 |
| 262 | +node-version: 20 |
263 | 263 | timeout-minutes: 5
|
264 | 264 |
|
265 | 265 | # Install dependencies:
|
@@ -364,8 +364,8 @@ jobs:
|
364 | 364 | steps:
|
365 | 365 | # Checkout the repository:
|
366 | 366 | - 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 |
369 | 369 |
|
370 | 370 | # Configure git:
|
371 | 371 | - name: 'Configure git'
|
@@ -427,7 +427,7 @@ jobs:
|
427 | 427 | # Pin action to full length commit SHA corresponding to v3.8.1
|
428 | 428 | uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
|
429 | 429 | with:
|
430 |
| -node-version: 16 |
| 430 | +node-version: 20 |
431 | 431 | timeout-minutes: 5
|
432 | 432 |
|
433 | 433 | # Install dependencies:
|
@@ -538,8 +538,8 @@ jobs:
|
538 | 538 | steps:
|
539 | 539 | # Checkout the repository:
|
540 | 540 | - 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 |
543 | 543 |
|
544 | 544 | # Configure git:
|
545 | 545 | - name: 'Configure git'
|
@@ -609,7 +609,7 @@ jobs:
|
609 | 609 | # Pin action to full length commit SHA corresponding to v3.8.1
|
610 | 610 | uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
|
611 | 611 | with:
|
612 |
| -node-version: 16 |
| 612 | +node-version: 20 |
613 | 613 | timeout-minutes: 5
|
614 | 614 |
|
615 | 615 | # Install dependencies:
|
@@ -719,8 +719,8 @@ jobs:
|
719 | 719 |
|
720 | 720 | # Checkout the repository:
|
721 | 721 | - 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 |
724 | 724 | with:
|
725 | 725 | fetch-depth: 2
|
726 | 726 |
|
|
0 commit comments