From 3b530c6e9331ce1d531501e1c8c444d505d52083 Mon Sep 17 00:00:00 2001 From: Padraic Slattery Date: Thu, 19 Feb 2026 17:22:37 +0100 Subject: [PATCH] chore: Pin GitHub Actions to commit SHAs --- .github/workflows/quality.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 9cbf820..c04b611 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v4 - name: Setup pnpm uses: pnpm/action-setup@v4 @@ -27,7 +27,7 @@ jobs: run_install: true - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 #v4 with: node-version: ${{ matrix.node }} cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 210ebe1..f3770cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v4 - name: Setup pnpm uses: pnpm/action-setup@v4 @@ -22,7 +22,7 @@ jobs: run_install: true - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 #v4 with: node-version: 24 cache: pnpm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7114064..02b6ef0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v4 - name: Setup pnpm uses: pnpm/action-setup@v4 @@ -26,7 +26,7 @@ jobs: run_install: true - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 #v4 with: node-version: ${{ matrix.node }} cache: pnpm