From e45a3565d487aba46bf0739f1feda42acd496617 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 21:42:27 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/autofix.yml | 6 +++--- .github/workflows/ci.yml | 8 ++++---- .github/workflows/publish.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index d4a356c..55f6e4a 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -12,11 +12,11 @@ jobs: autofix: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 - run: npm i -fg corepack && corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 24 + node-version: 24.21.0 cache: "pnpm" - run: pnpm install - run: pnpm lint:fix diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bc8237..beb4204 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,15 +12,15 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 - run: npm i -fg corepack && corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 24 + node-version: 24.21.0 cache: "pnpm" - run: pnpm install - run: pnpm lint - run: pnpm test:types - run: pnpm build - run: pnpm vitest --coverage - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5.5.5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ae12b86..c6c844d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 24 + node-version: 24.21.0 registry-url: https://registry.npmjs.org package-manager-cache: false - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0