Skip to content

Commit 5ce5edf

Browse files
committed
chore: estate-wide security compliance
1 parent 763dfed commit 5ce5edf

15 files changed

Lines changed: 15 additions & 0 deletions

.github/workflows/boj-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
curl -X POST "http://boj-server.local:7700/cartridges/ssg-mcp/invoke" -H "Content-Type: application/json" -d "{\"repo\": \"${{ github.repository }}\", \"branch\": \"${{ github.ref_name }}\", \"engine\": \"casket\\"}"}
1919
continue-on-error: true
2020
permissions:
21+
actions: read
2122
contents: read

.github/workflows/casket-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches: [main, master]
77
workflow_dispatch:
88
permissions:
9+
actions: read
910
contents: read
1011
pages: write
1112
id-token: write

.github/workflows/codeql.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
jobs:

.github/workflows/dogfood-gate.yml

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

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
- 'opsm_ex/**'
2727
workflow_dispatch:
2828
permissions: read-all
29+
actions: read
2930
concurrency:
3031
group: e2e-${{ github.ref }}
3132
cancel-in-progress: true

.github/workflows/echidna-validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
schedule:
1616
- cron: '0 6 * * 1' # Weekly on Monday at 06:00 UTC
1717
permissions:
18+
actions: read
1819
contents: read
1920
pull-requests: read # change-detector reads the PR's file list (gh api pulls/.../files)
2021
jobs:

.github/workflows/gitbot-fleet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
pull_request:
77
permissions:
8+
actions: read
89
contents: read
910
jobs:
1011
fleet-scan:

.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/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
@@ -8,6 +8,7 @@ on:
88
release:
99
types: [published]
1010
permissions:
11+
actions: read
1112
contents: read
1213
jobs:
1314
dispatch:

0 commit comments

Comments
 (0)