Skip to content

Commit 5f192d9

Browse files
committed
build: bump pinned GitHub actions used in standalone repos
1 parent 5739b4a commit 5f192d9

14 files changed

+66
-62
lines changed

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_benchmark.yml.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646

4747
# Install Node.js:
4848
- name: 'Install Node.js'
49-
# Pin action to full length commit SHA corresponding to v3.8.1
50-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
49+
# Pin action to full length commit SHA
50+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
5151
with:
5252
node-version: 20
5353
timeout-minutes: 5

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_bundle_tags.yml.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464

6565
# Wait for the productionize workflow to succeed:
6666
- name: 'Wait for productionize workflow to succeed'
67-
# Pin action to full length commit SHA corresponding to v1.3.1
68-
uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812
67+
# Pin action to full length commit SHA
68+
uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f # v1.3.3
6969
timeout-minutes: 5
7070
with:
7171
ref: main

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_cancel.yml.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444

4545
# Cancel existing workflow runs:
4646
- name: 'Cancel existing workflow runs'
47-
# Pin action to full length commit SHA corresponding to v0.11.0
48-
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5
47+
# Pin action to full length commit SHA
48+
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # v0.12.1
4949
with:
5050
workflow_id: >-
5151
benchmark.yml,

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_examples.yml.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646

4747
# Install Node.js:
4848
- name: 'Install Node.js'
49-
# Pin action to full length commit SHA corresponding to v3.8.1
50-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
49+
# Pin action to full length commit SHA
50+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
5151
with:
5252
node-version: 20
5353
timeout-minutes: 5

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_npm_downloads.yml.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151

5252
# Install Node.js:
5353
- name: 'Install Node.js'
54-
# Pin action to full length commit SHA corresponding to v3.8.1
55-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
54+
# Pin action to full length commit SHA
55+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
5656
with:
5757
node-version: 20
5858
timeout-minutes: 5

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_productionize.yml.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868

6969
# Install Node.js:
7070
- name: 'Install Node.js'
71-
# Pin action to full length commit SHA corresponding to v3.8.1
72-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
71+
# Pin action to full length commit SHA
72+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
7373
with:
7474
node-version: 20
7575
timeout-minutes: 5
@@ -143,8 +143,8 @@ jobs:
143143
# Install Node.js:
144144
- name: 'Install Node.js'
145145
if: ${{ github.event.inputs.require-passing-tests == 'true' }}
146-
# Pin action to full length commit SHA corresponding to v3.8.1
147-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
146+
# Pin action to full length commit SHA
147+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
148148
with:
149149
node-version: 20
150150
timeout-minutes: 5
@@ -256,8 +256,8 @@ jobs:
256256

257257
# Install Node.js:
258258
- name: 'Install Node.js'
259-
# Pin action to full length commit SHA corresponding to v3.8.1
260-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
259+
# Pin action to full length commit SHA
260+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
261261
with:
262262
node-version: 20
263263
timeout-minutes: 5
@@ -424,8 +424,8 @@ jobs:
424424

425425
# Install Node.js
426426
- name: 'Install Node.js'
427-
# Pin action to full length commit SHA corresponding to v3.8.1
428-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
427+
# Pin action to full length commit SHA
428+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
429429
with:
430430
node-version: 20
431431
timeout-minutes: 5
@@ -606,8 +606,8 @@ jobs:
606606

607607
# Install Node.js:
608608
- name: 'Install Node.js'
609-
# Pin action to full length commit SHA corresponding to v3.8.1
610-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
609+
# Pin action to full length commit SHA
610+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
611611
with:
612612
node-version: 20
613613
timeout-minutes: 5

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_productionize_cli.yml.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767

6868
# Install Node.js:
6969
- 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
7272
with:
7373
node-version: 20
7474
timeout-minutes: 5
@@ -142,8 +142,8 @@ jobs:
142142
# Install Node.js:
143143
- name: 'Install Node.js'
144144
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
147147
with:
148148
node-version: 20
149149
timeout-minutes: 5
@@ -255,8 +255,8 @@ jobs:
255255

256256
# Install Node.js:
257257
- 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
260260
with:
261261
node-version: 20
262262
timeout-minutes: 5
@@ -423,8 +423,8 @@ jobs:
423423

424424
# Install Node.js
425425
- 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
428428
with:
429429
node-version: 20
430430
timeout-minutes: 5
@@ -604,8 +604,8 @@ jobs:
604604

605605
# Install Node.js:
606606
- 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
609609
with:
610610
node-version: 20
611611
timeout-minutes: 5
@@ -784,8 +784,8 @@ jobs:
784784

785785
# Install Node.js:
786786
- 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
789789
with:
790790
node-version: 20
791791
timeout-minutes: 5

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_publish.yml.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666

6767
# Install Node.js:
6868
- name: 'Install Node.js'
69-
# Pin action to full length commit SHA corresponding to v3.8.1
70-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
69+
# Pin action to full length commit SHA
70+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
7171
with:
7272
node-version: 20
7373
timeout-minutes: 5
@@ -207,8 +207,8 @@ jobs:
207207

208208
# Publish package to npm:
209209
- name: 'Publish package to npm'
210-
# Pin action to full length commit SHA corresponding to v2.2.2
211-
uses: JS-DevTools/npm-publish@fe72237be0920f7a0cafd6a966c9b929c9466e9b
210+
# Pin action to full length commit SHA
211+
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
212212
with:
213213
token: ${{ secrets.NPM_TOKEN }}
214214
access: public
@@ -242,8 +242,8 @@ jobs:
242242

243243
# Cancel any running or queued workflow runs:
244244
- name: 'Cancel running or queued workflow runs'
245-
# Pin action to full length commit SHA corresponding to v0.11.0
246-
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5
245+
# Pin action to full length commit SHA
246+
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # v0.12.1
247247
with:
248248
workflow_id: >-
249249
benchmark.yml,

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_publish_cli.yml.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868

6969
# Install Node.js:
7070
- name: 'Install Node.js'
71-
# Pin action to full length commit SHA corresponding to v3.8.1
72-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
71+
# Pin action to full length commit SHA
72+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
7373
with:
7474
node-version: 20
7575
timeout-minutes: 5
@@ -122,8 +122,8 @@ jobs:
122122

123123
# Publish package to npm:
124124
- name: 'Publish package to npm'
125-
# Pin action to full length commit SHA corresponding to v2.2.2
126-
uses: JS-DevTools/npm-publish@fe72237be0920f7a0cafd6a966c9b929c9466e9b
125+
# Pin action to full length commit SHA
126+
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
127127
with:
128128
token: ${{ secrets.NPM_TOKEN }}
129129
access: public
@@ -157,8 +157,8 @@ jobs:
157157

158158
# Cancel any running or queued workflow runs:
159159
- name: 'Cancel running or queued workflow runs'
160-
# Pin action to full length commit SHA corresponding to v0.11.0
161-
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5
160+
# Pin action to full length commit SHA
161+
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # v0.12.1
162162
with:
163163
workflow_id: >-
164164
benchmark.yml,

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_publish_toplevel.yml.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666

6767
# Install Node.js:
6868
- name: 'Install Node.js'
69-
# Pin action to full length commit SHA corresponding to v3.8.1
70-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
69+
# Pin action to full length commit SHA
70+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
7171
with:
7272
node-version: 20
7373
timeout-minutes: 5
@@ -159,8 +159,8 @@ jobs:
159159

160160
# Publish package to npm:
161161
- name: 'Publish package to npm'
162-
# Pin action to full length commit SHA corresponding to v2.2.2
163-
uses: JS-DevTools/npm-publish@fe72237be0920f7a0cafd6a966c9b929c9466e9b
162+
# Pin action to full length commit SHA
163+
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
164164
with:
165165
token: ${{ secrets.NPM_TOKEN }}
166166
access: public
@@ -194,8 +194,8 @@ jobs:
194194

195195
# Cancel any running or queued workflow runs:
196196
- name: 'Cancel running or queued workflow runs'
197-
# Pin action to full length commit SHA corresponding to v0.11.0
198-
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5
197+
# Pin action to full length commit SHA
198+
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # v0.12.1
199199
with:
200200
workflow_id: >-
201201
benchmark.yml,

0 commit comments

Comments
 (0)