Skip to content

chore(deps): bump OMT-Global/bootstrap/.github/workflows/release-publish-reusable.yml from a457d97425529d99667078a721b1459c8446d19b to e99709d10749b2f9fa85a4456997f6579adff244 - #127

Merged
jmcte merged 1 commit into
mainfrom
dependabot/github_actions/OMT-Global/bootstrap/dot-github/workflows/release-publish-reusable.yml-14450be4cc055c54887b128ba0422ac280f0731f
Aug 13, 2026
Merged

chore(deps): bump OMT-Global/bootstrap/.github/workflows/release-publish-reusable.yml from a457d97425529d99667078a721b1459c8446d19b to e99709d10749b2f9fa85a4456997f6579adff244#127
jmcte merged 1 commit into
mainfrom
dependabot/github_actions/OMT-Global/bootstrap/dot-github/workflows/release-publish-reusable.yml-14450be4cc055c54887b128ba0422ac280f0731f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps OMT-Global/bootstrap/.github/workflows/release-publish-reusable.yml from a457d97 to e99709d.

Changelog

Sourced from OMT-Global/bootstrap/.github/workflows/release-publish-reusable.yml's changelog.

Governed Release Train

This repository uses release maturity level governed.

Manual Flow

  1. Open a release train issue with .github/ISSUE_TEMPLATE/release_train.yml.
  2. Create or update the release/{major}.{minor} release branch.
  3. Run Release Preflight with the candidate version, channel, target ref, and release issue.
  4. Copy the successful preflight run ID into the release issue.
  5. Run Full Release Validation against the same target ref.
  6. Copy the successful validation run ID into the release issue.
  7. Create the exact release tag only after validation evidence exists.
  8. Run Release Publish with the tag, preflight run ID, validation run ID, channel, and release issue.
  9. Run or review Release Postpublish, then close or supersede the release issue.

Publish must consume the artifact bundle proven by preflight. If the preflight artifact cannot be downloaded or its recorded target SHA differs from the tag SHA, publish must fail instead of rebuilding.

Customization

Repo-specific behavior belongs in these hook scripts:

  • scripts/release/prep.sh
  • scripts/release/preflight.sh
  • scripts/release/validate.sh
  • scripts/release/build.sh
  • scripts/release/publish.sh
  • scripts/release/postpublish.sh

The generated defaults do not require secrets and do not publish external packages.

Commits
  • e99709d chore(deps): bump OMT-Global/bootstrap/.github/workflows/release-preflight-re...
  • 848846f chore(deps): bump dorny/paths-filter from 4.0.2 to 4.0.3 (#125)
  • 05bcfea chore(deps): bump github/codeql-action/analyze from 4.37.4 to 4.37.6 (#129)
  • 3ae5bba fix: stabilize multi-language CodeQL bootstrap projection (#131)
  • 14450be chore(deps): bump github/codeql-action/analyze from 4.37.1 to 4.37.4 (#122)
  • d18ad3f chore(deps): bump OMT-Global/bootstrap/.github/workflows/full-release-validat...
  • 71ed2e1 chore(deps): bump OMT-Global/bootstrap/.github/workflows/release-publish-reus...
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 11, 2026
@dependabot
dependabot Bot requested a review from jmcte as a code owner August 11, 2026 11:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 11, 2026
@athena-omt athena-omt added status:needs-review PR is ready for Athena review. review:athena Athena review governance requested. state:waiting-checks Waiting for CI/check status to settle. labels Aug 11, 2026
jmcte
jmcte previously approved these changes Aug 11, 2026
@jmcte
jmcte enabled auto-merge (squash) August 11, 2026 13:13
@athena-omt athena-omt removed status:needs-review PR is ready for Athena review. review:athena Athena review governance requested. labels Aug 11, 2026
@dependabot dependabot Bot changed the title chore(deps): bump OMT-Global/bootstrap/.github/workflows/release-publish-reusable.yml from a457d97425529d99667078a721b1459c8446d19b to 14450be4cc055c54887b128ba0422ac280f0731f chore(deps): bump OMT-Global/bootstrap/.github/workflows/release-publish-reusable.yml from a457d97425529d99667078a721b1459c8446d19b to 05bcfea3239cc31895b3749117e9c8851f3496b2 Aug 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/OMT-Global/bootstrap/dot-github/workflows/release-publish-reusable.yml-14450be4cc055c54887b128ba0422ac280f0731f branch from 666f872 to 7cc0940 Compare August 13, 2026 00:46
@dependabot dependabot Bot changed the title chore(deps): bump OMT-Global/bootstrap/.github/workflows/release-publish-reusable.yml from a457d97425529d99667078a721b1459c8446d19b to 05bcfea3239cc31895b3749117e9c8851f3496b2 chore(deps): bump OMT-Global/bootstrap/.github/workflows/release-publish-reusable.yml from a457d97425529d99667078a721b1459c8446d19b to 848846fc40b02c512e2b86d23bb1b295f7908f8a Aug 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/OMT-Global/bootstrap/dot-github/workflows/release-publish-reusable.yml-14450be4cc055c54887b128ba0422ac280f0731f branch from 7cc0940 to d1e0d89 Compare August 13, 2026 00:49
@athena-omt athena-omt added status:needs-review PR is ready for Athena review. review:athena Athena review governance requested. and removed state:waiting-checks Waiting for CI/check status to settle. labels Aug 13, 2026
athena-omt
athena-omt previously approved these changes Aug 13, 2026

@athena-omt athena-omt left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Reviewed current head d1e0d89. This only advances the release-publish reusable-workflow SHA pin; its referenced workflow content is unchanged between the old and new pins, and the caller contract remains intact. Node-local targeted release-workflow tests, full suite (24 files/231 tests), and TypeScript typecheck passed. All PR checks are successful; no inline comments or unresolved review threads found.

@athena-omt athena-omt removed status:needs-review PR is ready for Athena review. review:athena Athena review governance requested. labels Aug 13, 2026
…ish-reusable.yml

Bumps [OMT-Global/bootstrap/.github/workflows/release-publish-reusable.yml](https://github.com/omt-global/bootstrap) from a457d97 to e99709d.
- [Changelog](https://github.com/OMT-Global/bootstrap/blob/main/docs/release-train.md)
- [Commits](a457d97...e99709d)

---
updated-dependencies:
- dependency-name: OMT-Global/bootstrap/.github/workflows/release-publish-reusable.yml
  dependency-version: 14450be
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump OMT-Global/bootstrap/.github/workflows/release-publish-reusable.yml from a457d97425529d99667078a721b1459c8446d19b to 848846fc40b02c512e2b86d23bb1b295f7908f8a chore(deps): bump OMT-Global/bootstrap/.github/workflows/release-publish-reusable.yml from a457d97425529d99667078a721b1459c8446d19b to e99709d10749b2f9fa85a4456997f6579adff244 Aug 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/OMT-Global/bootstrap/dot-github/workflows/release-publish-reusable.yml-14450be4cc055c54887b128ba0422ac280f0731f branch from d1e0d89 to b6a8940 Compare August 13, 2026 16:40
@athena-omt athena-omt added status:needs-review PR is ready for Athena review. review:athena Athena review governance requested. state:waiting-checks Waiting for CI/check status to settle. labels Aug 13, 2026
@jmcte
jmcte merged commit ce817cb into main Aug 13, 2026
13 checks passed
@jmcte
jmcte deleted the dependabot/github_actions/OMT-Global/bootstrap/dot-github/workflows/release-publish-reusable.yml-14450be4cc055c54887b128ba0422ac280f0731f branch August 13, 2026 16:56
@athena-omt athena-omt removed status:needs-review PR is ready for Athena review. review:athena Athena review governance requested. state:waiting-checks Waiting for CI/check status to settle. labels Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants