Skip to content

release-train: develop -> staging - #614

Merged
tracebloc-release-train[bot] merged 1 commit into
stagingfrom
release-train/to-staging
Aug 6, 2026
Merged

release-train: develop -> staging#614
tracebloc-release-train[bot] merged 1 commit into
stagingfrom
release-train/to-staging

Conversation

@LukasWodka

@LukasWodkaLukasWodka commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Automated promotion by the release train (RFC-0008 D14). Head is the train-managed release-train/to-staging branch (a mirror of develop), so it never collides with a human PR. Merged only when the fr-gate is green.


Note

Low Risk
Workflow-only dependency pinning with no behavior or secret-handling changes; aligns with existing digest-pinned patterns elsewhere in the repo.

Overview
Pins third-party GitHub Actions to immutable commit SHAs (with # vX.Y.Z comments) across CI, release, and housekeeping workflows, replacing floating @v4 / @v1.0.2 style refs.

actions/checkout moves to 11d5960… (v4.4.0) in chart-version-guard, drift-checks, helm-ci (all jobs), installer-tests, standard-checks, and windows-e2e. actions/add-to-project, actions/stale, actions/upload-artifact, and actions/download-artifact get the same treatment in add-to-kanban, stale-backlog, release-helm-chart, and windows-e2e.

No workflow triggers, job logic, or application code change—only supply-chain hardening for what runs on Actions runners.

Reviewed by Cursor Bugbot for commit 6f5e506. Bugbot is set up for automated code reviews on this repo. Configure here.

Pin every actions/* ref to the full 40-char commit SHA it currently
resolves to, with a trailing exact-version comment (D10,
RFC-BACKEND-1405). Behaviour-preserving: no version changes, only
removal of silent tag mutation. tracebloc/* refs stay on @main by
design; third-party refs were pinned under backend#1490.
Part of tracebloc/backend#1491.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@LukasWodka

Copy link
Copy Markdown
ContributorAuthor

bugbot run

@cursorcursorBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit 6f5e506. Configure here.

@tracebloc-release-traintracebloc-release-trainBot added gate-nudge Toggled by the release train to (re-)fire the fr-gate and removed gate-nudge Toggled by the release train to (re-)fire the fr-gate labels Aug 6, 2026
@tracebloc-release-train
tracebloc-release-trainBot merged commit da014f9 into stagingAug 6, 2026
52 of 59 checks passed
@LukasWodka

Copy link
Copy Markdown
ContributorAuthor

FR on staging → Ready for prod (staging FR sweep, 2026-08-06). Basis: promotion mirror PR — merged to staging via the fr-gated hop; carries no independent product behavior of its own. No product-behavior verification required for this class.

Sign up for freeto 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

@LukasWodka