Restore original getCodeQLActionRepository behaviour
This commit is contained in:
parent
ac402bf222
commit
9200db3ec4
7 changed files with 15 additions and 13 deletions
2
lib/codeql.js
generated
2
lib/codeql.js
generated
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue