Skip to content

Commit 8fe6195

Browse files
committed
chore: estate-wide security compliance
1 parent 8c4f938 commit 8fe6195

26 files changed

Lines changed: 26 additions & 0 deletions

.github/workflows/boj-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
branches: [main, master]
1212
workflow_dispatch:
1313
permissions:
14+
actions: read
1415
contents: read
1516
jobs:
1617
trigger-boj:

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
1616
cancel-in-progress: true
1717
permissions:
18+
actions: read
1819
contents: read
1920
jobs:
2021
analyze:

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ on:
3939
pull_request:
4040
types: [opened, reopened, synchronize]
4141
permissions:
42+
actions: read
4243
contents: write # needed to enable auto-merge
4344
pull-requests: write # needed to approve
4445
# NB: keep narrow — do NOT add secrets: read or id-token: write here.

.github/workflows/dogfood-gate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
branches: [main, master]
1414

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

1819
jobs:

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ on:
2929
- 'tests/**'
3030
workflow_dispatch:
3131
permissions: read-all
32+
actions: read
3233
concurrency:
3334
group: e2e-${{ github.ref }}
3435
cancel-in-progress: true

.github/workflows/governance.yml

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

1111
permissions:
12+
actions: read
1213
contents: read
1314

1415
jobs:

.github/workflows/guix-nix-policy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
1313
permissions:
14+
actions: read
1415
contents: read
1516
jobs:
1617
check:

.github/workflows/hypatia-scan.yml

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

1313
permissions:
14+
actions: read
1415
contents: read
1516
security-events: write
1617

.github/workflows/instant-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
release:
88
types: [published]
99
permissions:
10+
actions: read
1011
contents: read
1112
jobs:
1213
dispatch:

.github/workflows/mirror.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main]
66
workflow_dispatch:
77
permissions:
8+
actions: read
89
contents: read
910
jobs:
1011
mirror:

0 commit comments

Comments
 (0)