Restore original getCodeQLActionRepository behaviour
This commit is contained in:
parent
ac402bf222
commit
9200db3ec4
7 changed files with 15 additions and 13 deletions
|
|
@ -175,7 +175,7 @@ function getCodeQLBundleName(): string {
|
|||
}
|
||||
|
||||
export function getCodeQLActionRepository(logger: Logger): string {
|
||||
if (util.isActions()) {
|
||||
if (!util.isActions()) {
|
||||
return CODEQL_DEFAULT_ACTION_REPOSITORY;
|
||||
} else {
|
||||
return getActionsCodeQLActionRepository(logger);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue