diff --git a/.github/workflows/github-release-assets.yml b/.github/workflows/github-release-assets.yml index 901ad3b..549eb73 100644 --- a/.github/workflows/github-release-assets.yml +++ b/.github/workflows/github-release-assets.yml @@ -58,7 +58,7 @@ jobs: # actions/checkout v5, pinned by immutable commit SHA. - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # actions/setup-node v5, pinned by immutable commit SHA. - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: "22.14.0" # dtolnay/rust-toolchain, pinned by immutable commit SHA. diff --git a/.github/workflows/npm-github-packages-release.yml b/.github/workflows/npm-github-packages-release.yml index 613eb59..7f99355 100644 --- a/.github/workflows/npm-github-packages-release.yml +++ b/.github/workflows/npm-github-packages-release.yml @@ -46,7 +46,7 @@ jobs: with: ref: ${{ github.event_name == 'release' && github.event.release.tag_name || github.ref }} # actions/setup-node v5, pinned by immutable commit SHA. - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: "22.14.0" registry-url: https://npm.pkg.github.com diff --git a/.github/workflows/npm-prerelease.yml b/.github/workflows/npm-prerelease.yml index e375b20..01ede7e 100644 --- a/.github/workflows/npm-prerelease.yml +++ b/.github/workflows/npm-prerelease.yml @@ -52,7 +52,7 @@ jobs: # actions/checkout v5, pinned by immutable commit SHA. - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # actions/setup-node v5, pinned by immutable commit SHA. - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: "22.14.0" # dtolnay/rust-toolchain, pinned by immutable commit SHA.