Commit 6821477
authored
Chore/hypatia scan reusable wrapper (#14)
* chore(ci): convert hypatia-scan.yml to thin wrapper of standards reusable
Replaces ~416 lines of duplicated Hypatia scan plumbing with a 29-line
wrapper calling hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml
at SHA 2569c10e831e293f9dd6580d82a494aca039deee (standards#191 HEAD).
Behaviour-preserving: same triggers, same concurrency group, same
permissions, same secrets passthrough.
Refs standards#191.
* chore(ci): retarget hypatia-scan wrapper to standards#193 HEAD
Standards #191 was closed in favour of #193 (parallel-session implementation
with simpler API: zero inputs except runs-on). Repointing the wrapper at
#193 HEAD 97df762107501909f50bb770e9bc200b6c415600 so it picks up the merged reusable once #193 lands.
Refs standards#193.
* ci(sweep): codeql actions matrix, workflow permissions
- Replace codeql.yml `javascript-typescript` matrix entry with
`actions` (repo has no JS/TS source). Matches the canonical fix
in rsr-template-repo#71 / mtpc#8 / thunderbird#75.
- Add top-level `permissions: contents: read` to workflows flagged
by governance-reusable's Workflow security linter.1 parent 2a0fd18 commit 6821477
3 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
0 commit comments