Skip to content

Bump the all-actions group with 3 updates - #420

Merged
data-douser merged 2 commits into
mainfrom
dependabot/github_actions/all-actions-06f6496481
Jul 30, 2026
Merged

Bump the all-actions group with 3 updates#420
data-douser merged 2 commits into
mainfrom
dependabot/github_actions/all-actions-06f6496481

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-actions group with 3 updates: actions/checkout, actions/setup-python and advanced-security/codeql-development-mcp-server/.github/actions/setup-codeql-environment.

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates actions/setup-python from 6.3.0 to 7.0.0

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

Commits

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

Release notes

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

v2.26.1

What's Changed

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

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.

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)

Dependencies

  • 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)

[v2.26.1] — 2026-07-17

Highlights

  • Upgraded CodeQL CLI to v2.26.1 — All bundled CodeQL tool query packs were re-resolved against the v2.26.1 library set (actions-all 0.4.39, cpp-all 12.0.0, csharp-all 7.1.0, go-all 7.2.1, java-all 9.2.1, javascript-all 2.8.1, python-all 7.2.1, ruby-all 6.0.1, rust-all 0.2.17, swift-all 6.7.2), and every language's query unit tests pass under the new CLI. (#314)
  • Ruby and Rust tool packs are back on their latest upstream library sets — The codeql/namebinding dependency that blocked the ruby-all and rust-all upgrades in v2.26.0 is now published to the public GitHub Container Registry, so both packs move off their pinned versions (ruby-all 5.2.2 → 6.0.1, rust-all 0.2.15 → 0.2.17) and compile and test cleanly under 2.26.1. (#314)

Fixed

  • Ruby PrintAST and PrintCFG unit tests failed after the ruby-all 6.0.1 upgrade. Regenerated the ruby PrintAST.expected and PrintCFG.expected baselines to match the output produced by the new library set under CLI 2.26.1. (#314)

Dependencies

  • Upgraded the CodeQL CLI dependency to v2.26.1. All version-bearing files (.codeql-version, the root/server/extension package.json files, the per-language codeql-pack.yml manifests, and the server VERSION constant) and the codeql-pack.lock.yml lock files were updated. (#314)
  • Bumped the Go MCP client dependency github.com/mark3labs/mcp-go from 0.55.1 to 0.56.0. (#313)

Full Changelog: v2.26.0...v2.26.1


... (truncated)

Commits

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

Bumps the all-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [advanced-security/codeql-development-mcp-server/.github/actions/setup-codeql-environment](https://github.com/advanced-security/codeql-development-mcp-server).


Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

Updates `actions/setup-python` from 6.3.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@ece7cb0...5fda3b9)

Updates `advanced-security/codeql-development-mcp-server/.github/actions/setup-codeql-environment` from 2.26.0 to 2.26.1
- [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@65a6c42...93ace74)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: advanced-security/codeql-development-mcp-server/.github/actions/setup-codeql-environment
  dependency-version: 2.26.1
  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 Jul 29, 2026
@data-douser
data-douser merged commit 353d4b0 into main Jul 30, 2026
19 checks passed
@data-douser
data-douser deleted the dependabot/github_actions/all-actions-06f6496481 branch July 30, 2026 16:50
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.

1 participant