File tree 11 files changed +31
-24
lines changed
11 files changed +31
-24
lines changed Original file line number Diff line number Diff line change 1
- 2023-12 -01T01:57:36.612Z
1
+ 2024-01 -01T01:43:49.813Z
Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ jobs:
41
41
42
42
# Checkout repository:
43
43
- name : ' Checkout repository'
44
- # Pin action to full length commit SHA corresponding to v4.1.0
45
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
44
+ # Pin action to full length commit SHA
45
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
46
46
47
47
# Install Node.js:
48
48
- name : ' Install Node.js'
49
49
# Pin action to full length commit SHA corresponding to v3.8.1
50
50
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
51
51
with :
52
- node-version : 16
52
+ node-version : 20
53
53
timeout-minutes : 5
54
54
55
55
# Install dependencies:
Original file line number Diff line number Diff line change @@ -45,16 +45,16 @@ jobs:
45
45
steps :
46
46
# Checkout the repository:
47
47
- name : ' Checkout repository'
48
- # Pin action to full length commit SHA corresponding to v4.1.0
49
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
48
+ # Pin action to full length commit SHA
49
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
50
50
timeout-minutes : 10
51
51
52
52
# Install Node.js:
53
53
- name : ' Install Node.js'
54
54
# Pin action to full length commit SHA corresponding to v3.8.1
55
55
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
56
56
with :
57
- node-version : 16
57
+ node-version : 20
58
58
timeout-minutes : 5
59
59
60
60
# Resolve package name:
@@ -102,8 +102,8 @@ jobs:
102
102
103
103
# Send data to events server:
104
104
- 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
107
107
env :
108
108
webhook_url : ${{ secrets.STDLIB_NPM_DOWNLOADS_URL }}
109
109
webhook_secret : ${{ secrets.STDLIB_WEBHOOK_SECRET }}
Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ jobs:
61
61
62
62
# Checkout the repository:
63
63
- name : ' Checkout repository'
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
67
67
# Install Node.js:
68
68
- name : ' Install Node.js'
69
69
# Pin action to full length commit SHA corresponding to v3.8.1
70
70
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
71
71
with :
72
- node-version : 16
72
+ node-version : 20
73
73
timeout-minutes : 5
74
74
75
75
# Configure git:
Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ jobs:
58
58
59
59
# Checkout the repository:
60
60
- name : ' Checkout repository'
61
- # Pin action to full length commit SHA corresponding to v4.1.0
62
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
61
+ # Pin action to full length commit SHA
62
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
63
63
64
64
# Install Node.js:
65
65
- name : ' Install Node.js'
66
66
# Pin action to full length commit SHA corresponding to v3.8.1
67
67
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
68
68
with :
69
- node-version : 16
69
+ node-version : 20
70
70
timeout-minutes : 5
71
71
72
72
# Install dependencies:
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ jobs:
46
46
47
47
# Checkout the repository:
48
48
- name : ' Checkout repository'
49
- # Pin action to full length commit SHA corresponding to v4.1.0
50
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
49
+ # Pin action to full length commit SHA
50
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
51
51
52
52
# Install Node.js:
53
53
- name : ' Install Node.js'
54
54
# Pin action to full length commit SHA corresponding to v3.8.1
55
55
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
56
56
with :
57
- node-version : 16
57
+ node-version : 20
58
58
timeout-minutes : 5
59
59
60
60
# Install dependencies:
@@ -119,8 +119,8 @@ jobs:
119
119
120
120
# Send data to events server:
121
121
- 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
124
124
env :
125
125
webhook_url : ${{ secrets.STDLIB_COVERAGE_URL }}
126
126
webhook_secret : ${{ secrets.STDLIB_WEBHOOK_SECRET }}
Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ jobs:
58
58
59
59
# Checkout the repository:
60
60
- name : ' Checkout repository'
61
- # Pin action to full length commit SHA corresponding to v4.1.0
62
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
61
+ # Pin action to full length commit SHA
62
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
63
63
64
64
# Install Node.js:
65
65
- name : ' Install Node.js'
66
66
# Pin action to full length commit SHA corresponding to v3.8.1
67
67
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
68
68
with :
69
- node-version : 16
69
+ node-version : 20
70
70
timeout-minutes : 5
71
71
72
72
# Install dependencies:
Original file line number Diff line number Diff line change 18
18
19
19
# Files #
20
20
# ########
21
+ CITATION.cff
21
22
CHANGELOG.md
22
23
CODE_OF_CONDUCT.md
23
24
CONTRIBUTING.md
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ See [LICENSE][stdlib-license].
294
294
295
295
## Copyright
296
296
297
- Copyright © 2016-2023 . The Stdlib [Authors][stdlib-authors].
297
+ Copyright © 2016-2024 . The Stdlib [Authors][stdlib-authors].
298
298
299
299
</section>
300
300
Original file line number Diff line number Diff line change
1
+ # Security
2
+
3
+ > Policy for reporting security vulnerabilities.
4
+
5
+ See the security policy [ in the main project repository] ( https://github.com/stdlib-js/stdlib/security ) .
You can’t perform that action at this time.
0 commit comments