Update debug message

This commit is contained in:
Michael B. Gale
2025-10-23 13:04:06 +01:00
parent d1b51f05c9
commit e849c567ec
7 changed files with 7 additions and 7 deletions

View File

@@ -653,7 +653,7 @@ class GitHubFeatureFlags {
}
this.logger.debug(
"Loaded the following default values for the feature flags from the Code Scanning API:",
"Loaded the following default values for the feature flags from the CodeQL Action API:",
);
for (const [feature, value] of Object.entries(remoteFlags).sort(
([nameA], [nameB]) => nameA.localeCompare(nameB),