Merge pull request #3321 from github/update-bundle/codeql-bundle-v2.23.6 · github/codeql-action@ec2ee57

11 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th

44
55

## [UNRELEASED]

66
7-

No user facing changes.

7+

- Update default CodeQL bundle version to 2.23.6. [#3321](https://github.com/github/codeql-action/pull/3321)

88
99

## 4.31.4 - 18 Nov 2025

1010
Original file line numberDiff line numberDiff line change

@@ -1,6 +1,6 @@

11

{

2-

"bundleVersion": "codeql-bundle-v2.23.5",

3-

"cliVersion": "2.23.5",

4-

"priorBundleVersion": "codeql-bundle-v2.23.3",

5-

"priorCliVersion": "2.23.3"

2+

"bundleVersion": "codeql-bundle-v2.23.6",

3+

"cliVersion": "2.23.6",

4+

"priorBundleVersion": "codeql-bundle-v2.23.5",

5+

"priorCliVersion": "2.23.5"

66

}