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";