mirror of
https://github.com/github/codeql-action
synced 2026-05-29 05:00:55 +03:00
Update debug message
This commit is contained in:
Generated
+1
-1
@@ -91549,7 +91549,7 @@ var GitHubFeatureFlags = class {
|
||||
remoteFlags = { ...remoteFlags, ...chunkFlags };
|
||||
}
|
||||
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)
|
||||
|
||||
Generated
+1
-1
@@ -80310,7 +80310,7 @@ var GitHubFeatureFlags = class {
|
||||
remoteFlags = { ...remoteFlags, ...chunkFlags };
|
||||
}
|
||||
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)
|
||||
|
||||
Generated
+1
-1
@@ -129673,7 +129673,7 @@ var GitHubFeatureFlags = class {
|
||||
remoteFlags = { ...remoteFlags, ...chunkFlags };
|
||||
}
|
||||
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)
|
||||
|
||||
Generated
+1
-1
@@ -88975,7 +88975,7 @@ var GitHubFeatureFlags = class {
|
||||
remoteFlags = { ...remoteFlags, ...chunkFlags };
|
||||
}
|
||||
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)
|
||||
|
||||
Generated
+1
-1
@@ -86780,7 +86780,7 @@ var GitHubFeatureFlags = class {
|
||||
remoteFlags = { ...remoteFlags, ...chunkFlags };
|
||||
}
|
||||
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)
|
||||
|
||||
Generated
+1
-1
@@ -89723,7 +89723,7 @@ var GitHubFeatureFlags = class {
|
||||
remoteFlags = { ...remoteFlags, ...chunkFlags };
|
||||
}
|
||||
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)
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user