Merge branch 'main' into daverlo/python

This commit is contained in:
David Verdeguer 2020-10-05 08:05:16 +02:00
commit 55eb02cb0a
89 changed files with 746 additions and 202 deletions

View file

@ -1,7 +1,8 @@
import * as toolrunnner from "@actions/exec/lib/toolrunner";
import * as fs from "fs";
import * as path from "path";
import * as toolrunnner from "@actions/exec/lib/toolrunner";
import * as analysisPaths from "./analysis-paths";
import { getCodeQL } from "./codeql";
import * as configUtils from "./config-utils";