From 25a3829e6e497b8c183beb006b3e162a75e39e7c Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 26 Oct 2023 11:09:28 +0100 Subject: [PATCH] Fix comment --- lib/codeql.js | 2 +- src/codeql.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/codeql.js b/lib/codeql.js index f4c4292b48..3ff0565462 100644 --- a/lib/codeql.js +++ b/lib/codeql.js @@ -92,7 +92,7 @@ const GHES_MOST_RECENT_DEPRECATION_DATE = "2023-09-12"; * flag is older than the oldest supported version above, it may be removed. */ /** - * Versions 2.13.3+ of the CodeQL CLI support exporting a failed SARIF file via + * Versions 2.11.3+ of the CodeQL CLI support exporting a failed SARIF file via * `codeql database export-diagnostics` or `codeql diagnostics export`. */ exports.CODEQL_VERSION_EXPORT_FAILED_SARIF = "2.11.3"; diff --git a/src/codeql.ts b/src/codeql.ts index bdbaf084f9..5a6eb89566 100644 --- a/src/codeql.ts +++ b/src/codeql.ts @@ -317,7 +317,7 @@ const GHES_MOST_RECENT_DEPRECATION_DATE = "2023-09-12"; */ /** - * Versions 2.13.3+ of the CodeQL CLI support exporting a failed SARIF file via + * Versions 2.11.3+ of the CodeQL CLI support exporting a failed SARIF file via * `codeql database export-diagnostics` or `codeql diagnostics export`. */ export const CODEQL_VERSION_EXPORT_FAILED_SARIF = "2.11.3";