Skip to content

Commit 524b9a0

Browse files
committed
Fix log message swap
1 parent a512fe0 commit 524b9a0

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

lib/analyze-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action-post.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/upload-lib.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/upload-sarif-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/setup-codeql.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,11 +386,11 @@ export async function getCodeQLSource(
386386
} else {
387387
if (allowToolcacheValueFF) {
388388
logger.info(
389-
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`,
389+
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`,
390390
);
391391
} else {
392392
logger.warning(
393-
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`,
393+
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`,
394394
);
395395
}
396396
}

0 commit comments

Comments
 (0)