From af7c99b07a634dc2ccdd9dcf2375527e8101dd33 Mon Sep 17 00:00:00 2001 From: Jan Kubica Date: Fri, 24 Jul 2026 14:59:18 +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 b032cb4..d81bbdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Enforce release intent # The repository owner publishes this versioned shared contract. - uses: stella/.github/.github/actions/changeset-policy@v1.2.0 # zizmor: ignore[unpinned-uses] + uses: stella/.github/.github/actions/changeset-policy@c47bb87cc82047b5fdc2540983148d4e3efa9a37 # v1.3.0 with: release-paths: | packages/typescript-config/** diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6c388fe..d9e51d3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -85,7 +85,7 @@ jobs: contents: write id-token: write # Keep this caller filename stable: npm trusted publishing authorizes it. - uses: stella/.github/.github/workflows/npm-independent-release.yml@v1.2.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 22dd511..c5f1e72 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.2.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: