Skip to content

Commit 2b5b60d

Browse files
hyperpolymathclaude
andcommitted
chore: commit outstanding work
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d5ca0fb commit 2b5b60d

29 files changed

Lines changed: 136 additions & 23 deletions

.github/workflows/boj-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
# Send a secure trigger to boj-server to build this repository
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
18-
permissions: read-all
18+
permissions:
19+
contents: read

.github/workflows/cflite_batch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
- cron: '0 0 * * 0' # Weekly on Sunday at midnight UTC
1212
workflow_dispatch:
1313

14-
permissions: read-all
14+
permissions:
15+
contents: read
1516

1617
jobs:
1718
BatchFuzzing:

.github/workflows/cflite_pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010
pull_request:
1111
branches: [main, master, develop]
1212

13-
permissions: read-all
13+
permissions:
14+
contents: read
1415

1516
jobs:
1617
PR:

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010
schedule:
1111
- cron: '17 23 * * 3'
1212

13-
permissions: read-all
13+
permissions:
14+
contents: read
1415

1516
jobs:
1617
analyze:

.github/workflows/generator-generic-ossf-slsa3-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010
release:
1111
types: [created]
1212

13-
permissions: read-all
13+
permissions:
14+
contents: read
1415

1516
jobs:
1617
build:

.github/workflows/ghcr-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
22
name: Publish to GHCR
33

4-
permissions: read-all
4+
permissions:
5+
contents: read
56

67
on:
78
release:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
name: Guix/Nix Package Policy
44
on: [push, pull_request]
55

6-
permissions: read-all
6+
permissions:
7+
contents: read
78

89
jobs:
910
check:

.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
- cron: '0 0 * * 0' # Weekly on Sunday
1212
workflow_dispatch:
1313

14-
permissions: read-all
14+
permissions:
15+
contents: read
1516

1617
jobs:
1718
scan:

.github/workflows/mirror.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
branches: [main]
88
workflow_dispatch:
99

10-
permissions: read-all
10+
permissions:
11+
contents: read
1112

1213
jobs:
1314
mirror-gitlab:

.github/workflows/npm-bun-blocker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
name: NPM/Bun Blocker
44
on: [push, pull_request]
55

6-
permissions: read-all
6+
permissions:
7+
contents: read
78

89
jobs:
910
check:

0 commit comments

Comments
 (0)