Skip to content

Commit 0ced540

Browse files
committed
chore: estate-wide security compliance
1 parent 2b6d30b commit 0ced540

33 files changed

Lines changed: 95 additions & 0 deletions

.github/funding.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Funding Configuration
2+
# See: https://docs.github.com/en/repositories/managing-your-repositorys-custom-fields/displaying-a-sponsor-button-in-your-repository
3+
4+
github: metadatastician

.github/workflows/affinescript-verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
permissions:
22+
actions: read
2223
contents: read
2324

2425
# Compile-verifies changed `.affine` files with the canonical AffineScript

.github/workflows/boj-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
workflow_dispatch:
1414

1515
permissions:
16+
actions: read
1617
contents: read
1718

1819
jobs:

.github/workflows/casket-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
workflow_dispatch:
88

99
permissions:
10+
actions: read
1011
contents: read
1112
pages: write
1213
id-token: write

.github/workflows/changelog-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ on:
4848
default: '2.6.1'
4949

5050
permissions:
51+
actions: read
5152
contents: read
5253

5354
jobs:

.github/workflows/codeql-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ on:
7171
default: ubuntu-latest
7272

7373
permissions:
74+
actions: read
7475
contents: read
7576

7677
jobs:

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ concurrency:
2929
cancel-in-progress: false
3030

3131
permissions:
32+
actions: read
3233
contents: read
3334

3435
jobs:

.github/workflows/deno-ci-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ on:
4242
default: v2.x
4343

4444
permissions:
45+
actions: read
4546
contents: read
4647

4748
jobs:

.github/workflows/doc-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
permissions:
19+
actions: read
1920
contents: read
2021

2122
jobs:

.github/workflows/dyadt-verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
permissions:
19+
actions: read
1920
contents: read
2021

2122
jobs:

0 commit comments

Comments
 (0)