Skip to content

Commit 9130ce0

Browse files
authored
Merge pull request #4051 from github/update-bundle/codeql-bundle-v2.26.2
Update default bundle to 2.26.2
2 parents 18420e3 + c62d824 commit 9130ce0

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

CHANGELOG.md

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

77
- This version of the CodeQL Action adds support for the `tools` input for the `codeql-action/init` step to be specified using a `github-codeql-tools` [repository property](https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization). This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to `toolcache` to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for `tools` in the workflow definition always takes precedence unless the value of the repository property starts with `!`. [#4037](https://github.com/github/codeql-action/pull/4037)
8+
- Update default CodeQL bundle version to [2.26.2](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.2). [#4051](https://github.com/github/codeql-action/pull/4051)
89

910
## 4.37.3 - 22 Jul 2026
1011

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.1",
3-
"cliVersion": "2.26.1",
4-
"priorBundleVersion": "codeql-bundle-v2.26.0",
5-
"priorCliVersion": "2.26.0"
2+
"bundleVersion": "codeql-bundle-v2.26.2",
3+
"cliVersion": "2.26.2",
4+
"priorBundleVersion": "codeql-bundle-v2.26.1",
5+
"priorCliVersion": "2.26.1"
66
}

lib/entry-points.js

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

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.1",
3-
"cliVersion": "2.26.1",
4-
"priorBundleVersion": "codeql-bundle-v2.26.0",
5-
"priorCliVersion": "2.26.0"
2+
"bundleVersion": "codeql-bundle-v2.26.2",
3+
"cliVersion": "2.26.2",
4+
"priorBundleVersion": "codeql-bundle-v2.26.1",
5+
"priorCliVersion": "2.26.1"
66
}

0 commit comments

Comments
 (0)