fix: migrate action references and checkout repository to Consensys-Incorporated - #1
Merged
joshuafernandes merged 2 commits intoSep 7, 2026
Conversation
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.
Description
This PR updates references from the legacy
Consensys/ConsenSysorganization toConsensys-Incorporated.Summary of Changes
Renovatebot Workflow (
.github/workflows/renovatebot.yml):ConsenSys/github-actions/renovatebottoConsensys-Incorporated/github-actions/renovatebot.Composite Actions (
*/action.yml):Checkout tools repostep (repository: Consensys/github-actions->repository: Consensys-Incorporated/github-actions) across 17 composite actions:dockerhub-scan-push/action.ymldocs-build/action.ymldocs-case-check/action.ymldocs-firecrawl-llm/action.ymldocs-link-check/action.ymldocs-lint-markdown/action.ymldocs-pages-deploy/action.ymldocs-pages-pr-deploy/action.ymldocs-release/action.ymldocs-spelling-check/action.ymlecr-scan-push/action.ymljs-dependency-review/action.ymlmm-security-scanner/action.ymlrenovatebot/action.ymlslack-notify/action.ymltrivy-update-cache/action.ymltrivy/action.ymlDocumentation:
README.mdto point toConsensys-Incorporated/github-actions.Note
Medium Risk
Mechanical org rename, but it affects central CI checkout paths and security workflows—failures would break many pipelines if the new org repo or permissions are misconfigured.
Overview
This PR retargets the shared actions repo from the legacy
Consensys/ConsenSysGitHub org toConsensys-Incorporated/github-actions, without changing pinned commit SHAs or action logic.The Renovatebot workflow now calls
Consensys-Incorporated/github-actions/renovatebot@…instead ofConsenSys/github-actions/renovatebot@…. README link is updated to the new org URL.Across 17 composite actions, the Checkout tools repo step’s
repository:value is switched fromConsensys/github-actionstoConsensys-Incorporated/github-actions(docs, container scan/push, Trivy, Renovate, Slack, dependency review, MetaMask security scanner, etc.).Reviewed by Cursor Bugbot for commit c60e4e8. Bugbot is set up for automated code reviews on this repo. Configure here.