From cd9f89a7a08d3200c72aa35b563cccb98ec2467b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:15:53 +0000 Subject: [PATCH] Build(deps): bump actions/setup-node from 6.3.0 to 6.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test-client.yml | 4 ++-- .github/workflows/build-and-test-extension.yml | 2 +- .github/workflows/build-server.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/lint-and-format.yml | 2 +- .github/workflows/query-unit-tests-swift.yml | 2 +- .github/workflows/query-unit-tests.yml | 2 +- .github/workflows/release-npm.yml | 2 +- .github/workflows/release-tag.yml | 2 +- .github/workflows/release-vsix.yml | 2 +- .github/workflows/update-codeql.yml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-and-test-client.yml b/.github/workflows/build-and-test-client.yml index b6d4d88d..37a67730 100644 --- a/.github/workflows/build-and-test-client.yml +++ b/.github/workflows/build-and-test-client.yml @@ -98,7 +98,7 @@ jobs: go-version-file: 'client/go.mod' - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.node-version' @@ -208,7 +208,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.node-version' diff --git a/.github/workflows/build-and-test-extension.yml b/.github/workflows/build-and-test-extension.yml index 296ba8e1..b9f4416f 100644 --- a/.github/workflows/build-and-test-extension.yml +++ b/.github/workflows/build-and-test-extension.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.node-version' diff --git a/.github/workflows/build-server.yml b/.github/workflows/build-server.yml index acaf06a1..04352220 100644 --- a/.github/workflows/build-server.yml +++ b/.github/workflows/build-server.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Build Server - Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.node-version' diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index c95a3cab..8cb971a6 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -40,7 +40,7 @@ jobs: # token: ${{ secrets.QL_DEV_TOKEN }} - name: Copilot Setup - Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.node-version' diff --git a/.github/workflows/lint-and-format.yml b/.github/workflows/lint-and-format.yml index 1a5fc623..ecbbf6a7 100644 --- a/.github/workflows/lint-and-format.yml +++ b/.github/workflows/lint-and-format.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Lint and Format - Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.node-version' diff --git a/.github/workflows/query-unit-tests-swift.yml b/.github/workflows/query-unit-tests-swift.yml index 559a954f..9516f766 100644 --- a/.github/workflows/query-unit-tests-swift.yml +++ b/.github/workflows/query-unit-tests-swift.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Query Unit Tests - swift - Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.node-version' diff --git a/.github/workflows/query-unit-tests.yml b/.github/workflows/query-unit-tests.yml index 2f631968..c3f8f215 100644 --- a/.github/workflows/query-unit-tests.yml +++ b/.github/workflows/query-unit-tests.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Query Unit Tests - ${{ matrix.language }} - Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.node-version' diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 74265c0a..1bb005af 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -59,7 +59,7 @@ jobs: ref: refs/tags/${{ steps.version.outputs.version }} - name: npm - Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.node-version' diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 8c2b2b02..9f8a2aca 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -98,7 +98,7 @@ jobs: - name: Tag - Setup Node.js if: steps.check-tag.outputs.tag_exists != 'true' - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.node-version' diff --git a/.github/workflows/release-vsix.yml b/.github/workflows/release-vsix.yml index decfa9dd..52f4178e 100644 --- a/.github/workflows/release-vsix.yml +++ b/.github/workflows/release-vsix.yml @@ -60,7 +60,7 @@ jobs: ref: refs/tags/${{ steps.version.outputs.version }} - name: VSIX - Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.node-version' diff --git a/.github/workflows/update-codeql.yml b/.github/workflows/update-codeql.yml index ac074fce..ec3f2c1c 100644 --- a/.github/workflows/update-codeql.yml +++ b/.github/workflows/update-codeql.yml @@ -133,7 +133,7 @@ jobs: install-language-runtimes: false - name: Update - Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: 'npm' node-version-file: '.node-version'