mirror of
https://github.com/github/codeql-action.git
synced 2026-04-02 09:42:16 +00:00
Tweak debug logging message
This commit is contained in:
2
lib/codeql.js
generated
2
lib/codeql.js
generated
@@ -237,7 +237,7 @@ async function setupCodeQL(codeqlURL, apiDetails, tempDir, variant, featureFlags
|
||||
// into the toolcache.
|
||||
codeqlURL === undefined &&
|
||||
(await featureFlags.getValue(feature_flags_1.FeatureFlag.BypassToolcacheEnabled))
|
||||
? "a specific version of CodeQL was not requested, and the bypass toolcache feature flag is enabled"
|
||||
? "a specific version of CodeQL was not requested and the bypass toolcache feature flag is enabled"
|
||||
: undefined;
|
||||
const forceLatest = forceLatestReason !== undefined;
|
||||
if (forceLatest) {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -442,7 +442,7 @@ export async function setupCodeQL(
|
||||
// into the toolcache.
|
||||
codeqlURL === undefined &&
|
||||
(await featureFlags.getValue(FeatureFlag.BypassToolcacheEnabled))
|
||||
? "a specific version of CodeQL was not requested, and the bypass toolcache feature flag is enabled"
|
||||
? "a specific version of CodeQL was not requested and the bypass toolcache feature flag is enabled"
|
||||
: undefined;
|
||||
const forceLatest = forceLatestReason !== undefined;
|
||||
if (forceLatest) {
|
||||
|
||||
Reference in New Issue
Block a user