From c6e39569a21e0bb050525d30578502d1173367bd Mon Sep 17 00:00:00 2001 From: Chris <51251284+BitL8-ByteShort@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:02:37 -0400 Subject: [PATCH] Pin GitHub Actions to immutable revisions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffbe488..161c6f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,10 @@ jobs: steps: - name: Check out source - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: ${{ matrix.node-version }} cache: npm