File tree Expand file tree Collapse file tree 10 files changed +30
-27
lines changed Expand file tree Collapse file tree 10 files changed +30
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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,
Original file line number Diff line number Diff line change 6363
6464 # Install Node.js:
6565 - name : ' Install Node.js'
66- # Pin action to full length commit SHA corresponding to v3.8.1
67- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
66+ # Pin action to full length commit SHA
67+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
6868 with :
6969 node-version : 20
7070 timeout-minutes : 5
Original file line number Diff line number Diff line change 4141 # Define the type of virtual host machine on which to run the job:
4242 runs-on : ubuntu-latest
4343
44+ # Define environment variables:
45+ env :
46+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
47+
4448 # Define the sequence of job steps...
4549 steps :
4650
5155
5256 # Install Node.js:
5357 - name : ' Install Node.js'
54- # Pin action to full length commit SHA corresponding to v3.8.1
55- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
58+ # Pin action to full length commit SHA
59+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
5660 with :
5761 node-version : 20
5862 timeout-minutes : 5
7983 # Upload coverage report to Codecov:
8084 - name : ' Upload coverage to Codecov'
8185 id : upload
82- # Pin action to full length commit SHA corresponding to v3.1.4
83- uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
86+ # Pin action to full length commit SHA
87+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
8488 with :
8589 directory : reports/coverage
8690 flags : unittests
Original file line number Diff line number Diff line change 6363
6464 # Install Node.js:
6565 - name : ' Install Node.js'
66- # Pin action to full length commit SHA corresponding to v3.8.1
67- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
66+ # Pin action to full length commit SHA
67+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
6868 with :
6969 node-version : 20
7070 timeout-minutes : 5
Original file line number Diff line number Diff line change @@ -248,8 +248,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
248248[ npm-image ] : http://img.shields.io/npm/v/@stdlib/assert-napi-is-typedarray.svg
249249[ npm-url ] : https://npmjs.org/package/@stdlib/assert-napi-is-typedarray
250250
251- [ test-image ] : https://github.com/stdlib-js/assert-napi-is-typedarray/actions/workflows/test.yml/badge.svg?branch=main
252- [ test-url ] : https://github.com/stdlib-js/assert-napi-is-typedarray/actions/workflows/test.yml?query=branch:main
251+ [ test-image ] : https://github.com/stdlib-js/assert-napi-is-typedarray/actions/workflows/test.yml/badge.svg?branch=v0.2.0
252+ [ test-url ] : https://github.com/stdlib-js/assert-napi-is-typedarray/actions/workflows/test.yml?query=branch:v0.2.0
253253
254254[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/assert-napi-is-typedarray/main.svg
255255[ coverage-url ] : https://codecov.io/github/stdlib-js/assert-napi-is-typedarray?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/assert-napi-is-typedarray" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Assert that a Node-API value is a Node-API typed array." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
3939 "url" : " https://github.com/stdlib-js/stdlib/issues"
4040 },
4141 "dependencies" : {
42- "@stdlib/assert-napi-status-ok" : " ^0.1.1 " ,
43- "@stdlib/utils-library-manifest" : " ^0.1.1 "
42+ "@stdlib/assert-napi-status-ok" : " ^0.2.0 " ,
43+ "@stdlib/utils-library-manifest" : " ^0.2.0 "
4444 },
4545 "devDependencies" : {
4646 "@stdlib/array-typed" : " ^0.1.0" ,
4747 "@stdlib/assert-is-browser" : " ^0.1.1" ,
48- "@stdlib/utils-try-require" : " ^0.1.1 " ,
48+ "@stdlib/utils-try-require" : " ^0.2.0 " ,
4949 "tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
5050 "istanbul" : " ^0.4.1" ,
5151 "tap-min" : " git+https://github.com/Planeshifter/tap-min.git"
You can’t perform that action at this time.
0 commit comments