Commit 2369299
committed
fix(governance): SPDX header + SHA pins in pages.yml, refresh stale standards pins
Both Governance failures on this branch are the same two faults found and fixed
in krl (#56), so the same remedy applies here.
Workflow security linter
* pages.yml carried no SPDX header. Every other workflow in the repo has one;
this was the only omission. Added.
* pages.yml used floating tags where every other workflow pins by SHA:
actions/checkout@v7 -> 3d3c42e5... # v7
actions/upload-pages-artifact@v5 -> fc324d35... # v5
actions/deploy-pages@v5 -> cd2ce8fc... # v5
Kept on the same major versions, so this changes pinning only, not
behaviour.
Check Workflow Staleness
* governance-reusable.yml, hypatia-scan-reusable.yml and
scorecard-reusable.yml were pinned at d7c22711e830 — 63 commits / 24 days
behind standards HEAD, outside the gate's recency window. Refreshed to
f9dca6ded2cad8ab54044c1cb0489b558ae2682b (full 40-char SHA).
Not touched: mirror-reusable.yml (d135b05) and secret-scanner-reusable.yml
(c65436e). Neither was flagged, and the secret-scanner pin should not move
independently of the gitleaks allowlist work.
Verified: all workflows carry an SPDX header; no unpinned third-party actions
remain; actionlint 0 errors.1 parent 558f631 commit 2369299
4 files changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
22 | 24 | | |
23 | | - | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | | - | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments