From 4a63618cc22b27bfd25acbd85d96e36cff62aeee Mon Sep 17 00:00:00 2001 From: Jan Kubica Date: Fri, 24 Jul 2026 14:49:36 +0200 Subject: [PATCH] chore: adopt central release policy v1.3.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release-pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be46a24b..b7e9f12d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Enforce release intent # The repository owner publishes this versioned shared contract. - uses: stella/.github/.github/actions/changeset-policy@v1.0.0 # zizmor: ignore[unpinned-uses] + uses: stella/.github/.github/actions/changeset-policy@c47bb87cc82047b5fdc2540983148d4e3efa9a37 # v1.3.0 with: release-paths: | packages/docx-core/src/** diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6ad6a95f..54692b73 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,7 @@ jobs: contents: write # Create immutable package tags and GitHub releases. id-token: write # npm trusted publishing; build scripts ran without this permission. # The repository owner publishes this versioned shared contract. - uses: stella/.github/.github/workflows/npm-independent-release.yml@v1.0.0 # zizmor: ignore[unpinned-uses] + uses: stella/.github/.github/workflows/npm-independent-release.yml@c47bb87cc82047b5fdc2540983148d4e3efa9a37 # v1.3.0 with: artifact-pattern: npm-tarball-* package-files: | diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index c6e12ab1..c5f1e72f 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -16,7 +16,7 @@ jobs: permissions: contents: read # The repository owner publishes this versioned shared contract. - uses: stella/.github/.github/workflows/changeset-release-pr.yml@v1.0.0 # zizmor: ignore[unpinned-uses] + uses: stella/.github/.github/workflows/changeset-release-pr.yml@c47bb87cc82047b5fdc2540983148d4e3efa9a37 # v1.3.0 with: bun-version-file: package.json secrets: