diff --git a/sources/package.json b/sources/package.json index 4e430cd..a173808 100644 --- a/sources/package.json +++ b/sources/package.json @@ -38,7 +38,6 @@ "@actions/exec": "1.1.1", "@actions/github": "6.0.0", "@actions/glob": "0.5.0", - "@actions/http-client": "2.2.3", "@actions/tool-cache": "2.0.2", "@octokit/rest": "21.1.0", "@octokit/webhooks-types": "7.6.1", diff --git a/sources/src/develocity/short-lived-token.ts b/sources/src/develocity/short-lived-token.ts index c059f96..d0cbbce 100644 --- a/sources/src/develocity/short-lived-token.ts +++ b/sources/src/develocity/short-lived-token.ts @@ -67,7 +67,7 @@ export async function getToken(accessKey: string, expiry: string): Promise>()