chore(ci): cut over to nerdalytics/check-action-versions composite action#140
Merged
nerdalytics merged 1 commit intotrunkfrom Apr 20, 2026
Merged
Conversation
…tion 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.
Phase 3 of the rollout plan: remove the in-repo workflow and 9 action-checker scripts, replace with a call to the shared composite action at
nerdalytics/check-action-versions@3c702505657a6f6bc0eafe3f65dc673dec7efb4a # v1.Net changes:
.github/workflows/check-action-versions.yml(old, in-repo scripts).github/scripts/*.sh(scan-actions, resolve-latest, compare-actions, generate-report, manage-issue, apply-updates, commit-changes, manage-pr, close-if-current).github/workflows/check-action-versions-v2.yml->.github/workflows/check-action-versions.yml, with config updates (cron restored, name suffix dropped,branch-namepreserved asautomation/update-github-actionsfor PR chore(core): update GitHub Actions to latest versions #134 continuity,issue-titledefault restored for Security: Outdated GitHub Actions detected #133 continuity)Preserved (unrelated to action-version checking):
.github/scripts/check-version.sh(npm/jsr version diff).github/scripts/check-version-sync.sh(npm/jsr version sync)Validation done in Phase 2 pilot. After merge, the next scheduled or manual run will auto-update issue #133 and replace PR #134 with fresh output from the composite action.