Merge branch 'main' into RasmusWL/remove-python-dep-inst

This commit is contained in:
Henry Mercer 2024-04-09 11:45:03 +01:00 committed by GitHub
commit dd2106d0d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

1
lib/codeql.js generated
View file

@ -301,6 +301,7 @@ async function getCodeQLForCmd(cmd, checkVersion) {
await runTool(cmd, [
"database",
"init",
"--overwrite",
"--db-cluster",
config.dbLocation,
`--source-root=${sourceRoot}`,

File diff suppressed because one or more lines are too long