|
67 | 67 |
|
68 | 68 | # Install Node.js: |
69 | 69 | - name: 'Install Node.js' |
70 | | - # Pin action to full length commit SHA corresponding to v3.8.1 |
71 | | - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d |
| 70 | + # Pin action to full length commit SHA |
| 71 | + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 |
72 | 72 | with: |
73 | 73 | node-version: 20 |
74 | 74 | timeout-minutes: 5 |
@@ -142,8 +142,8 @@ jobs: |
142 | 142 | # Install Node.js: |
143 | 143 | - name: 'Install Node.js' |
144 | 144 | if: ${{ github.event.inputs.require-passing-tests == 'true' }} |
145 | | - # Pin action to full length commit SHA corresponding to v3.8.1 |
146 | | - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d |
| 145 | + # Pin action to full length commit SHA |
| 146 | + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 |
147 | 147 | with: |
148 | 148 | node-version: 20 |
149 | 149 | timeout-minutes: 5 |
@@ -255,8 +255,8 @@ jobs: |
255 | 255 |
|
256 | 256 | # Install Node.js: |
257 | 257 | - name: 'Install Node.js' |
258 | | - # Pin action to full length commit SHA corresponding to v3.8.1 |
259 | | - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d |
| 258 | + # Pin action to full length commit SHA |
| 259 | + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 |
260 | 260 | with: |
261 | 261 | node-version: 20 |
262 | 262 | timeout-minutes: 5 |
@@ -423,8 +423,8 @@ jobs: |
423 | 423 |
|
424 | 424 | # Install Node.js |
425 | 425 | - name: 'Install Node.js' |
426 | | - # Pin action to full length commit SHA corresponding to v3.8.1 |
427 | | - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d |
| 426 | + # Pin action to full length commit SHA |
| 427 | + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 |
428 | 428 | with: |
429 | 429 | node-version: 20 |
430 | 430 | timeout-minutes: 5 |
@@ -604,8 +604,8 @@ jobs: |
604 | 604 |
|
605 | 605 | # Install Node.js: |
606 | 606 | - name: 'Install Node.js' |
607 | | - # Pin action to full length commit SHA corresponding to v3.8.1 |
608 | | - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d |
| 607 | + # Pin action to full length commit SHA |
| 608 | + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 |
609 | 609 | with: |
610 | 610 | node-version: 20 |
611 | 611 | timeout-minutes: 5 |
@@ -784,8 +784,8 @@ jobs: |
784 | 784 |
|
785 | 785 | # Install Node.js: |
786 | 786 | - name: 'Install Node.js' |
787 | | - # Pin action to full length commit SHA corresponding to v3.8.1 |
788 | | - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d |
| 787 | + # Pin action to full length commit SHA |
| 788 | + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 |
789 | 789 | with: |
790 | 790 | node-version: 20 |
791 | 791 | timeout-minutes: 5 |
|
0 commit comments