From 4735a6a92c47379a6eb4e61488ead3ea466faaa8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Apr 2026 01:53:20 +0000 Subject: [PATCH] fix: pin pnpm action in workflows Agent-Logs-Url: https://github.com/z-shell/wiki/sessions/bd69b14f-ad5b-4221-a431-efaef7777bf6 Co-authored-by: ss-o <59910950+ss-o@users.noreply.github.com> --- .github/workflows/ci-perf.yml | 4 ++-- .github/workflows/pages-deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-perf.yml b/.github/workflows/ci-perf.yml index 8fa292a38..5458621e2 100644 --- a/.github/workflows/ci-perf.yml +++ b/.github/workflows/ci-perf.yml @@ -50,7 +50,7 @@ jobs: with: fetch-depth: 0 - name: "📦 Setup pnpm" - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@f40ffcd9367d9f12939873eb1018b921a783ffaa # v4 - name: "⎔ Setup node" uses: actions/setup-node@v4 with: @@ -76,7 +76,7 @@ jobs: with: fetch-depth: 0 - name: "📦 Setup pnpm" - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@f40ffcd9367d9f12939873eb1018b921a783ffaa # v4 - name: "⎔ Setup node" uses: actions/setup-node@v4 with: diff --git a/.github/workflows/pages-deployment.yaml b/.github/workflows/pages-deployment.yaml index 295d26a03..cf5df945a 100644 --- a/.github/workflows/pages-deployment.yaml +++ b/.github/workflows/pages-deployment.yaml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 0 - name: "📦 Setup pnpm" - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@f40ffcd9367d9f12939873eb1018b921a783ffaa # v4 - name: "⎔ Setup node" uses: actions/setup-node@v4 with: