Skip to content

Bump advanced-security/codeql-development-mcp-server/.github/actions/setup-codeql-environment from 2.26.1 to 2.26.2 in the all-actions group - #426

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-actions-3519c37f27
Open

Bump advanced-security/codeql-development-mcp-server/.github/actions/setup-codeql-environment from 2.26.1 to 2.26.2 in the all-actions group#426
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-actions-3519c37f27

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-actions group with 1 update: advanced-security/codeql-development-mcp-server/.github/actions/setup-codeql-environment.

Updates advanced-security/codeql-development-mcp-server/.github/actions/setup-codeql-environment from 2.26.1 to 2.26.2

Release notes

Sourced from advanced-security/codeql-development-mcp-server/.github/actions/setup-codeql-environment's releases.

v2.26.2

What's Changed

Full Changelog: advanced-security/codeql-development-mcp-server@v2.26.1...v2.26.2

Changelog

Sourced from advanced-security/codeql-development-mcp-server/.github/actions/setup-codeql-environment's changelog.

Changelog

All notable changes to the CodeQL Development MCP Server are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning aligned with the CodeQL CLI release cadence.

Scope: Only stable (non-pre-release, non-RC) tagged versions are listed. Pre-release and release-candidate tags (e.g., v2.25.0-rc1) are omitted.

[Unreleased]

Changes on main since the latest tagged release that have not yet been included in a stable release.

[v2.26.2] — 2026-07-29

Highlights

  • Upgraded CodeQL CLI to v2.26.2 — All bundled CodeQL tool query packs were re-resolved against the v2.26.2 library set (actions-all 0.4.40, cpp-all 12.0.1, csharp-all 7.1.1, go-all 7.2.2, java-all 9.2.2, javascript-all 2.8.2, python-all 7.2.2, ruby-all 6.0.2, rust-all 0.2.18, swift-all 6.8.0). (#329)
  • Realigned Node.js support with the LTS release line — Node.js 24 is now the default development and CI runtime, Node.js 26 is tested across the build workflows, and the unsupported non-LTS Node.js 25 line has been removed from the package engine constraints. (#328)

Changed

Infrastructure & CI/CD

  • Realigned the supported Node.js versions with the Node.js LTS release line. The engines.node constraint in the root, server, and extensions/vscode package.json files moved from >=25.6.0 to ^24.15.0 || >=26.0.0, and .node-version moved from v25.6.0 to v24.18.0. Node.js 25 is no longer supported: it is a non-LTS ("Current") line, and transitive dependencies such as ini have already dropped support for it. (#328)
  • Added Node.js matrix testing to the build workflows. build-server.yml, build-and-test-client.yml, and build-and-test-extension.yml now run against both Node 24 (via .node-version) and Node 26, with the Node version surfaced in job names and $GITHUB_STEP_SUMMARY output. Each matrix entry uses two if:-guarded actions/setup-node steps so node-version is never passed as an empty string (which would otherwise take precedence over node-version-file and silently select the runner's default Node). (#328)
  • Pinned @types/node repo-wide via a root overrides entry (^24.13.3) so every workspace type-checks against a single Node typings version that matches the supported Node 24 LTS baseline. (#328)

Security

  • Upgraded the transitive brace-expansion dependency from 1.1.14 to 1.1.16, incorporating the v1 backport for CVE-2026-13149. (#320)

Dependencies

  • Upgraded the CodeQL CLI dependency to v2.26.2. All version-bearing files (including .codeql-version, the root/server/extension package.json files, the per-language codeql-pack.yml manifests, and the server VERSION constant) and all codeql-pack.lock.yml files were updated. (#329)
  • Upgraded server runtime dependencies: adm-zip 0.5.17 → 0.6.0 and js-yaml 4.1.1 → 5.2.2 (5.2.2 carries a fix for a high-severity advisory affecting 5.2.1). Both packages now ship their own type declarations, so the @types/adm-zip and @types/js-yaml devDependencies were removed. (#328)
  • Upgraded shared devDependencies across the root, server, and extensions/vscode workspaces: @types/node 25.9.1 → 24.13.3, eslint 10.4.0 → 10.7.0, eslint-plugin-prettier 5.5.5 → 5.5.6, prettier 3.8.3 → 3.9.5, typescript-eslint 8.60.0 → 8.64.0, vitest / @vitest/coverage-v8 4.1.7 → 4.1.10, and markdownlint-cli 0.48.0 → 0.49.1. (#328)
  • Upgraded VS Code extension devDependencies: @vscode/test-cli 0.0.12 → 0.0.15, @vscode/test-electron 2.5.2 → 3.0.0, and @vscode/vsce 3.9.1 → 3.9.2. (#328)
  • Upgraded Go MCP client dependencies: github.com/mark3labs/mcp-go 0.56.0 → 0.57.0, plus refreshed transitive modules (cli/safeexec, google/jsonschema-go, henvic/httpretty, lucasb-eyer/go-colorful, mattn/go-isatty, spf13/cast, spf13/pflag, thlib/go-timezone-local, and golang.org/x/{sys,term,text}). (#328)
  • Bumped hono from 4.12.25 to 4.12.31. (#323)
  • Bumped actions/setup-go from 6.5.0 to 7.0.0, actions/setup-node from 6.4.0 to 7.0.0, and softprops/action-gh-release from 3.0.1 to 3.0.2. (#325)

Full Changelog: v2.26.1...v2.26.2


[v2.26.1] — 2026-07-17

... (truncated)

Commits
  • ff3481d Update CHANGELOG.md for v2.26.2 release prep (#330)
  • ce374e1 Upgrade CodeQL CLI dependency to v2.26.2 (#329)
  • 93a77eb Upgrade NodeJS dependencies & upgrade for LTS (#328)
  • b339d97 Build(deps): bump the all-github-actions group with 3 updates (#325)
  • 0136077 Build(deps): bump hono from 4.12.25 to 4.12.31 (#323)
  • 5f720af Build(deps-dev): bump brace-expansion from 1.1.14 to 1.1.16 (#320)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…setup-codeql-environment

Bumps the all-actions group with 1 update: [advanced-security/codeql-development-mcp-server/.github/actions/setup-codeql-environment](https://github.com/advanced-security/codeql-development-mcp-server).


Updates `advanced-security/codeql-development-mcp-server/.github/actions/setup-codeql-environment` from 2.26.1 to 2.26.2
- [Release notes](https://github.com/advanced-security/codeql-development-mcp-server/releases)
- [Changelog](https://github.com/advanced-security/codeql-development-mcp-server/blob/main/CHANGELOG.md)
- [Commits](advanced-security/codeql-development-mcp-server@93ace74...ff3481d)

---
updated-dependencies:
- dependency-name: advanced-security/codeql-development-mcp-server/.github/actions/setup-codeql-environment
  dependency-version: 2.26.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants