From 00f0267fb7693faeeeb1ac4eaffe215f81245f18 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Mon, 8 Jun 2026 19:51:51 +0200 Subject: [PATCH] Pin third-party GitHub Actions to SHAs --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26764fb..94b97df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - run: npm install -g npm@11.5.1 - run: corepack enable - run: corepack yarn - - uses: changesets/action@v1 + - uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d with: version: corepack yarn changeset version publish: corepack yarn changeset publish