From b0814e644bedbaf012a3efd98a135a4f1b575b72 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 22 Jan 2025 12:35:37 +0000 Subject: [PATCH] Add changelog note --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 540baed193..86d66ced11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] -No user facing changes. +- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance where the CodeQL Bundle has been synced to the instance using the [CodeQL Action sync tool](https://github.com/github/codeql-action-sync-tool) and the Actions runner does not have Zstandard installed. [#2710](https://github.com/github/codeql-action/pull/2710) ## 3.28.2 - 21 Jan 2025