Skip to content

Commit 8c8bdce

Browse files
committed
Update log message for cleanup
1 parent b7beff9 commit 8c8bdce

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

lib/analyze-action.js

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

lib/analyze-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analyze-action.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ async function run() {
249249

250250
if (actionsUtil.getOptionalInput("cleanup-level") !== "") {
251251
logger.info(
252-
"The 'cleanup-level' input is ignored since the CodeQL Action no longer writes intermediate results to the database. This input can safely be removed from your workflow.",
252+
"The 'cleanup-level' input is ignored since the CodeQL Action now automatically " +
253+
"manages database cleanup. This input can safely be removed from your workflow.",
253254
);
254255
}
255256

0 commit comments

Comments
 (0)