From 0d6ae169c689d0d0af3326192e1ffcad3cd423df Mon Sep 17 00:00:00 2001 From: Sam Browning <106113886+sabrowning1@users.noreply.github.com> Date: Thu, 8 Feb 2024 08:25:55 -0500 Subject: [PATCH] Remove GHAE frontmatter versioning from `config.json` (#49099) --- src/codeql-cli/lib/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/codeql-cli/lib/config.json b/src/codeql-cli/lib/config.json index eef69593b2..1b6a8041ef 100644 --- a/src/codeql-cli/lib/config.json +++ b/src/codeql-cli/lib/config.json @@ -2,7 +2,6 @@ "frontmatterDefaults": { "versions": { "fpt": "*", - "ghae": "*", "ghec": "*", "ghes": "*" },