Skip to content

Commit 3505f81

Browse files
committed
Merge branch 'main' into henrymercer/fix-extension-assumption
2 parents 07d3298 + 1645dbd commit 3505f81

File tree

7 files changed

+27
-16
lines changed

7 files changed

+27
-16
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
## [UNRELEASED]
66

7+
- Update default CodeQL bundle version to 2.20.2. [#2707](https://github.com/github/codeql-action/pull/2707)
78
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the [CodeQL Action sync tool](https://github.com/github/codeql-action-sync-tool) and the Actions runner did not have Zstandard installed. [#2710](https://github.com/github/codeql-action/pull/2710)
89

910
## 3.28.2 - 21 Jan 2025

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.20.1",
3-
"cliVersion": "2.20.1",
4-
"priorBundleVersion": "codeql-bundle-v2.20.0",
5-
"priorCliVersion": "2.20.0"
2+
"bundleVersion": "codeql-bundle-v2.20.2",
3+
"cliVersion": "2.20.2",
4+
"priorBundleVersion": "codeql-bundle-v2.20.1",
5+
"priorCliVersion": "2.20.1"
66
}

node_modules/.package-lock.json

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/undici/lib/fetch/body.js

+9-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/undici/package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.20.1",
3-
"cliVersion": "2.20.1",
4-
"priorBundleVersion": "codeql-bundle-v2.20.0",
5-
"priorCliVersion": "2.20.0"
2+
"bundleVersion": "codeql-bundle-v2.20.2",
3+
"cliVersion": "2.20.2",
4+
"priorBundleVersion": "codeql-bundle-v2.20.1",
5+
"priorCliVersion": "2.20.1"
66
}

0 commit comments

Comments
 (0)