docs(changelog): fix stale trustabl/actions repo references#3
Merged
Conversation
The minimal-usage example and the release compare-links pointed at github.com/trustabl/actions, which 404s — the repository is trustabl/trustabl-action. Repoint the stale references and add the missing [0.2.0] footer link for the current release.
Trustabl scan
Readiness now 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 Findings by severity
✅ Passed scanning |
trustabl
approved these changes
Jun 4, 2026
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.
What changed
Fixes stale repository references in
CHANGELOG.md:uses: trustabl/actions@v0.1.0, and the three release compare-links pointed atgithub.com/trustabl/actions/releases/...— that org/repo path 404s. The actual repository istrustabl/trustabl-action. All stale references are repointed.[0.2.0]footer compare-link for the current release (the older[0.1.x]links were present, but[0.2.0]was absent).Why
A documentation audit across the Trustabl repos found these broken links.
trustabl/actionsis not a real repository, so the usage example would mislead users and the release links 404.Reviewer notes
action.yml, workflow, ordist/changes.[0.1.x]changelog entries are left intact (they correctly record the v1 composite action as it shipped at the time).MIN_ENGINE_VERSION = '0.0.0'insrc/install.tsmakes the "engine too old" warning inert, andselftest.ymlis pinned to enginev0.1.2+ rules refpre-mcppending an engine release that knows themcprule category (fix(rules): accept the mcp policy category trustabl#12).