From d6efb002227eff5f61cad856ed47beaf600c3b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:41:37 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 5.0.0 to 6.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5.0.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/a0853c24544627f65ddf259abe73b1d18a591444...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/codeql.yml | 2 +- .github/workflows/dependency-watch.yml | 2 +- .github/workflows/perf-enforced.yml | 8 ++++---- .github/workflows/perf-foundation.yml | 8 ++++---- .github/workflows/quality-gates.yml | 2 +- .github/workflows/sbom.yml | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 514466d..3725eb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: version: 10.28.1 - name: Setup Node.js - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: "20" cache: "pnpm" @@ -54,7 +54,7 @@ jobs: version: 10.28.1 - name: Setup Node.js - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: "20" cache: "pnpm" @@ -89,7 +89,7 @@ jobs: version: 10.28.1 - name: Setup Node.js - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: "20" cache: "pnpm" @@ -127,7 +127,7 @@ jobs: version: 10.28.1 - name: Setup Node.js - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: "20" cache: "pnpm" @@ -253,7 +253,7 @@ jobs: version: 10.28.1 - name: Setup Node.js - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: "20" cache: "pnpm" @@ -309,7 +309,7 @@ jobs: version: 10.28.1 - name: Setup Node.js - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: "20" cache: "pnpm" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2d3c59c..355bf0b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Node.js if: matrix.language == 'javascript-typescript' - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: "20" # Deliberately no `cache: "pnpm"` here: build-mode: none does not run diff --git a/.github/workflows/dependency-watch.yml b/.github/workflows/dependency-watch.yml index 6534175..9d0e758 100644 --- a/.github/workflows/dependency-watch.yml +++ b/.github/workflows/dependency-watch.yml @@ -22,7 +22,7 @@ jobs: version: 10.28.1 - name: Setup Node.js - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: "20" cache: "pnpm" diff --git a/.github/workflows/perf-enforced.yml b/.github/workflows/perf-enforced.yml index d5d6031..c6ab483 100644 --- a/.github/workflows/perf-enforced.yml +++ b/.github/workflows/perf-enforced.yml @@ -44,7 +44,7 @@ jobs: - uses: pnpm/action-setup@c5ba7f7862a0f64c1b1a05fbac13e0b8e86ba08c with: version: 10.28.1 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: 20 cache: pnpm @@ -64,7 +64,7 @@ jobs: - uses: pnpm/action-setup@c5ba7f7862a0f64c1b1a05fbac13e0b8e86ba08c with: version: 10.28.1 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: 20 cache: pnpm @@ -93,7 +93,7 @@ jobs: - uses: pnpm/action-setup@c5ba7f7862a0f64c1b1a05fbac13e0b8e86ba08c with: version: 10.28.1 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: 20 cache: pnpm @@ -111,7 +111,7 @@ jobs: - uses: pnpm/action-setup@c5ba7f7862a0f64c1b1a05fbac13e0b8e86ba08c with: version: 10.28.1 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: 20 cache: pnpm diff --git a/.github/workflows/perf-foundation.yml b/.github/workflows/perf-foundation.yml index 29968e3..394b837 100644 --- a/.github/workflows/perf-foundation.yml +++ b/.github/workflows/perf-foundation.yml @@ -15,7 +15,7 @@ jobs: - uses: pnpm/action-setup@c5ba7f7862a0f64c1b1a05fbac13e0b8e86ba08c with: version: 10.28.1 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: 20 cache: pnpm @@ -38,7 +38,7 @@ jobs: - uses: pnpm/action-setup@c5ba7f7862a0f64c1b1a05fbac13e0b8e86ba08c with: version: 10.28.1 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: 20 cache: pnpm @@ -60,7 +60,7 @@ jobs: - uses: pnpm/action-setup@c5ba7f7862a0f64c1b1a05fbac13e0b8e86ba08c with: version: 10.28.1 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: 20 cache: pnpm @@ -85,7 +85,7 @@ jobs: - uses: pnpm/action-setup@c5ba7f7862a0f64c1b1a05fbac13e0b8e86ba08c with: version: 10.28.1 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: 20 cache: pnpm diff --git a/.github/workflows/quality-gates.yml b/.github/workflows/quality-gates.yml index be51d47..f232e30 100644 --- a/.github/workflows/quality-gates.yml +++ b/.github/workflows/quality-gates.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: 20 diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 1d6d862..7c9dbec 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -23,7 +23,7 @@ jobs: version: 10.28.1 - name: Setup Node.js - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: "20" cache: "pnpm"