Skip to content

Commit 9328a27

Browse files
committed
update pakcage lock and permissions
1 parent a653ab5 commit 9328a27

File tree

5 files changed

+293
-108
lines changed

5 files changed

+293
-108
lines changed

.github/workflows/performance.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Performance Benchmark
22

3-
#
3+
permissions:
4+
contents: read
45

56
on:
67
pull_request:
@@ -19,7 +20,7 @@ jobs:
1920
- uses: actions/setup-node@v3
2021
with:
2122
node-version: 24
22-
cache: 'npm'
23+
cache: npm
2324
- name: Install Dependencies
2425
run: npm ci
2526
- name: Install External
@@ -52,7 +53,7 @@ jobs:
5253
- uses: actions/setup-node@v3
5354
with:
5455
node-version: 24
55-
cache: 'npm'
56+
cache: npm
5657
- name: Install Dependencies
5758
run: npm ci
5859
- name: Install External

.github/workflows/require-changeset.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: Require Either a Changeset or a Label 'no changeset needed'
2+
3+
permissions:
4+
contents: read
5+
26
on:
37
pull_request:
48
types: [opened, synchronize, reopened, labeled, unlabeled]

.github/workflows/smoke-plugins.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Smoke tests
22

3-
#
3+
permissions:
4+
contents: read
45

56
on:
67
pull_request:

.github/workflows/smoke-rebilly.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Smoke tests
22

3-
#
3+
permissions:
4+
contents: read
45

56
on:
67
pull_request:

0 commit comments

Comments
 (0)