From 93a420a64cdd68ac1629b7f3dcdf4177fb4539ae Mon Sep 17 00:00:00 2001 From: Jacob Gillespie Date: Thu, 27 Jul 2023 23:25:35 +0100 Subject: [PATCH] Update @depot/actions-public-oidc-client to v1.0.0 --- dist/index.js | 6 +++--- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/index.js b/dist/index.js index 2256716..4584005 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5431,7 +5431,7 @@ function _unique(values) { /***/ }), -/***/ 4224: +/***/ 4921: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; @@ -5500,7 +5500,7 @@ async function getIDToken(aud) { core.info(`Waiting for OIDC auth challenge ${challengeCode}`); }, 1e3); try { - for (let i = 1; i < 5; i++) { + for (let i = 1; i < 60; i++) { const res2 = await client.post(exchangeURL, ""); if (res2.message.statusCode === 200) return await res2.readBody(); @@ -14859,7 +14859,7 @@ const core = __importStar(__nccwpck_require__(3031)); const github = __importStar(__nccwpck_require__(9060)); const http = __importStar(__nccwpck_require__(9875)); const toolCache = __importStar(__nccwpck_require__(4723)); -const publicOIDC = __importStar(__nccwpck_require__(4224)); +const publicOIDC = __importStar(__nccwpck_require__(4921)); const path = __importStar(__nccwpck_require__(1017)); const client = new http.HttpClient('depot-setup-action'); async function run() { diff --git a/package.json b/package.json index 2b08a93..061aae6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@actions/github": "^5.1.1", "@actions/http-client": "^1.0.11", "@actions/tool-cache": "^1.7.2", - "@depot/actions-public-oidc-client": "^0.1.0" + "@depot/actions-public-oidc-client": "^1.0.0" }, "devDependencies": { "@tsconfig/node16": "^1.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 506c3b6..38d93f0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ dependencies: specifier: ^1.7.2 version: 1.7.2 '@depot/actions-public-oidc-client': - specifier: ^0.1.0 - version: 0.1.0 + specifier: ^1.0.0 + version: 1.0.0 devDependencies: '@tsconfig/node16': @@ -103,8 +103,8 @@ packages: uuid: 3.4.0 dev: false - /@depot/actions-public-oidc-client@0.1.0: - resolution: {integrity: sha512-Si9mee5IR/dRbiMmk9xD3jGxc9vhYS0hEieCVeQdFC9jnsfYIb0wDeTqpl076VneyH33C7ajUJNm9yxBzt8gUA==} + /@depot/actions-public-oidc-client@1.0.0: + resolution: {integrity: sha512-zGWYMCTYC6oPKzRWEN29MdYks7i3IkGEJyaB4LB2R6Lyk73u63fSkgnqTPpil1w184/tQTSQg89faokroPPfvw==} dependencies: '@actions/core': 1.10.0 '@actions/github': 5.1.1