Skip to content

docs(changelog): fix stale trustabl/actions repo references#3

Merged
jhumel-code merged 1 commit into
mainfrom
docs/changelog-repo-name
Jun 4, 2026
Merged

docs(changelog): fix stale trustabl/actions repo references#3
jhumel-code merged 1 commit into
mainfrom
docs/changelog-repo-name

Conversation

@jhumel-code

Copy link
Copy Markdown
Collaborator

What changed

Fixes stale repository references in CHANGELOG.md:

  • The minimal-usage example used uses: trustabl/actions@v0.1.0, and the three release compare-links pointed at github.com/trustabl/actions/releases/... — that org/repo path 404s. The actual repository is trustabl/trustabl-action. All stale references are repointed.
  • Added the missing [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/actions is not a real repository, so the usage example would mislead users and the release links 404.

Reviewer notes

  • Docs-only — no code, action.yml, workflow, or dist/ changes.
  • Historical [0.1.x] changelog entries are left intact (they correctly record the v1 composite action as it shipped at the time).
  • Not included here (separate code/CI follow-ups surfaced in the same audit): MIN_ENGINE_VERSION = '0.0.0' in src/install.ts makes the "engine too old" warning inert, and selftest.yml is pinned to engine v0.1.2 + rules ref pre-mcp pending an engine release that knows the mcp rule category (fix(rules): accept the mcp policy category trustabl#12).

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.
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

Trustabl scan

trustabl/trustabl-action · docs/changelog-repo-name · 0 findings

Readiness now   🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩   100 / 100

Findings by severity

Severity Count
critical 0 ▱▱▱▱▱▱▱▱
high 0 ▱▱▱▱▱▱▱▱
medium 0 ▱▱▱▱▱▱▱▱
low 0 ▱▱▱▱▱▱▱▱
info 0 ▱▱▱▱▱▱▱▱
Metric Value
Repository trustabl/trustabl-action
Branch docs/changelog-repo-name
Readiness score 100
Risk score 0
Findings 0
Max severity none
Native exit 0
Rules version fd790fa276dd57b810d1ef883d5a2f5f14a35a4c

✅ Passed scanning

@jhumel-code jhumel-code merged commit ad69fa2 into main Jun 4, 2026
5 checks passed
@jhumel-code jhumel-code deleted the docs/changelog-repo-name branch June 8, 2026 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants