Skip to content

Commit 3f0cb87

Browse files
Improve Python dep inst warning
Co-authored-by: Henry Mercer <[email protected]>
1 parent d33e751 commit 3f0cb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ async function run() {
459459
);
460460
} else {
461461
logger.warning(
462-
"codeql-action no longer installs Python dependencies. We recommend upgrading to at least CodeQL 2.16.0 to avoid any potential problems due to this.",
462+
`CodeQL Action versions 3.25.0 and later, and versions 2.25.0 and later no longer install Python dependencies. We recommend upgrading to at least CodeQL Bundle 2.16.0 to avoid any potential problems due to this (you are currently using ${(await codeql.getVersion()).version}). Alternatively, we recommend downgrading the CodeQL Action to version 3.24.10 (for customers using GitHub.com or GitHub Enterprise Server v3.12 or later) or 2.24.10 (for customers using GitHub Enterprise Server v3.11 or earlier).`,
463463
);
464464
}
465465

0 commit comments

Comments
 (0)