From 177a5796c950f6049706a9495da7a340b9993425 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 7 Jul 2023 13:00:29 +0100 Subject: [PATCH] Tweak doc 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 b35b4c90f..00dcaa3b8 100644 --- a/lib/codeql.js +++ b/lib/codeql.js @@ -100,7 +100,7 @@ exports.CODEQL_VERSION_INIT_WITH_QLCONFIG = "2.12.4"; */ exports.CODEQL_VERSION_RESOLVE_ENVIRONMENT = "2.13.4"; /** - * Versions 2.13.4+ of the CodeQL CLI had a semantically versioned CodeQL Bundle. + * Versions 2.13.4+ of the CodeQL CLI have an associated CodeQL Bundle release that is semantically versioned. */ exports.CODEQL_VERSION_BUNDLE_SEMANTICALLY_VERSIONED = "2.13.4"; /** diff --git a/src/codeql.ts b/src/codeql.ts index c9ad5938b..601516cb2 100644 --- a/src/codeql.ts +++ b/src/codeql.ts @@ -316,7 +316,7 @@ export const CODEQL_VERSION_INIT_WITH_QLCONFIG = "2.12.4"; export const CODEQL_VERSION_RESOLVE_ENVIRONMENT = "2.13.4"; /** - * Versions 2.13.4+ of the CodeQL CLI had a semantically versioned CodeQL Bundle. + * Versions 2.13.4+ of the CodeQL CLI have an associated CodeQL Bundle release that is semantically versioned. */ export const CODEQL_VERSION_BUNDLE_SEMANTICALLY_VERSIONED = "2.13.4";