Skip to content

Commit 3bf6b8e

Browse files
fix(ci): remove erroneous squisher-corpus guix.scm placeholder (#100)
Part of estate-wide standards#426 remediation - cleanup of squisher-corpus placeholders that have no business being in this repo. --------- Co-authored-by: Mistral Vibe <vibe@mistral.ai>
1 parent 1698cb8 commit 3bf6b8e

23 files changed

Lines changed: 22 additions & 25 deletions

.github/workflows/boj-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
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\\"}"}
1717
continue-on-error: true
1818
permissions:
19+
actions: read
1920
contents: read

.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/cflite_batch.yml

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

88
permissions:
9+
actions: read
910
contents: read
1011

1112
defaults:

.github/workflows/cflite_pr.yml

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

99
permissions:
10+
actions: read
1011
contents: read
1112

1213
defaults:

.github/workflows/ci.yml

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

1010
# Restrict permissions to minimum required (security best practice)
1111
permissions:
12+
actions: read
1213
contents: read
1314

1415
jobs:

.github/workflows/codeql.yml

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

2020
permissions:
21+
actions: read
2122
contents: read
2223

2324
jobs:

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ on:
4141
types: [opened, reopened, synchronize]
4242

4343
permissions:
44+
actions: read
4445
contents: write # needed to enable auto-merge
4546
pull-requests: write # needed to approve
4647
# 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/finishingbot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
name: Finishingbot Release Check
66

77
permissions:
8+
actions: read
89
contents: read
910

1011
on:

.github/workflows/glambot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
name: Glambot Presentation Quality
77

88
permissions:
9+
actions: read
910
contents: read
1011

1112
on:

0 commit comments

Comments
 (0)