From b9866406721016af3b5eb6c578e8a6ae24c573a9 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Tue, 12 May 2026 19:20:48 +0100 Subject: [PATCH] Add note about `CODEQL_VERSION_ZSTD_BUNDLE` --- src/feature-flags.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/feature-flags.ts b/src/feature-flags.ts index e31f8bea7..2a94c5864 100644 --- a/src/feature-flags.ts +++ b/src/feature-flags.ts @@ -26,6 +26,9 @@ const DEFAULT_VERSION_FEATURE_FLAG_SUFFIX = "_enabled"; /** * The first version of the CodeQL Bundle that shipped with zstd-compressed bundles. + * + * This is now below the minimum version of CodeQL, but we keep this around because we currently set + * up CodeQL before checking that the version is new enough. */ export const CODEQL_VERSION_ZSTD_BUNDLE = "2.19.0";