Skip to content

Commit 8c251e7

Browse files
authored
Merge pull request #4129 from github/update-bundle/codeql-bundle-v2.27.0
Update default bundle to 2.27.0
2 parents 977e6ce + 0b7ca40 commit 8c251e7

6 files changed

Lines changed: 15 additions & 14 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
66

77
- On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. [#4124](https://github.com/github/codeql-action/pull/4124)
88
- The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native `linux-arm64` CodeQL bundle when available. [#4072](https://github.com/github/codeql-action/pull/4072)
9+
- Update default CodeQL bundle version to [2.27.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.27.0). [#4129](https://github.com/github/codeql-action/pull/4129)
910

1011
## 4.37.9 - 26 Aug 2026
1112

‎lib/defaults.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.26.4",
3-
"cliVersion": "2.26.4",
4-
"priorBundleVersion": "codeql-bundle-v2.26.3",
5-
"priorCliVersion": "2.26.3"
2+
"bundleVersion": "codeql-bundle-v2.27.0",
3+
"cliVersion": "2.27.0",
4+
"priorBundleVersion": "codeql-bundle-v2.26.4",
5+
"priorCliVersion": "2.26.4"
66
}

‎lib/entry-points.js‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql",
3-
"version": "4.37.10",
3+
"version": "4.38.0",
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {

‎src/defaults.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.26.4",
3-
"cliVersion": "2.26.4",
4-
"priorBundleVersion": "codeql-bundle-v2.26.3",
5-
"priorCliVersion": "2.26.3"
2+
"bundleVersion": "codeql-bundle-v2.27.0",
3+
"cliVersion": "2.27.0",
4+
"priorBundleVersion": "codeql-bundle-v2.26.4",
5+
"priorCliVersion": "2.26.4"
66
}

0 commit comments

Comments
 (0)