Merge pull request #2714 from github/mergeback/v3.28.3-to-main-dd196fa9

Mergeback v3.28.3 refs/heads/releases/v3 into main
This commit is contained in:
Angela P Wen
2025-01-22 11:34:36 -08:00
committed by GitHub
4 changed files with 8 additions and 4 deletions
+4
View File
@@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
## [UNRELEASED]
No user facing changes.
## 3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. [#2707](https://github.com/github/codeql-action/pull/2707)
- 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)
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. [#2712](https://github.com/github/codeql-action/pull/2712)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.28.3",
"version": "3.28.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "codeql",
"version": "3.28.3",
"version": "3.28.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codeql",
"version": "3.28.3",
"version": "3.28.4",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.9",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.28.3",
"version": "3.28.4",
"private": true,
"description": "CodeQL action",
"scripts": {