Skip to content

Commit 87f01d4

Browse files
Merge branch 'develop' into feat/saxpby
2 parents 879db3b + dfee746 commit 87f01d4

309 files changed

Lines changed: 19073 additions & 733 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/check_licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
# Upload the log file:
129129
- name: 'Upload log file'
130130
# Pin action to full length commit SHA
131-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
131+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
132132
if: always()
133133
with:
134134
# Define a name for the uploaded artifact:

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Automatically label pull requests:
6060
- name: 'Automatically label pull requests'
6161
# Pin action to full length commit SHA
62-
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
62+
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
6363
with:
6464
configuration-path: .github/labeler.yml
6565
repo-token: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}

.github/workflows/linux_benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
# Upload the log file:
252252
- name: 'Upload log file'
253253
# Pin action to full length commit SHA
254-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
254+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
255255
if: always()
256256
with:
257257
# Define a name for the uploaded artifact (ensuring a unique name for each job):
@@ -308,7 +308,7 @@ jobs:
308308
# Send notification to Zulip:
309309
- name: 'Send notification'
310310
# Pin action to full length commit SHA
311-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
311+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
312312
if: success()
313313
with:
314314
api-key: ${{ secrets.ZULIP_API_KEY }}

.github/workflows/linux_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
# Upload the log file:
252252
- name: 'Upload log file'
253253
# Pin action to full length commit SHA
254-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
254+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
255255
if: always()
256256
with:
257257
# Define a name for the uploaded artifact (ensuring a unique name for each job):
@@ -308,7 +308,7 @@ jobs:
308308
# Send notification to Zulip:
309309
- name: 'Send notification'
310310
# Pin action to full length commit SHA
311-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
311+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
312312
if: success()
313313
with:
314314
api-key: ${{ secrets.ZULIP_API_KEY }}

.github/workflows/linux_test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ jobs:
9898
PLATFORM: 'linux'
9999

100100
- NODE_VERSION: '16'
101-
NPM_VERSION: '>2.7.0'
101+
NPM_VERSION: '>2.7.0 <10.0.0'
102102

103103
- NODE_VERSION: '14'
104-
NPM_VERSION: '>2.7.0'
104+
NPM_VERSION: '>2.7.0 <10.0.0'
105105

106106
- NODE_VERSION: '12'
107-
NPM_VERSION: '>2.7.0'
107+
NPM_VERSION: '>2.7.0 <9.0.0'
108108

109109
# - NODE_VERSION: '10'
110110
# NPM_VERSION: '>2.7.0 <7.0.0'
@@ -250,7 +250,7 @@ jobs:
250250
# Upload the log file:
251251
- name: 'Upload log file'
252252
# Pin action to full length commit SHA
253-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
253+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
254254
if: always()
255255
with:
256256
# Define a name for the uploaded artifact (ensuring a unique name for each job):
@@ -307,7 +307,7 @@ jobs:
307307
# Send notification to Zulip:
308308
- name: 'Send notification'
309309
# Pin action to full length commit SHA
310-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
310+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
311311
if: success()
312312
with:
313313
api-key: ${{ secrets.ZULIP_API_KEY }}

.github/workflows/linux_test_cov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
# Upload the log file:
252252
- name: 'Upload log file'
253253
# Pin action to full length commit SHA
254-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
254+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
255255
if: always()
256256
with:
257257
# Define a name for the uploaded artifact (ensuring a unique name for each job):
@@ -308,7 +308,7 @@ jobs:
308308
# Send notification to Zulip:
309309
- name: 'Send notification'
310310
# Pin action to full length commit SHA
311-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
311+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
312312
if: success()
313313
with:
314314
api-key: ${{ secrets.ZULIP_API_KEY }}

.github/workflows/linux_test_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
# Upload the log file:
275275
- name: 'Upload log file'
276276
# Pin action to full length commit SHA
277-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
277+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
278278
if: always()
279279
with:
280280
# Define a name for the uploaded artifact (ensuring a unique name for each job):
@@ -331,7 +331,7 @@ jobs:
331331
# Send notification to Zulip:
332332
- name: 'Send notification'
333333
# Pin action to full length commit SHA
334-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
334+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
335335
if: success()
336336
with:
337337
api-key: ${{ secrets.ZULIP_API_KEY }}

.github/workflows/macos_benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
# Upload the log file:
238238
- name: 'Upload log file'
239239
# Pin action to full length commit SHA
240-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
240+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
241241
if: always()
242242
with:
243243
# Define a name for the uploaded artifact (ensuring a unique name for each job):
@@ -294,7 +294,7 @@ jobs:
294294
# Send notification to Zulip:
295295
- name: 'Send notification'
296296
# Pin action to full length commit SHA
297-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
297+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
298298
if: success()
299299
with:
300300
api-key: ${{ secrets.ZULIP_API_KEY }}

.github/workflows/macos_test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ jobs:
9797
PLATFORM: 'macos'
9898

9999
- NODE_VERSION: '16'
100-
NPM_VERSION: '>2.7.0'
100+
NPM_VERSION: '>2.7.0 <10.0.0'
101101

102102
- NODE_VERSION: '14'
103-
NPM_VERSION: '>2.7.0'
103+
NPM_VERSION: '>2.7.0 <10.0.0'
104104

105105
- NODE_VERSION: '12'
106-
NPM_VERSION: '>2.7.0'
106+
NPM_VERSION: '>2.7.0 <9.0.0'
107107

108108
# - NODE_VERSION: '10'
109109
# NPM_VERSION: '>2.7.0 <7.0.0'
@@ -236,7 +236,7 @@ jobs:
236236
# Upload the log file:
237237
- name: 'Upload log file'
238238
# Pin action to full length commit SHA
239-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
239+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
240240
if: always()
241241
with:
242242
# Define a name for the uploaded artifact (ensuring a unique name for each job):
@@ -293,7 +293,7 @@ jobs:
293293
# Send notification to Zulip:
294294
- name: 'Send notification'
295295
# Pin action to full length commit SHA
296-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
296+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
297297
if: success()
298298
with:
299299
api-key: ${{ secrets.ZULIP_API_KEY }}

.github/workflows/macos_test_cov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
# Upload the log file:
238238
- name: 'Upload log file'
239239
# Pin action to full length commit SHA
240-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
240+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
241241
if: always()
242242
with:
243243
# Define a name for the uploaded artifact (ensuring a unique name for each job):
@@ -294,7 +294,7 @@ jobs:
294294
# Send notification to Zulip:
295295
- name: 'Send notification'
296296
# Pin action to full length commit SHA
297-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
297+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
298298
if: success()
299299
with:
300300
api-key: ${{ secrets.ZULIP_API_KEY }}

0 commit comments

Comments
 (0)