From 45e556f80146cb63890b8d59a8a02509bcecef84 Mon Sep 17 00:00:00 2001 From: Nic Waller Date: Mon, 8 Jun 2026 11:13:59 -0700 Subject: [PATCH] fix(PL-6101): use upstream TriPSs/conventional-changelog-action Switch from nestoca fork to upstream TriPSs/conventional-changelog-action pinned to commit SHA for supply-chain safety. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/build-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish.yaml b/.github/workflows/build-publish.yaml index 193edd2..779fd49 100644 --- a/.github/workflows/build-publish.yaml +++ b/.github/workflows/build-publish.yaml @@ -124,7 +124,7 @@ jobs: - name: Generate changelog and tag release id: changelog - uses: nestoca/conventional-changelog-action@633dae602dcd3203777969e935995deb7d9d832f # releases/v5 + uses: TriPSs/conventional-changelog-action@3c4970b6573374889b897403d2f1278c395ea0df # releases/v5 with: input-file: CHANGELOG.md output-file: CHANGELOG.md