From 4ee691d0d6a201fe03c5757de6f2a016c9fff937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Papp?= Date: Wed, 17 Jun 2026 12:41:14 +0200 Subject: [PATCH] ci: pin pnpm/action-setup to commit SHA Match the SHA-pinning convention used for other third-party actions in the workflows. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 556c505b0..cc9f9d2fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -362,7 +362,7 @@ jobs: node-version: '22' - name: Set up pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: version: 11 @@ -468,7 +468,7 @@ jobs: with: node-version: '22' - name: Set up pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: version: 11 - name: Install wails3 CLI