mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 03:30:14 +08:00
Restore original getCodeQLActionRepository behaviour
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user