fix tslint errors
This commit is contained in:
parent
ff8fe44e0c
commit
3ff198f23b
6 changed files with 39 additions and 35 deletions
2
lib/setup-tools.js
generated
2
lib/setup-tools.js
generated
|
|
@ -9,8 +9,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const core = __importStar(require("@actions/core"));
|
||||
const toolcache = __importStar(require("@actions/tool-cache"));
|
||||
const semver = __importStar(require("semver"));
|
||||
const path = __importStar(require("path"));
|
||||
const semver = __importStar(require("semver"));
|
||||
class CodeQLSetup {
|
||||
constructor(codeqlDist) {
|
||||
this.dist = codeqlDist;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue