diff --git a/lib/analyze-action.js b/lib/analyze-action.js index 9ee029218..99ea4b6ce 100644 --- a/lib/analyze-action.js +++ b/lib/analyze-action.js @@ -107879,7 +107879,7 @@ var OfflineFeatures = class { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * @@ -107980,7 +107980,7 @@ var Features = class extends OfflineFeatures { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * diff --git a/lib/autobuild-action.js b/lib/autobuild-action.js index ccf89fd32..c0b17ba3b 100644 --- a/lib/autobuild-action.js +++ b/lib/autobuild-action.js @@ -104169,7 +104169,7 @@ var OfflineFeatures = class { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * @@ -104270,7 +104270,7 @@ var Features = class extends OfflineFeatures { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * diff --git a/lib/init-action-post.js b/lib/init-action-post.js index 02d61ca3b..26f038905 100644 --- a/lib/init-action-post.js +++ b/lib/init-action-post.js @@ -165246,7 +165246,7 @@ var OfflineFeatures = class { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * @@ -165347,7 +165347,7 @@ var Features = class extends OfflineFeatures { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * diff --git a/lib/init-action.js b/lib/init-action.js index b6a462423..f4a586503 100644 --- a/lib/init-action.js +++ b/lib/init-action.js @@ -105396,7 +105396,7 @@ var OfflineFeatures = class { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * @@ -105497,7 +105497,7 @@ var Features = class extends OfflineFeatures { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * diff --git a/lib/setup-codeql-action.js b/lib/setup-codeql-action.js index a527ec631..f273dabf3 100644 --- a/lib/setup-codeql-action.js +++ b/lib/setup-codeql-action.js @@ -104069,7 +104069,7 @@ var OfflineFeatures = class { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * @@ -104170,7 +104170,7 @@ var Features = class extends OfflineFeatures { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * diff --git a/lib/start-proxy-action.js b/lib/start-proxy-action.js index 938e86a3e..6ce6c25e9 100644 --- a/lib/start-proxy-action.js +++ b/lib/start-proxy-action.js @@ -120861,7 +120861,7 @@ var OfflineFeatures = class { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * @@ -120962,7 +120962,7 @@ var Features = class extends OfflineFeatures { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * diff --git a/lib/upload-sarif-action.js b/lib/upload-sarif-action.js index 23f8fbec7..63333d42f 100644 --- a/lib/upload-sarif-action.js +++ b/lib/upload-sarif-action.js @@ -107053,7 +107053,7 @@ var OfflineFeatures = class { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * @@ -107154,7 +107154,7 @@ var Features = class extends OfflineFeatures { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * diff --git a/src/feature-flags.ts b/src/feature-flags.ts index 1d4b477da..ad117b6b7 100644 --- a/src/feature-flags.ts +++ b/src/feature-flags.ts @@ -404,7 +404,7 @@ class OfflineFeatures implements FeatureEnablement { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. * @@ -541,7 +541,7 @@ class Features extends OfflineFeatures { * @param codeql An optional CodeQL object. If provided, and a `minimumVersion` is specified for the * feature, the version of the CodeQL CLI will be checked against the minimum version. * If the version is less than the minimum version, the feature will be considered - * disabled. If not provided, and a `minimumVersion` is specified for the feature, the + * disabled. If not provided, and a `minimumVersion` is specified for the feature, then * this function will throw. * @returns true if the feature is enabled, false otherwise. *