Skip to content

Commit dfd51d9

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents ac4958b + 78c20d6 commit dfd51d9

102 files changed

Lines changed: 4671 additions & 101 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_required_files.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ on:
2525
pull_request_target:
2626
types: [review_requested]
2727

28+
# Global permissions:
29+
permissions:
30+
# Allow read-only access to the repository contents:
31+
contents: read
32+
2833
# Workflow jobs:
2934
jobs:
3035

.github/workflows/codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ on:
3131
# Allow the workflow to be manually run:
3232
workflow_dispatch:
3333

34+
# Global permissions:
35+
permissions:
36+
# Allow read-only access to the repository contents:
37+
contents: read
38+
3439
# Workflow jobs:
3540
jobs:
3641

.github/workflows/deprecate_packages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ on:
3030
message:
3131
description: 'Custom deprecation message:'
3232

33+
# Global permissions:
34+
permissions:
35+
# Allow read-only access to the repository contents:
36+
contents: read
37+
3338
# Workflow concurrency group:
3439
concurrency:
3540

.github/workflows/discussion_bot_response.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ on:
2424
discussion:
2525
types: [created]
2626

27+
# Global permissions:
28+
permissions:
29+
# Allow read-only access to the repository contents:
30+
contents: read
31+
2732
# Workflow jobs:
2833
jobs:
2934
respond:

.github/workflows/discussion_comment_bot_response.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ on:
2424
discussion_comment:
2525
types: [created]
2626

27+
# Global permissions:
28+
permissions:
29+
# Allow read-only access to the repository contents:
30+
contents: read
31+
2732
# Workflow jobs:
2833
jobs:
2934
respond:

.github/workflows/first_time_greeting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Greet first-time contributors:
4646
- name: 'Greet first-time contributors'
4747
# Pin action to full length commit SHA
48-
uses: actions/first-interaction@1dbfe1ba5525b8257e1f259b09745bee346d62d8 # v1.2.0
48+
uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0
4949
with:
5050
repo-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }}
5151
issue-message: |

.github/workflows/lint_random_files.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ on:
6868
schedule:
6969
- cron: '0 0 * * *'
7070

71+
# Global permissions:
72+
permissions:
73+
# Allow read-only access to the repository contents:
74+
contents: read
75+
7176
# Workflow jobs:
7277
jobs:
7378

.github/workflows/linux_benchmark.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ concurrency:
3939
# Specify whether to cancel any currently running workflow in the same concurrency group:
4040
cancel-in-progress: true
4141

42+
# Global permissions:
43+
permissions:
44+
# Allow read-only access to the repository contents:
45+
contents: read
46+
4247
# Workflow jobs:
4348
jobs:
4449

.github/workflows/linux_examples.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ concurrency:
3939
# Specify whether to cancel any currently running workflow in the same concurrency group:
4040
cancel-in-progress: true
4141

42+
# Global permissions:
43+
permissions:
44+
# Allow read-only access to the repository contents:
45+
contents: read
46+
4247
# Workflow jobs:
4348
jobs:
4449

.github/workflows/linux_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ concurrency:
3737
# Specify whether to cancel any currently running workflow in the same concurrency group:
3838
cancel-in-progress: true
3939

40+
# Global permissions:
41+
permissions:
42+
# Allow read-only access to the repository contents:
43+
contents: read
44+
4045
# Workflow jobs:
4146
jobs:
4247

0 commit comments

Comments
 (0)