Use the shared gha workflows and actions - #84
Closed
yama6a wants to merge 1 commit into
Closed
Conversation
yama6a
force-pushed
the
adopt-shared-gha
branch
from
September 13, 2026 15:49
afeba4f to
f0d1350
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Four local copies replaced: renovate.yaml becomes a call to the reusable workflow, and the shell, yaml and renovate-config jobs become
actions/shellcheck,actions/yaml-checksandactions/validate-renovate-config. The helm job keeps its parallel render loop but gets kubeconform fromactions/kubeconformin install-only mode, using the exportedKUBECONFORM_ARGS.RENOVATE_ALLOWED_COMMANDSmoves to the reusable workflow'sallowed-commandsinput, same value. It stays in the workflow rather than renovate.json5 for the same reason as before: a routine config PR must not be able to smuggle in a command for the job to run.The caller-level
concurrency: {group: renovate}is dropped on purpose. The reusable workflow declares that group itself, and a caller holding the same group deadlocks the call.Job names are unchanged, so the four required-check contexts on main still match.