Skip to content

Commit 39be66a

Browse files
committed
Add log message
1 parent 67427c6 commit 39be66a

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

lib/analyze-action.js

Lines changed: 3 additions & 0 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: 3 additions & 0 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: 3 additions & 0 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: 3 additions & 0 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: 3 additions & 0 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ export async function getCodeQLSource(
339339
toolsInput !== undefined &&
340340
CODEQL_NIGHTLY_TOOLS_INPUTS.includes(toolsInput)
341341
) {
342+
logger.info(
343+
`Using the latest CodeQL CLI nightly, as requested by 'tools: ${toolsInput}'.`,
344+
);
342345
toolsInput = await getNightlyToolsUrl(logger);
343346
}
344347

0 commit comments

Comments
 (0)