update dependency for release branch

This commit is contained in:
Slawomir Jaranowski
2025-09-01 21:09:41 +02:00
parent ed58d20239
commit 894661b3dd
258 changed files with 42572 additions and 1 deletions

7
node_modules/@actions/core/lib/oidc-utils.d.ts generated vendored Normal file
View File

@ -0,0 +1,7 @@
export declare class OidcClient {
private static createHttpClient;
private static getRequestToken;
private static getIDTokenUrl;
private static getCall;
static getIDToken(audience?: string): Promise<string>;
}