Skip to content

Commit 27fe85e

Browse files
authored
Merge branch 'main' into patch-1
2 parents a415dc5 + f27128d commit 27fe85e

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
schedule:
77
- cron: "0 8,20 * * *"
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
unit-tests:
1114
name: Unit tests

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
types: [opened, reopened, synchronize]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
soundness:
912
name: Soundness

.github/workflows/pull_request_label.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
types: [labeled, unlabeled, opened, reopened, synchronize]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
semver-label-check:
912
name: Semantic version label check
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"mallocCountTotal" : 2
3-
}
2+
"mallocCountTotal" : 1
3+
}

0 commit comments

Comments
 (0)