Skip to content

Commit

Permalink
Merge branch 'main' into feature/github-token-support
Browse files Browse the repository at this point in the history
  • Loading branch information
scovetta authored Jan 23, 2023
2 parents d7766e5 + dde21e8 commit 37f7d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def setup():
# check version and download the latest version
get_latest_codeql(args)
logger.info("End setup...")

def get_latest_codeql(args):
# what version do we have?
codeql = CodeQL(CODEQL_HOME)
current_installed_version = codeql.get_current_local_version()
logger.info(f'Current codeql version: {current_installed_version}')
Expand Down

0 comments on commit 37f7d04

Please sign in to comment.