From baf118e1816ccc24c070c7f8ccce1bc6f39c547c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 17:04:56 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/chromatic.yml | 6 +++--- .github/workflows/release.yml | 8 ++++---- .github/workflows/test.yml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 361b4cf..85a3646 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 @@ -26,7 +26,7 @@ jobs: run: npm install -g corepack@latest --force && corepack enable - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version: 24.11.1 cache: 'pnpm' @@ -38,7 +38,7 @@ jobs: run: pnpm run build-storybook - name: Run Chromatic - uses: chromaui/action@latest + uses: chromaui/action@f191a0224b10e1a38b2091cefb7b7a2337009116 # latest with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} # Use the pre-built Storybook diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef56dd6..72686f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,10 +19,10 @@ jobs: environment: npm steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version: 24.11.1 @@ -39,11 +39,11 @@ jobs: run: pnpm install - name: Publish - uses: JS-DevTools/npm-publish@v4 + uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4 with: token: empty - name: Create GitHub Release - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1 with: generateReleaseNotes: "true" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68b6f16..eacc27c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,13 +21,13 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install Pnpm run: npm install -g corepack@latest --force && corepack enable - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version: 24.11.1 cache: "pnpm"