Skip to content

Commit dd196fa

Browse files
authored
Merge pull request #2713 from github/update-v3.28.3-23ec3afaf
Merge main into releases/v3
2 parents d68b2d4 + 23d07bb commit dd196fa

20 files changed

+181
-68
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
44

5+
## 3.28.3 - 22 Jan 2025
6+
7+
- Update default CodeQL bundle version to 2.20.2. [#2707](https://github.com/github/codeql-action/pull/2707)
8+
- 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)
9+
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. [#2712](https://github.com/github/codeql-action/pull/2712)
10+
511
## 3.28.2 - 21 Jan 2025
612

713
No user facing changes.

Diff for: lib/debug-artifacts.js

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

Diff for: lib/debug-artifacts.js.map

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

Diff for: 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
}

0 commit comments

Comments
 (0)