From 3fa30132f2630eae316c01f2edda9f33dc0a09a6 Mon Sep 17 00:00:00 2001 From: nerdalytics <97166791+nerdalytics@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:11:51 +0000 Subject: [PATCH] chore(core): update 1 GitHub Action(s) to latest versions Updates actions to SHA-pinned versions for security. See workflow file changes for details. --- .github/workflows/build-test-publish.yml | 6 +++--- .github/workflows/update-dependencies-cache.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index f790c44..25e98f4 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -22,7 +22,7 @@ jobs: with: node-version: 24.x - id: cache-dependencies - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: node_modules key: ${{ runner.os }}-node-24.x-${{ hashFiles('**/package-lock.json') }} @@ -59,7 +59,7 @@ jobs: with: node-version: '${{ matrix.node-version }}' - id: cache-dependencies - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: node_modules key: >- @@ -115,7 +115,7 @@ jobs: node-version: 24.x registry-url: 'https://registry.npmjs.org/' - id: cache-dependencies - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: node_modules key: ${{ runner.os }}-node-24.x-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/update-dependencies-cache.yml b/.github/workflows/update-dependencies-cache.yml index 6d7135f..b1ddaf6 100644 --- a/.github/workflows/update-dependencies-cache.yml +++ b/.github/workflows/update-dependencies-cache.yml @@ -23,7 +23,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - id: cache-dependencies - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: node_modules key: >-