We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7766e5 + dde21e8 commit 37f7d04Copy full SHA for 37f7d04
container/setup.py
100755
100644
@@ -38,8 +38,8 @@ def setup():
38
# check version and download the latest version
39
get_latest_codeql(args)
40
logger.info("End setup...")
41
+
42
def get_latest_codeql(args):
- # what version do we have?
43
codeql = CodeQL(CODEQL_HOME)
44
current_installed_version = codeql.get_current_local_version()
45
logger.info(f'Current codeql version: {current_installed_version}')
0 commit comments