Skip to content

Commit 9c490f8

Browse files
docs(changelog): move the #11200 entry into the existing Changed section
Review feedback: [Unreleased] already had a Changed heading; a second one broke the Keep-a-Changelog structure. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SrKzcwZBnref1sWYtdXynu
1 parent c8ece9c commit 9c490f8

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@ aggregate instead: an italic *Catalog* line at the end of the version section an
2626

2727
## [Unreleased]
2828

29-
### Changed
30-
31-
- **CodeQL moves to an advanced-setup workflow that skips `plots/**`** — the default
32-
setup scanned five languages on every push to an `implementation/*` branch and every
33-
impl-* pull request; during the 4-slot backfill of 2026-09-02 up to 23 CodeQL runs
34-
waited in the runner queue at once, ahead of the pipeline's own jobs. The new
35-
`.github/workflows/codeql.yml` keeps the same languages and weekly schedule but ignores
36-
`plots/**` both as a trigger and inside the analysis, so pipeline PRs no longer start
37-
a scan. Default setup has to be switched off in the repository settings for the
38-
workflow's uploads to be accepted. (#11200)
39-
4029
### Fixed
4130

4231
- **The watchdog now rescues a repair that crashed after a rejection** — a PR carrying
@@ -83,6 +72,14 @@ aggregate instead: an italic *Catalog* line at the end of the version section an
8372

8473
### Changed
8574

75+
- **CodeQL moves to an advanced-setup workflow that skips `plots/**`** — the default
76+
setup scanned five languages on every push to an `implementation/*` branch and every
77+
impl-* pull request; during the 4-slot backfill of 2026-09-02 up to 23 CodeQL runs
78+
waited in the runner queue at once, ahead of the pipeline's own jobs. The new
79+
`.github/workflows/codeql.yml` keeps the same languages and weekly schedule but ignores
80+
`plots/**` both as a trigger and inside the analysis, so pipeline PRs no longer start
81+
a scan. Default setup has to be switched off in the repository settings for the
82+
workflow's uploads to be accepted. (#11200)
8683
- **The API image is built in two stages and drops two thirds of its weight** — the
8784
single-stage `api/Dockerfile` produced a 1.6 GB image (502 MB compressed in Artifact
8885
Registry) of which 277 MB compressed was ballast in two layers: `build-essential`,

0 commit comments

Comments
 (0)