Restore original getCodeQLActionRepository behaviour

This commit is contained in:
Simon Engledew 2021-06-24 17:51:49 +01:00
parent ac402bf222
commit 9200db3ec4
No known key found for this signature in database
GPG key ID: 84302E7B02FE8BCE
7 changed files with 15 additions and 13 deletions

2
lib/codeql.js generated
View file

@ -47,7 +47,7 @@ function getCodeQLBundleName() {
return `codeql-bundle-${platform}.tar.gz`;
}
function getCodeQLActionRepository(logger) {
if (util.isActions()) {
if (!util.isActions()) {
return CODEQL_DEFAULT_ACTION_REPOSITORY;
}
else {