Commit 9fdac08
cascade: pass CHANGELOG_SECRET so auto-bumps get LLM changelogs (#19)
* cascade: pass CHANGELOG_SECRET so auto-bumps get LLM changelogs
Org-wide CHANGELOG_SECRET was never forwarded to the reusable tag-bump
workflow, so its auto-changelog step silently skipped on every cascade
bump. Matches trustedagents, the one repo already wired.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* go.mod: bump go directive to 1.25.12 (GO-2026-5856 + web4 v1.12.5 sibling constraint)
govulncheck flags GO-2026-5856 (crypto/tls, fixed in go1.25.12), and CI
runs GOTOOLCHAIN=local with the sibling web4 checkout now requiring
go >= 1.25.12 — same bump web4 shipped in v1.12.5.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* ci: track go toolchain from go.mod instead of pinning 1.25
go-version: '1.25' resolves to the runner's cached 1.25.11 while
GOTOOLCHAIN=local forbids auto-upgrade, so the go.mod 1.25.12 bump
(GO-2026-5856) fails every job. go-version-file keeps CI in lockstep
with the module.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* ci: go-version-file must point into the subdir checkout
This job checks the repo out at path: libpilot, so go.mod lives at
libpilot/go.mod, not the workspace root.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 040c48d commit 9fdac08
3 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments