Update checked-in dependencies
This commit is contained in:
parent
a66a5fe0e4
commit
f0c7f1d0c0
161 changed files with 888 additions and 3211 deletions
4
node_modules/@actions/core/lib/oidc-utils.js
generated
vendored
4
node_modules/@actions/core/lib/oidc-utils.js
generated
vendored
|
|
@ -62,9 +62,9 @@ class OidcClient {
|
|||
const encodedAudience = encodeURIComponent(audience);
|
||||
id_token_url = `${id_token_url}&audience=${encodedAudience}`;
|
||||
}
|
||||
core_1.debug(`ID token url is ${id_token_url}`);
|
||||
(0, core_1.debug)(`ID token url is ${id_token_url}`);
|
||||
const id_token = yield OidcClient.getCall(id_token_url);
|
||||
core_1.setSecret(id_token);
|
||||
(0, core_1.setSecret)(id_token);
|
||||
return id_token;
|
||||
}
|
||||
catch (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue