From 772d21d1c7dd757f7bb4e9e4d05e87f7bd916227 Mon Sep 17 00:00:00 2001 From: Ian Jhumel Bautista Date: Thu, 4 Jun 2026 20:10:38 +0800 Subject: [PATCH] docs(changelog): fix stale trustabl/actions repo references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d2273..905a928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -164,7 +164,7 @@ and gates the pipeline on readiness, risk, or severity thresholds. `findings-count`, `exit-code`, `sarif-file`, `json-file`, `artifact-name` for downstream steps. - **Zero-config defaults** — minimum call is - `uses: trustabl/actions@v0.1.0` after `actions/checkout`. Every input has a + `uses: trustabl/trustabl-action@v0.1.0` after `actions/checkout`. Every input has a sensible default. - **`.gitignore`** — excludes Claude / agent tooling artifacts (`CLAUDE.md`, `.claude/`, `.anthropic/`) and local scan outputs @@ -202,6 +202,7 @@ and gates the pipeline on readiness, risk, or severity thresholds. need `gh`, `jq`, `curl`, `tar` (and `unzip` on Windows) available on PATH. -[0.1.2]: https://github.com/trustabl/actions/releases/tag/v0.1.2 -[0.1.1]: https://github.com/trustabl/actions/releases/tag/v0.1.1 -[0.1.0]: https://github.com/trustabl/actions/releases/tag/v0.1.0 +[0.2.0]: https://github.com/trustabl/trustabl-action/releases/tag/v0.2.0 +[0.1.2]: https://github.com/trustabl/trustabl-action/releases/tag/v0.1.2 +[0.1.1]: https://github.com/trustabl/trustabl-action/releases/tag/v0.1.1 +[0.1.0]: https://github.com/trustabl/trustabl-action/releases/tag/v0.1.0