Skip to content

ci: pin github-workflows at v0.16.1 - #32

Merged
ExtraToast merged 1 commit into
mainfrom
ci/pins-v0.16.1
Aug 20, 2026
Merged

ci: pin github-workflows at v0.16.1#32
ExtraToast merged 1 commit into
mainfrom
ci/pins-v0.16.1

Conversation

@ExtraToast

Copy link
Copy Markdown
Contributor

v0.16.1 renders the deploy artifact through the same checker the pull-request preview uses, so the artifact published on a tag and the scorecard shown on a PR come from one implementation instead of two copies of the same bash (JorisJonkers-dev/github-workflows#103). It also writes npm provenance into the artifact contract as a deliberate boolean rather than relying on how the toolkit coerces an unrecognised value (#104).

Every reusable workflow interface is unchanged from v0.16.0 — same inputs, same required flags, same secrets, checked workflow by workflow.

The migrated action was run end to end against a real repository with only oras stubbed, reproducing the nested context layout CI pulls: it exports render-hash matching the contract's renderHash, and produces five manifests, a five-file apply bundle and the kustomization-health metadata with every check passing.

v0.16.1 renders the deploy artifact through the same checker the pull-request
preview uses, so the artifact published on a tag and the scorecard shown on a
PR are produced by one implementation rather than two copies of the same bash.
It also records npm provenance as a boolean in the artifact contract
deliberately rather than relying on how the toolkit coerces an unrecognised
value.

Every reusable workflow interface is unchanged from v0.16.0 -- same inputs,
same required flags, same secrets.
@ExtraToast ExtraToast added the type: chore Maintenance work without intended behavior change. label Aug 20, 2026
@ExtraToast ExtraToast self-assigned this Aug 20, 2026
@ExtraToast
ExtraToast merged commit c263c31 into main Aug 20, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Maintenance work without intended behavior change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant