Prompt customers to upgrade from v1 to v2
This commit is contained in:
parent
ff8b365e79
commit
0256599547
18 changed files with 189 additions and 13 deletions
|
|
@ -39,6 +39,7 @@ import {
|
|||
DEFAULT_DEBUG_ARTIFACT_NAME,
|
||||
DEFAULT_DEBUG_DATABASE_NAME,
|
||||
getMlPoweredJsQueriesStatus,
|
||||
checkActionVersion,
|
||||
} from "./util";
|
||||
|
||||
// eslint-disable-next-line import/no-commonjs
|
||||
|
|
@ -124,6 +125,7 @@ async function run() {
|
|||
const startedAt = new Date();
|
||||
const logger = getActionsLogger();
|
||||
initializeEnvironment(Mode.actions, pkg.version);
|
||||
await checkActionVersion(pkg.version);
|
||||
|
||||
let config: configUtils.Config;
|
||||
let codeql: CodeQL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue