Skip to content

ci: deploy docs via Ddraig SSG#51

Merged
hyperpolymath merged 1 commit into
mainfrom
feat/ddraig-pages-mass
Jul 19, 2026
Merged

ci: deploy docs via Ddraig SSG#51
hyperpolymath merged 1 commit into
mainfrom
feat/ddraig-pages-mass

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Mass rollout for Ddraig SSG

@hyperpolymath
hyperpolymath merged commit 8148cf5 into main Jul 19, 2026
@hyperpolymath
hyperpolymath deleted the feat/ddraig-pages-mass branch July 19, 2026 12:58
@sonarqubecloud

Copy link
Copy Markdown

hyperpolymath added a commit that referenced this pull request Jul 21, 2026
…andards pins (#56)

Both failing Governance jobs are root-caused and fixed. Follows #53,
#54, #55.

## `Workflow security linter`

```
ERROR: .github/workflows/pages.yml missing SPDX header
```

`pages.yml` arrived in #51 and begins directly at `name:`. Every other
workflow already carries the header; this was the only one.

> **Recording a correction against myself.** Earlier in this programme I
audited all workflows, reported that every one had both an SPDX header
*and* a top-level `permissions:` block, and marked the SPDX hypothesis
**disproved**. That audit was wrong — it must have run against a tree
without `pages.yml`. The real cause is exactly the one first suspected.
A "disproved" hypothesis is only as good as the test that disproved it.

## `Check Workflow Staleness`

```
governance-reusable.yml pin d7c22711e830 is 63 commit(s) / 24d behind standards HEAD
  — outside the recency window (>50 commits AND >14d). Refresh toward f9dca6ded2ca
```

Three callers were pinned at `d7c22711e830`:

| Workflow | From | To |
|---|---|---|
| `governance-reusable.yml` | `d7c22711e830…` |
`f9dca6ded2cad8ab54044c1cb0489b558ae2682b` |
| `hypatia-scan-reusable.yml` | `d7c22711e830…` |
`f9dca6ded2cad8ab54044c1cb0489b558ae2682b` |
| `scorecard-reusable.yml` | `d7c22711e830…` |
`f9dca6ded2cad8ab54044c1cb0489b558ae2682b` |

Full 40-char SHAs — the gate's message quotes the abbreviated form,
which would weaken the pin.

### Deliberately not touched

- **`mirror-reusable.yml`** (`d135b05`) and
**`secret-scanner-reusable.yml`** (`c65436e`) — neither was flagged by
the staleness gate, and the secret-scanner pin in particular **should
not be moved independently of the gitleaks allowlist work**, since
re-pinning consumers ahead of the config work reintroduces false
positives.
- **`scorecard-enforcer.yml`** — the gate asks for its removal, but
**this repo doesn't have that file**. That clause is generic advice in
the reusable's message, not a finding against krl.

## Note on bumping toward standards HEAD

The newer `governance-reusable` has *more* real checks than the pinned
one (its previously-dead docs and Guix/Nix jobs were made real,
warn-first until 2026-08-21). So this bump may surface new warnings.
That is the gate working, and warn-first means it should not turn the
build red.

## Verified

`actionlint` **0 errors** · all **18** workflows carry an SPDX header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant