feat(ci): check-action-versions v2 pilot#135
Merged
nerdalytics merged 1 commit intotrunkfrom Apr 20, 2026
Merged
Conversation
Runs alongside the existing per-repo workflow for parallel verification before cutover. Uses distinct branch-name / issue-title so both can run without colliding. Will be renamed and overrides removed once the pilot proves out (see plan Phase 3).
nerdalytics
added a commit
that referenced
this pull request
Apr 20, 2026
…tion (#140) Deletes the in-repo workflow and 9 action-checker scripts (scan-actions, resolve-latest, compare-actions, generate-report, manage-issue, apply-updates, commit-changes, manage-pr, close-if-current), replaced by a call to the shared composite action at nerdalytics/check-action-versions@3c70250. Pilot verified in PR #135/#136/#139 — both outdated and up-to-date paths behave identically to the pre-cutover workflow. Preserves branch-name 'automation/update-github-actions' (override, not default) so the new workflow recognizes and replaces PR #134 instead of orphaning it. Default issue-title matches existing issue #133 for auto-inherit behavior. Preserves .github/scripts/check-version.sh and check-version-sync.sh (npm/jsr version-diffing scripts, unrelated).
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.
Parallel pilot of the new reusable workflow at
nerdalytics/check-action-versions@v1. Keeps existingcheck-action-versions.ymluntouched. Phase 2 of the rollout plan.Deliberate collision avoidance vs existing workflow:
check-action-versions-v2.yml30 9 * * 1(30-min offset)branch-name: update-github-actions-v2issue-title: ... (v2 pilot)These overrides get removed in Phase 3 cutover once pilot is verified.
Do not merge yet — requires explicit Phase 2 verification first (manual dispatch, diff vs old workflow output).