File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2024-01-01T04:11:11.022Z
Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ jobs:
102102
103103 # Send data to events server:
104104 - name : ' Post data'
105- # Pin action to full length commit SHA corresponding to v3.0.3:
106- uses : distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629
105+ # Pin action to full length commit SHA
106+ uses : distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3
107107 env :
108108 webhook_url : ${{ secrets.STDLIB_NPM_DOWNLOADS_URL }}
109109 webhook_secret : ${{ secrets.STDLIB_WEBHOOK_SECRET }}
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ jobs:
119119
120120 # Send data to events server:
121121 - name : ' Post data'
122- # Pin action to full length commit SHA corresponding to v3.0.3:
123- uses : distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629
122+ # Pin action to full length commit SHA
123+ uses : distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3
124124 env :
125125 webhook_url : ${{ secrets.STDLIB_COVERAGE_URL }}
126126 webhook_secret : ${{ secrets.STDLIB_WEBHOOK_SECRET }}
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ See [LICENSE][stdlib-license].
151151
152152## Copyright
153153
154- Copyright © ; 2016-2023 . The Stdlib [ Authors] [ stdlib-authors ] .
154+ Copyright © ; 2016-2024 . The Stdlib [ Authors] [ stdlib-authors ] .
155155
156156</section >
157157
@@ -164,8 +164,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
164164[ npm-image ] : http://img.shields.io/npm/v/@stdlib/assert-is-complex64ndarray-like.svg
165165[ npm-url ] : https://npmjs.org/package/@stdlib/assert-is-complex64ndarray-like
166166
167- [ test-image ] : https://github.com/stdlib-js/assert-is-complex64ndarray-like/actions/workflows/test.yml/badge.svg?branch=v0.1.0
168- [ test-url ] : https://github.com/stdlib-js/assert-is-complex64ndarray-like/actions/workflows/test.yml?query=branch:v0.1.0
167+ [ test-image ] : https://github.com/stdlib-js/assert-is-complex64ndarray-like/actions/workflows/test.yml/badge.svg?branch=main
168+ [ test-url ] : https://github.com/stdlib-js/assert-is-complex64ndarray-like/actions/workflows/test.yml?query=branch:main
169169
170170[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/assert-is-complex64ndarray-like/main.svg
171171[ coverage-url ] : https://codecov.io/github/stdlib-js/assert-is-complex64ndarray-like?branch=main
You can’t perform that action at this time.
0 commit comments