audit fix and update http-client (#298)

This commit is contained in:
Bryan MacFarlane
2020-01-10 16:37:48 -05:00
committed by GitHub
parent 058ad6937d
commit 2e88402d19
11 changed files with 52 additions and 31 deletions

View File

@@ -3,7 +3,7 @@ import * as io from '@actions/io'
import * as fs from 'fs'
import * as os from 'os'
import * as path from 'path'
import * as httpm from 'typed-rest-client/HttpClient'
import * as httpm from '@actions/http-client'
import * as semver from 'semver'
import * as uuidV4 from 'uuid/v4'
import {exec} from '@actions/exec/lib/exec'