varYue=Object.create;varPE=Object.defineProperty;varWue=Object.getOwnPropertyDescriptor;varjue=Object.getOwnPropertyNames;varKue=Object.getPrototypeOf,Xue=Object.prototype.hasOwnProperty;varo=(t,e)=>PE(t,"name",{value:e,configurable:!0});varm=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Zue=(t,e)=>{for(varrine)PE(t,r,{get:e[r],enumerable:!0})},ede=(t,e,r,n)=>{if(e&&typeofe=="object"||typeofe=="function")for(letsofjue(e))!Xue.call(t,s)&&s!==r&&PE(t,s,{get:()=>e[s],enumerable:!(n=Wue(e,s))||n.enumerable});returnt};varw=(t,e,r)=>(r=t!=null?Yue(Kue(t)):{},ede(e||!t||!t.__esModule?PE(r,"default",{value:t,enumerable:!0}):r,t));varDG=m(hd=>{"use strict";varN6e=require("net"),rpe=require("tls"),Tx=require("http"),PG=require("https"),npe=require("events"),x6e=require("assert"),spe=require("util");hd.httpOverHttp=ipe;hd.httpsOverHttp=ope;hd.httpOverHttps=ape;hd.httpsOverHttps=cpe;functionipe(t){vare=newra(t);returne.request=Tx.request,e}o(ipe,"httpOverHttp");functionope(t){vare=newra(t);returne.request=Tx.request,e.createSocket=_G,e.defaultPort=443,e}o(ope,"httpsOverHttp");functionape(t){vare=newra(t);returne.request=PG.request,e}o(ape,"httpOverHttps");functioncpe(t){vare=newra(t);returne.request=PG.request,e.createSocket=_G,e.defaultPort=443,e}o(cpe,"httpsOverHttps");functionra(t){vare=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||Tx.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",o(function(n,s,i,a){for(varc=kG(s,i,a),l=0,u=e.requests.length;l<u;++l){vard=e.requests[l];if(d.host===c.host&&d.port===c.port){e.requests.splice(l,1),d.request.onSocket(n);return}}n.destroy(),e.removeSocket(n)},"onFree"))}o(ra,"TunnelingAgent");spe.inherits(ra,npe.EventEmitter);ra.prototype.addRequest=o(function(e,r,n,s){vari=this,a=vx({request:e},i.options,kG(r,n,s));if(i.sockets.length>=this.maxSockets){i.requests.push(a);return}i.createSocket(a,function(c){c.on("free",l),c.on("close",u),c.on("agentRemove",u),e.onSocket(c);functionl(){i.emit("free",c,a)}o(l,"onFree");functionu(d){i.removeSocket(c),c.removeListener("free",l),c.removeListener("close",u),c.removeListener("agentRemove",u)}o(u,"onCloseOrRemove")})},"addRequest");ra.prototype.createSocket=o(function(e,r){varn=this,s={};n.sockets.push(s);vari=vx({},n.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(i.localAddress=e.localAddress),i.proxyAuth&&(i.headers=i.headers||{},i.headers["Proxy-Authorization"]="Basic "+newBuffer(i.proxyAuth).toString("base64")),ic("making CONNECT request");vara=n.request(i);a.useChunkedEncodingByDefault=!1,a.once("response",c),a.once("upgrade",l),a.once("connect",u),a.once("error",d),a.end();functionc(A){A.upgrade=!0}o(c,"onResponse");functionl(A,p,f){process.nextTick(function(){u(A,p,f)})}o(l,"onUpgrade");functionu(A,p,f){if(a.removeAllListeners(),p.removeAllListeners(),A.statusCode!==200){ic("tunneling socket could not be established, statusCode=%d",A.statusCode),p.destroy();varh=newError("tunneling socket could not be established, statusCode="+A.statusCode);h.code="ECONNRESET",e.request.emit("error",h),n.removeSocket(s);return}if(f.length>0){ic("got illegal response body from proxy"),p.destroy();varh=newError("got illegal response body from proxy");h.code="ECONNRESET",e.request.emit("error",h),n.removeSocket(s);return}returnic("tunneling connection has established"),n.sockets[n.sockets.indexOf(s)]=p,r(p)}o(u,"onConnect");functiond(A){a.removeAllListeners(),ic(`tunneling socket could not be established, cause=%s
`);p.push(g),i+=g.byteLength,h&&(i=null),s=t,n=o(async function*(){for(let y of p)y.stream?yield*y.stream():yield y},"action"),a=`multipart/form-data; boundary=${l}`}else if(GV(t))s=t,i=t.size,t.type&&(a=t.type);else if(typeof t[Symbol.asyncIterator]=="function"){if(e)throw new TypeError("keepalive");if(Ff.isDisturbed(t)||t.locked)throw new TypeError("Response body object should not be disturbed or locked");r=t instanceof ReadableStream?t:Nme(t)}if((typeof s=="string"||Ff.isBuffer(s))&&(i=Buffer.byteLength(s)),n!=null){let l;r=new ReadableStream({async start(){l=n(t)[Symbol.asyncIterator]()},async pull(u){let{value:d,done:A}=await l.next();if(A)queueMicrotask(()=>{u.close(),u.byobRequest?.respond(0)});else if(!JV(r)){let p=new Uint8Array(d);p.byteLength&&u.enqueue(p)}return u.desiredSize>0},async cancel(u){await l.return()},type:"bytes"})}return[{stream:r,source:s,length:i},a]}o(WV,"extractBody");function Fme(t,e=!1){return t instanceof ReadableStream&&(OQ(!Ff.isDisturbed(t),"The body has already been consumed."),OQ(!t.locked,"The stream is locked.")),WV(t,e)}o(Fme,"safelyExtractBody");function Ume(t,e){let[r,n]=e.stream.tee();return e.stream=r,{stream:n,length:e.length,source:e.source}}o(Ume,"cloneBody");function qme(t){if(t.aborted)throw new DOMException("The operation was aborted.","AbortError")}o(qme,"throwIfAborted");function Gme(t){return{blob(){return Qd(this,r=>{let n=VV(this);return n===null?n="":n&&(n=Ome(n)),new _me([r],{type:n})},t)},arrayBuffer(){return Qd(this,r=>new Uint8Array(r).buffer,t)},text(){return Qd(this,zV,t)},json(){return Qd(this,Vme,t)},formData(){return Qd(this,r=>{let n=VV(this);if(n!==null)switch(n.essence){case"multipart/form-data":{let s=Mme(r,n);if(s==="failure")throw new TypeError("Failed to parse body as FormData.");let i=new HV;return i[Rd]=s,i}case"application/x-www-form-urlencoded":{let s=new URLSearchParams(r.toString()),i=new HV;for(let[a,c]of s)i.append(a,c);return i}}throw new TypeError('Content-Typewasnotoneof"multipart/form-data"or"application/x-www-form-urlencoded".')},t)},bytes(){return Qd(this,r=>new Uint8Array(r),t)}}}o(Gme,"bodyMixinMethods");function Hme(t){Object.assign(t.prototype,Gme(t))}o(Hme,"mixinBody");async function Qd(t,e,r){if(Pme.brandCheck(t,r),jV(t))throw new TypeError("Body is unusable: Body has already been read");qme(t[Rd]);let n=Rme(),s=o(a=>n.reject(a),"errorSteps"),i=o(a=>{try{n.resolve(e(a))}catch(c){s(c)}},"successSteps");return t[Rd].body==null?(i(Buffer.allocUnsafe(0)),n.promise):(await Tme(t[Rd].body,i,s),n.promise)}o(Qd,"consumeBody");function jV(t){let e=t[Rd].body;return e!=null&&(e.stream.locked||Ff.isDisturbed(e.stream))}o(jV,"bodyUnusable");function Vme(t){return JSON.parse(zV(t))}o(Vme,"parseJSONFromBytes");function VV(t){let e=t[Rd].headersList,r=vme(e);return r==="failure"?null:r}o(VV,"bodyMimeType");KV.exports={extractBody:WV,safelyExtractBody:Fme,cloneBody:Ume,mixinBody:Hme,streamRegistry:YV,hasFinalizationRegistry:$V,bodyUnusable:jV}});var pz=m((CKe,Az)=>{"use strict";var X=require("node:assert"),te=Ie(),{channels:XV}=gd(),LQ=yQ(),{RequestContentLengthMismatchError:Nl,ResponseContentLengthMismatchError:ZV,RequestAbortedError:az,HeadersTimeoutError:zme,HeadersOverflowError:Jme,SocketError:vd,InformationalError:Pd,BodyTimeoutError:$me,HTTPParserError:Yme,ResponseExceededMaxSizeError:Wme}=Pe(),{kUrl:cz,kReset:An,kClient:yy,kParser:nt,kBlocking:Gf,kRunning:Vt,kPending:lz,kSize:ez,kWriting:ac,kQueue:ni,kNoRef:Uf,kKeepAliveDefaultTimeout:jme,kHostHeader:Kme,kPendingIdx:Xme,kRunningIdx:ms,kError:Gr,kPipelining:Cy,kSocket:Ql,kKeepAliveTimeoutValue:By,kMaxHeadersSize:FQ,kKeepAliveMaxTimeout:Zme,kKeepAliveTimeoutThreshold:ege,kHeadersTimeout:tge,kBodyTimeout:rge,kStrictContentLength:GQ,kMaxRequests:tz,kCounter:nge,kMaxResponseSize:sge,kOnError:rz,kResume:ca,kHTTPContext:uz}=dt(),Fn=YH(),nz=Buffer.alloc(0),my=Buffer[Symbol.species],gy=te.addListener,ige=te.removeAllListeners,Rl=Symbol("kIdleSocketValidation"),xl=Symbol("kIdleSocketValidationTimeout"),JQ=Symbol("kSocketUsed"),UQ;async function oge(){let t=process.env.JEST_WORKER_ID?BQ():voi
`}return XV.sendHeaders.hasSubscribers&&XV.sendHeaders.publish({request:e,headers:g,socket:f}),!l||p===0?iz(h,null,t,e,f,d,g,A):te.isBuffer(l)?iz(h,l,t,e,f,d,g,A):te.isBlobLike(l)?typeof l.stream=="function"?oz(h,l.stream(),t,e,f,d,g,A):fge(h,l,t,e,f,d,g,A):te.isStream(l)?pge(h,l,t,e,f,d,g,A):te.isIterable(l)?oz(h,l,t,e,f,d,g,A):X(!1),!0}o(Age,"writeH1");function pge(t,e,r,n,s,i,a,c){X(i!==0||r[Vt]===0,"stream body cannot be pipelined");let l=!1,u=new by({abort:t,socket:s,request:n,contentLength:i,client:r,expectsPayload:c,header:a}),d=o(function(h){if(!l)try{!u.write(h)&&this.pause&&this.pause()}catch(g){te.destroy(this,g)}},"onData"),A=o(function(){l||e.resume&&e.resume()},"onDrain"),p=o(function(){if(queueMicrotask(()=>{e.removeListener("error",f)}),!l){let h=new az;queueMicrotask(()=>f(h))}},"onClose"),f=o(function(h){if(!l){if(l=!0,X(s.destroyed||s[ac]&&r[Vt]<=1),s.off("drain",A).off("error",f),e.removeListener("data",d).removeListener("end",f).removeListener("close",p),!h)try{u.end()}catch(g){h=g}u.destroy(h),h&&(h.code!=="UND_ERR_INFO"||h.message!=="reset")?te.destroy(e,h):te.destroy(e)}},"onFinished");e.on("data",d).on("end",f).on("error",f).on("close",p),e.resume&&e.resume(),s.on("drain",A).on("error",f),e.errorEmitted??e.errored?setImmediate(()=>f(e.errored)):(e.endEmitted??e.readableEnded)&&setImmediate(()=>f(null)),(e.closeEmitted??e.closed)&&setImmediate(p)}o(pge,"writeStream");function iz(t,e,r,n,s,i,a,c){try{e?te.isBuffer(e)&&(X(i===e.byteLength,"buffer body must have content length"),s.cork(),s.write(`${a}content-length: ${i}\r
`,"latin1")),n.onRequestSent(),r[ca]()}catch(l){t(l)}}o(iz,"writeBuffer");async function fge(t,e,r,n,s,i,a,c){X(i===e.size,"blob body must have content length");try{if(i!=null&&i!==e.size)throw new Nl;let l=Buffer.from(await e.arrayBuffer());s.cork(),s.write(`${a}content-length: ${i}\r
`,"latin1"),s.write(l),s.uncork(),n.onBodySent(l),n.onRequestSent(),!c&&n.reset!==!1&&(s[An]=!0),r[ca]()}catch(l){t(l)}}o(fge,"writeBlob");async function oz(t,e,r,n,s,i,a,c){X(i!==0||r[Vt]===0,"iterator body cannot be pipelined");let l=null;function u(){if(l){let p=l;l=null,p()}}o(u,"onDrain");let d=o(()=>new Promise((p,f)=>{X(l===null),s[Gr]?f(s[Gr]):l=p}),"waitForDrain");s.on("close",u).on("drain",u);let A=new by({abort:t,socket:s,request:n,contentLength:i,client:r,expectsPayload:c,header:a});try{for await(let p of e){if(s[Gr])throw s[Gr];A.write(p)||await d()}A.end()}catch(p){A.destroy(p)}finally{s.off("close",u).off("drain",u)}}o(oz,"writeIterable");var by=class{static{o(this,"AsyncWriter")}constructor({abort:e,socket:r,request:n,contentLength:s,client:i,expectsPayload:a,header:c}){this.socket=r,this.request=n,this.contentLength=s,this.client=i,this.bytesWritten=0,this.expectsPayload=a,this.header=c,this.abort=e,r[ac]=!0}write(e){let{socket:r,request:n,contentLength:s,client:i,bytesWritten:a,expectsPayload:c,header:l}=this;if(r[Gr])throw r[Gr];if(r.destroyed)return!1;let u=Buffer.byteLength(e);if(!u)return!0;if(s!==null&&a+u>s){if(i[GQ])throw new Nl;process.emitWarning(new Nl)}r.cork(),a===0&&(!c&&n.reset!==!1&&(r[An]=!0),s===null?r.write(`${l}transfer-encoding: chunked\r
`,"latin1"),r!==null&&s!==r){if(n[GQ])throw new Nl;process.emitWarning(new Nl)}e[nt].timeout&&e[nt].timeoutType===_d&&e[nt].timeout.refresh&&e[nt].timeout.refresh(),n[ca]()}}destroy(e){let{socket:r,client:n,abort:s}=this;r[ac]=!1,e&&(X(n[Vt]<=1,"pipeline should only contain this request"),s(e))}};Az.exports=cge});var Iz=m((BKe,Cz)=>{"use strict";var gs=require("node:assert"),{pipeline:hge}=require("node:stream"),Se=Ie(),{RequestContentLengthMismatchError:$Q,RequestAbortedError:fz,SocketError:Hf,InformationalError:YQ}=Pe(),{kUrl:wy,kReset:Ny,kClient:kd,kRunning:xy,kPending:mge,kQueue:cc,kPendingIdx:WQ,kRunningIdx:si,kError:oi,kSocket:lr,kStrictContentLength:gge,kOnError:jQ,kMaxConcurrentStreams:yz,kHTTP2Session:ii,kResume:lc,kSize:Ege,kHTTPContext:yge}=dt(),la=Symbol("open streams"),hz,mz=!1,Sy;try{Sy=require("node:http2")}catch{Sy={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:Cge,HTTP2_HEADER_METHOD:Ige,HTTP2_HEADER_PATH:Bge,HTTP2_HEADER_SCHEME:bge,HTTP2_HEADER_CONTENT_LENGTH:wge,HTTP2_HEADER_EXPECT:Sge,HTTP2_HEADER_STATUS:Nge}}=Sy;function xge(t){let e=[];for(let[r,n]of Object.entries(t))if(Array.isArray(n))for(let s of n)e.push(Buffer.from(r),Buffer.from(s));else e.push(Buffer.from(r),Buffer.from(n));return e}o(xge,"parseH2Headers");async function Qge(t,e){t[lr]=e,mz||(mz=!0,process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"}));let r=Sy.connect(t[wy],{createConnection:o(()=>e,"createConnection"),peerMaxConcurrentStreams:t[yz]});r[la]=0,r[kd]=t,r[lr]=e,Se.addListener(r,"error",Tge),Se.addListener(r,"frameError",vge),Se.addListener(r,"end",Pge),Se.addListener(r,"goaway",_ge),Se.addListener(r,"close",function(){let{[kd]:s}=this,{[lr]:i}=s,a=this[lr][oi]||this[oi]||new Hf("closed",Se.getSocketInfo(i));if(s[ii]=null,s.destroyed){gs(s[mge]===0);let c=s[cc].splice(s[si]);for(let l=0;l<c.length;l++){let u=c[l];Se.errorRequest(s,u,a)}}}),r.unref(),t[ii]=r,e[ii]=r,Se.addListener(e,"error",function(s){gs(s.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[oi]=s,this[kd][jQ](s)}),Se.addListener(e,"end",function(){Se.destroy(this,new Hf("other side closed",Se.getSocketInfo(this)))}),Se.addListener(e,"close",function(){let s=this[oi]||new Hf("closed",Se.getSocketInfo(this));t[lr]=null,this[ii]!=null&&this[ii].destroy(s),t[WQ]=t[si],gs(t[xy]===0),t.emit("disconnect",t[wy],[t],s),t[lc]()});let n=!1;return e.on("close",()=>{n=!0}),{version:"h2",defaultPipelining:1/0,write(...s){return Dge(t,...s)},resume(){Rge(t)},destroy(s,i){n?queueMicrotask(i):e.destroy(s).on("close",i)},get destroyed(){return e.destroyed},busy(){return!1}}}o(Qge,"connectH2");function Rge(t){let e=t[lr];e?.destroyed===!1&&(t[Ege]===0&&t[yz]===0?(e.unref(),t[ii].unref()):(e.ref(),t[ii].ref()))}o(Rge,"resumeH2");function Tge(t){gs(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[lr][oi]=t,this[kd][jQ](t)}o(Tge,"onHttp2SessionError");function vge(t,e,r){if(r===0){let n=new YQ(`HTTP/2: "frameError" received - type ${t}, code ${e}`);this[lr][oi]=n,this[kd][jQ](n)}}o(vge,"onHttp2FrameError");function Pge(){let t=new Hf("other side closed",Se.getSocketInfo(this[lr]));this.destroy(t),Se.destroy(this[lr],t)}o(Pge,"onHttp2SessionEnd");function _ge(t){let e=this[oi]||new Hf(`HTTP/2: "GOAWAY" frame received with code ${t}`,Se.getSocketInfo(this)),r=this[kd];if(r[lr]=null,r[yge]=null,this[ii]!=null&&(this[ii].destroy(e),this[ii]=null),Se.destroy(this[lr],e),r[si]<r[cc].length){let n=r[cc][r[si]];r[cc][r[si]++]=null,Se.errorRequest(r,n,e),r[WQ]=r[si]}gs(r[xy]===0),r.emit("disconnect",r[wy],[r],e),r[lc]()}o(_ge,"onHTTP2GoAway");function kge(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}o(kge,"shouldSendContentLength");function Dge(t,e){let r=t[ii],{method:n,path:s,host:i,upgrade:a,expectContinue:c,signal:l,headers:u}=e,{body:d}=e;if(a)return Se.errorRequest(t,e,new Error("Upgrade not supported for H2")),!1;let A={};for(let B=0;B<u.length;B+=2){let N=u[B+0],Q=u[B+1];if(Array.isArray(Q))for(let D=0;D<Q.length;D++)A[N]?A[N]+=`,${Q[D]}`:A[N]=Q[D];else A[N]=Q}let p,{hostname:f,port:h}=t[wy];A[Cge]=i||`${f}$
`;if(n.username||n.password){let p=`${decodeURIComponent(n.username)}:${decodeURIComponent(n.password)}`;i["Proxy-Authorization"]=`Basic ${Buffer.from(p).toString("base64")}`}i.Host=`${a}:${r.port}`,i["Proxy-Connection"]||(i["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let p of Object.keys(i))c+=`${p}: ${i[p]}\r
`)+4,e.outputData[0].data=e._header+n.substring(s),kA("Output buffer: %o",e.outputData[0].data));let i;return this.proxy.protocol==="https:"?(kA("Creating `tls.Socket`: %o",this.connectOpts),i=fke.connect(this.connectOpts)):(kA("Creating `net.Socket`: %o",this.connectOpts),i=pke.connect(this.connectOpts)),await(0,mke.once)(i,"connect"),i}};rB.protocols=["http","https"];Ps.HttpProxyAgent=rB;function Eke(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}o(Eke,"omit")});var jK=m(mB=>{"use strict";Object.defineProperty(mB,"__esModule",{value:!0});mB.state=void 0;mB.state={instrumenterImplementation:void 0}});var pX=m(IB=>{"use strict";Object.defineProperty(IB,"__esModule",{value:!0});IB.state=void 0;IB.state={operationRequestMap:new WeakMap}});var z7=m(XA=>{"use strict";Object.defineProperty(XA,"__esModule",{value:!0});var L1e=require("os"),F1e=require("util");function U1e(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}o(U1e,"_interopDefaultLegacy");var q1e=U1e(F1e);function G1e(t,...e){process.stderr.write(`${q1e.default.format(t,...e)}${L1e.EOL}`)}o(G1e,"log");var D7=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,M7,kM=[],DM=[],Ub=[];D7&&OM(D7);var L7=Object.assign(t=>F7(t),{enable:OM,enabled:MM,disable:H1e,log:G1e});function OM(t){M7=t,kM=[],DM=[];let e=/\*/g,r=t.split(",").map(n=>n.trim().replace(e,".*?"));for(let n of r)n.startsWith("-")?DM.push(new RegExp(`^${n.substr(1)}$`)):kM.push(new RegExp(`^${n}$`));for(let n of Ub)n.enabled=MM(n.namespace)}o(OM,"enable");function MM(t){if(t.endsWith("*"))return!0;for(let e of DM)if(e.test(t))return!1;for(let e of kM)if(e.test(t))return!0;return!1}o(MM,"enabled");function H1e(){let t=M7||"";return OM(""),t}o(H1e,"disable");function F7(t){let e=Object.assign(r,{enabled:MM(t),destroy:V1e,log:L7.log,namespace:t,extend:z1e});function r(...n){e.enabled&&(n.length>0&&(n[0]=`${t} ${n[0]}`),e.log(...n))}return o(r,"debug"),Ub.push(e),e}o(F7,"createDebugger");function V1e(){let t=Ub.indexOf(this);return t>=0?(Ub.splice(t,1),!0):!1}o(V1e,"destroy");function z1e(t){let e=F7(`${this.namespace}:${t}`);return e.log=this.log,e}o(z1e,"extend");var eg=L7,U7=new Set,Lb=typeof process<"u"&&process.env&&process.env.AZURE_LOG_LEVEL||void 0,qb,Gb=eg("azure");Gb.log=(...t)=>{eg.log(...t)};var LM=["verbose","info","warning","error"];Lb&&(V7(Lb)?q7(Lb):console.error(`AZURE_LOG_LEVEL set to unknown log level '${Lb}'; logging is not enabled. Acceptable values: ${LM.join(", ")}.`));function q7(t){if(t&&!V7(t))throw new Error(`Unknown log level '${t}'. Acceptable values: ${LM.join(",")}`);qb=t;let e=[];for(let r of U7)H7(r)&&e.push(r.namespace);eg.enable(e.join(","))}o(q7,"setLogLevel");function J1e(){return qb}o(J1e,"getLogLevel");var O7={verbose:400,info:300,warning:200,error:100};function $1e(t){let e=Gb.extend(t);return G7(Gb,e),{error:Fb(e,"error"),warning:Fb(e,"warning"),info:Fb(e,"info"),verbose:Fb(e,"verbose")}}o($1e,"createClientLogger");function G7(t,e){e.log=(...r)=>{t.log(...r)}}o(G7,"patchLogMethod");function Fb(t,e){let r=Object.assign(t.extend(e),{level:e});if(G7(t,r),H7(r)){let n=eg.disable();eg.enable(n+","+r.namespace)}return U7.add(r),r}o(Fb,"createLogger");function H7(t){return!!(qb&&O7[t.level]<=O7[qb])}o(H7,"shouldEnable");function V7(t){return LM.includes(t)}o(V7,"isAzureLogLevel");XA.AzureLogger=Gb;XA.createClientLogger=$1e;XA.getLogLevel=J1e;XA.setLogLevel=q7});var qM=m(rg=>{"use strict";Object.defineProperty(rg,"__esModule",{value:!0});var ZA=new WeakMap,Hb=new WeakMap,tg=class t{static{o(this,"AbortSignal")}constructor(){this.onabort=null,ZA.set(this,[]),Hb.set(this,!1)}get aborted(){if(!Hb.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");return Hb.get(this)}static get none(){return new t}addEventListener(e,r){if(!ZA.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");ZA.get(this).push(r)}removeEventListener(e,r){if(!ZA.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");let n=ZA.get(this),s=n.indexOf(r);s>-1&&n.splice(s,1)}dispatchEvent(e){thro
Polling status: ${tee.includes(d)?"Stopped":"Running"}`),d==="succeeded"){let A=a(u,r);if(A!==void 0)return{response:await e(A).catch(Z7({state:r,stateProxy:n,isOperationError:c})),status:d}}return{response:u,status:d}}o(uFe,"pollOperationHelper");async function iee(t){let{poll:e,state:r,stateProxy:n,options:s,getOperationStatus:i,getResourceLocation:a,getOperationLocation:c,isOperationError:l,withOperationLocation:u,getPollingInterval:d,processResult:A,getError:p,updateState:f,setDelay:h,isDone:g,setErrorAsResult:y}=t,{operationLocation:E}=r.config;if(E!==void 0){let{response:C,status:I}=await uFe({poll:e,getOperationStatus:i,state:r,stateProxy:n,operationLocation:E,getResourceLocation:a,isOperationError:l,options:s});if(nee({status:I,response:C,state:r,stateProxy:n,isDone:g,processResult:A,getError:p,setErrorAsResult:y}),!tee.includes(I)){let B=d?.(C);B&&h(B);let N=c?.(C,r);if(N!==void 0){let Q=E!==N;r.config.operationLocation=N,u?.(N,Q)}else u?.(E,!1)}f?.(r,C)}}o(iee,"pollOperation");function oee(t){let{azureAsyncOperation:e,operationLocation:r}=t;return r??e}o(oee,"getOperationLocationPollingUrl");function aee(t){return t.headers.location}o(aee,"getLocationHeader");function cee(t){return t.headers["operation-location"]}o(cee,"getOperationLocationHeader");function lee(t){return t.headers["azure-asyncoperation"]}o(lee,"getAzureAsyncOperationHeader");function dFe(t){let{location:e,requestMethod:r,requestPath:n,resourceLocationConfig:s}=t;switch(r){case"PUT":return n;case"DELETE":return;default:switch(s){case"azure-async-operation":return;case"original-uri":return n;default:return e}}}o(dFe,"findResourceLocation");function uee(t){let{rawResponse:e,requestMethod:r,requestPath:n,resourceLocationConfig:s}=t,i=cee(e),a=lee(e),c=oee({operationLocation:i,azureAsyncOperation:a}),l=aee(e),u=r?.toLocaleUpperCase();return c!==void 0?{mode:"OperationLocation",operationLocation:c,resourceLocation:dFe({requestMethod:u,location:l,requestPath:n,resourceLocationConfig:s})}:l!==void 0?{mode:"ResourceLocation",operationLocation:l}:u==="PUT"&&n?{mode:"Body",operationLocation:n}:void 0}o(uee,"inferLroMode");function dee(t){let{status:e,statusCode:r}=t;if(typeof e!="string"&&e!==void 0)throw new Error(`Polling was unsuccessful. Expected status to have a string value or no value but it has instead: ${e}. This doesn'tnecessarilyindicatetheoperationhasfailed.CheckyourAzuresubscriptionorresourcestatusformoreinformation.`);switch(e?.toLocaleLowerCase()){case void 0:return WM(r);case"succeeded":return"succeeded";case"failed":return"failed";case"running":case"accepted":case"started":case"canceling":case"cancelling":return"running";case"canceled":case"cancelled":return"canceled";default:return Nu.verbose(`LRO:unrecognizedoperationstatus:${e}`),e}}o(dee,"transformStatus");function AFe(t){var e;let{status:r}=(e=t.body)!==null&&e!==void 0?e:{};return dee({status:r,statusCode:t.statusCode})}o(AFe,"getStatus");function pFe(t){var e,r;let{properties:n,provisioningState:s}=(e=t.body)!==null&&e!==void 0?e:{},i=(r=n?.provisioningState)!==null&&r!==void 0?r:s;return dee({status:i,statusCode:t.statusCode})}o(pFe,"getProvisioningState");function WM(t){return t===202?"running":t<300?"succeeded":"failed"}o(WM,"toOperationStatus");function Aee({rawResponse:t}){let e=t.headers["retry-after"];if(e!==void 0){let r=parseInt(e);return isNaN(r)?fFe(new Date(e)):r*1e3}}o(Aee,"parseRetryAfter");function pee(t){let e=t.flatResponse.error;if(!e){Nu.warning("The long-running operation failed but there is no error property in the response's body");return}if(!e.code||!e.message){Nu.warning("The long-running operation failed but the error property in the response's body doesn't contain code or message");return}return e}o(pee,"getErrorFromResponse");function fFe(t){let e=Math.floor(new Date().getTime()),r=t.getTime();if(e<r)return r-e}o(fFe,"calculatePollingIntervalFromDate");function fee(t){let{response:e,state:r,operationLocation:n}=t;function s(){var a;switch((a=r.config.metadata)===null||a===void 0?void 0:a.mode){case void 0:return WM(e.rawResponse.stat
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}o(Dze,"logUnexpecedPropertyAccessOnce");functionOze(){Object.keys(b0).forEach(function(t){deleteb0[t]})}o(Oze,"resetLoggedProperties")});varS0=m(ko=>{"use strict";ko.__esModule=!0;ko.HandlebarsEnvironment=uF;function_se(t){returnt&&t.__esModule?t:{default:t}}o(_se,"_interopRequireDefault");varLu=nn(),Mze=ds(),cF=_se(Mze),Lze=sF(),Fze=Rse(),Uze=oF(),w0=_se(Uze),qze=aF(),Gze="4.7.9";ko.VERSION=Gze;varHze=8;ko.COMPILER_REVISION=Hze;varVze=7;ko.LAST_COMPATIBLE_COMPILER_REVISION=Vze;varzze={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};ko.REVISION_CHANGES=zze;varlF="[object Object]";functionuF(t,e,r){this.helpers=t||{},this.partials=e||{},this.decorators=r||{},Lze.registerDefaultHelpers(this),Fze.registerDefaultDecorators(this)}o(uF,"HandlebarsEnvironment");uF.prototype={constructor:uF,logger:w0.default,log:w0.default.log,registerHelper:o(function(e,r){if(Lu.toString.call(e)===lF){if(r)thrownewcF.default("Arg not supported with multiple helpers");Lu.extend(this.helpers,e)}elsethis.helpers[e]=r},"registerHelper"),unregisterHelper:o(function(e){deletethis.helpers[e]},"unregisterHelper"),registerPartial:o(function(e,r){if(Lu.toString.call(e)===lF)Lu.extend(this.partials,e);else{if(typeofr>"u")thrownewcF.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=r}},"registerPartial"),unregisterPartial:o(function(e){deletethis.partials[e]},"unregisterPartial"),registerDecorator:o(function(e,r){if(Lu.toString.call(e)===lF){if(r)thrownewcF.default("Arg not supported with multiple decorators");Lu.extend(this.decorators,e)}elsethis.decorators[e]=r},"registerDecorator"),unregisterDecorator:o(function(e){deletethis.decorators[e]},"unregisterDecorator"),resetLoggedPropertyAccesses:o(function(){qze.resetLoggedProperties()},"resetLoggedPropertyAccesses")};varJze=w0.default.log;ko.log=Jze;ko.createFrame=Lu.createFrame;ko.logger=w0.default});varDse=m((N0,kse)=>{"use strict";N0.__esModule=!0;functiondF(t){this.string=t}o(dF,"SafeString");dF.prototype.toString=dF.prototype.toHTML=function(){return""+this.string};N0.default=dF;kse.exports=N0.default});varOse=m(AF=>{"use strict";AF.__esModule=!0;AF.wrapHelper=$ze;function$ze(t,e){if(typeoft!="function")returnt;varr=o(function(){vars=arguments[arguments.length-1];returnarguments[arguments.length-1]=e(s),t.apply(this,arguments)},"wrapper");returnr}o($ze,"wrapHelper")});varGse=m(jc=>{"use strict";jc.__esModule=!0;jc.checkRevision=Zze;jc.template=eJe;jc.wrapProgram=x0;jc.resolvePartial=tJe;jc.invokePartial=rJe;jc.noop=Use;functionYze(t){returnt&&t.__esModule?t:{default:t}}o(Yze,"_interopRequireDefault");functionWze(t){if(t&&t.__esModule)returnt;vare={};if(t!=null)for(varrint)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);returne.default=t,e}o(Wze,"_interopRequireWildcard");varjze=nn(),Sp=Wze(jze),Kze=ds(),qa=Yze(Kze),Ga=S0(),Mse=sF(),Xze=Ose(),Lse=aF();functionZze(t){vare=t&&t[0]||1,r=Ga.COMPILER_REVISION;if(!(e>=Ga.LAST_COMPATIBLE_COMPILER_REVISION&&e<=Ga.COMPILER_REVISION))if(e<Ga.LAST_COMPATIBLE_COMPILER_REVISION){varn=Ga.REVISION_CHANGES[r],s=Ga.REVISION_CHANGES[e];thrownewqa.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+n+") or downgrade your runtime to an older version ("+s+").")}elsethrownewqa.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+t[1]+").")}o(Zze,"checkRevision");functioneJe(t,e){if(!e)thrownewqa.default("No environment passed to template");if(!t||!t.main)thrownewqa.default("Unknown template object: "+typeoft);t.main.decorator=t.main_d,e.VM.checkRevision(t.compiler);varr=t.compiler&&t.compiler[0]===7;functionn(a,c,l){l.hash&&(c=Sp.extend({},c,l.hash),l.ids&&(l.ids[0]=!0)),a=e.VM.res
Expecting `+de.join(", ")+", got '"+(this.terminals_[B]||B)+"'":Lr="Parse error on line "+(A+1)+": Unexpected "+(B==1?"end of input":"'"+(this.terminals_[B]||B)+"'"),this.parseError(Lr,{text:this.lexer.match,token:this.terminals_[B]||B,line:this.lexer.yylineno,loc:y,expected:de})}}if(D[0]instanceofArray&&D.length>1)thrownewError("Parse Error: multiple actions possible at state: "+Q+", token: "+B);switch(D[0]){case1:a.push(B),c.push(this.lexer.yytext),l.push(this.lexer.yylloc),a.push(D[1]),B=null,N?(B=N,N=null):(p=this.lexer.yyleng,d=this.lexer.yytext,A=this.lexer.yylineno,y=this.lexer.yylloc,f>0&&f--);break;case2:if(Ce=this.productions_[D[1]][1],ke.$=c[c.length-Ce],ke._$={first_line:l[l.length-(Ce||1)].first_line,last_line:l[l.length-1].last_line,first_column:l[l.length-(Ce||1)].first_column,last_column:l[l.length-1].last_column},E&&(ke._$.range=[l[l.length-(Ce||1)].range[0],l[l.length-1].range[1]]),xe=this.performAction.call(ke,d,p,A,this.yy,D[1],c,l),typeofxe<"u")returnxe;Ce&&(a=a.slice(0,-1*Ce*2),c=c.slice(0,-1*Ce),l=l.slice(0,-1*Ce)),a.push(this.productions_[D[1]][0]),c.push(ke.$),l.push(ke._$),Xe=u[a[a.length-2]][a[a.length-1]],a.push(Xe);break;case3:return!0}}return!0},"parse")},e=(function(){varn={EOF:1,parseError:o(function(i,a){if(this.yy.parser)this.yy.parser.parseError(i,a);elsethrownewError(i)},"parseError"),setInput:o(function(i){returnthis._input=i,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},"setInput"),input:o(function(){vari=this._input[0];this.yytext+=i,this.yyleng++,this.offset++,this.match+=i,this.matched+=i;vara=i.match(/(?:\r\n?|\n).*/g);returna?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),i},"input"),unput:o(function(i){vara=i.length,c=i.split(/(?:\r\n?|\n)/g);this._input=i+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-a-1),this.offset-=a;varl=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),c.length-1&&(this.yylineno-=c.length-1);varu=this.yylloc.range;returnthis.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:c?(c.length===l.length?this.yylloc.first_column:0)+l[l.length-c.length].length-c[0].length:this.yylloc.first_column-a},this.options.ranges&&(this.yylloc.range=[u[0],u[0]+this.yyleng-a]),this},"unput"),more:o(function(){returnthis._more=!0,this},"more"),less:o(function(i){this.unput(this.match.slice(i))},"less"),pastInput:o(function(){vari=this.matched.substr(0,this.matched.length-this.match.length);return(i.length>20?"...":"")+i.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:o(function(){vari=this.match;returni.length<20&&(i+=this._input.substr(0,20-i.length)),(i.substr(0,20)+(i.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:o(function(){vari=this.pastInput(),a=newArray(i.length+1).join("-");returni+this.upcomingInput()+`
`+a+"^"},"showPosition"),next:o(function(){if(this.done)returnthis.EOF;this._input||(this.done=!0);vari,a,c,l,u,d;this._more||(this.yytext="",this.match="");for(varA=this._currentRules(),p=0;p<A.length&&(c=this._input.match(this.rules[A[p]]),!(c&&(!a||c[0].length>a[0].length)&&(a=c,l=p,!this.options.flex)));p++);returna?(d=a[0].match(/(?:\r\n?|\n).*/g),d&&(this.yylineno+=d.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:d?d[d.length-1].length-d[d.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+a[0].length},this.yytext+=a[0],this.match+=a[0],this.matches=a,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(a[0].length),this.matched+=a[0],i=this.performAction.call(this,this.yy,this,A[l],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),i||void0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){vari=this.next();returntypeofi<"u"?i:this.lex()},"lex"),begin:o(function(i){this.conditionStack.push(i)},"begin"),popState:o(function(){returnthis.conditionStack.pop()},"popState"),_currentRules:o(function(){returnthis.conditions[this.conditionStack[this.conditionStack.length-1]].rules},"_currentRules"),topState:o(function(){returnthis.conditionStack[this.conditionStack.length-2]},"topState"),pushState:o(function(i){this.begin(i)},"begin")};returnn.options={},n.performAction=o(function(i,a,c,l){functionu(A,p){returna.yytext=a.yytext.substring(A,a.yyleng-p+A)}o(u,"strip");vard=l;switch(c){case0:if(a.yytext.slice(-2)==="\\\\"?(u(0,1),this.begin("mu")):a.yytext.slice(-1)==="\\"?(u(0,1),this.begin("emu")):this.begin("mu"),a.yytext)return15;break;case1:return15;case2:returnthis.popState(),15;break;case3:returnthis.begin("raw"),15;break;case4:returnthis.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(u(5,9),"END_RAW_BLOCK");case5:return15;case6:returnthis.popState(),14;break;case7:return65;case8:return68;case9:return19;case10:returnthis.popState(),this.begin("raw"),23;break;case11:return55;case12:return60;case13:return29;case14:return47;case15:returnthis.popState(),44;break;case16:returnthis.popState(),44;break;case17:return34;case18:return39;case19:return51;case20:return48;case21:this.unput(a.yytext),this.popState(),this.begin("com");break;case22:returnthis.popState(),14;break;case23:return48;case24:return73;case25:return72;case26:return72;case27:return87;case28:break;case29:returnthis.popState(),54;break;case30:returnthis.popState(),33;break;case31:returna.yytext=u(1,2).replace(/\\"/g,'"'),80;break;case32:returna.yytext=u(1,2).replace(/\\'/g,"'"),80;break;case33:return85;case34:return82;case35:return82;case36:return83;case37:return84;case38:return81;case39:return75;case40:return77;case41:return72;case42:returna.yytext=a.yytext.replace(/\\([\\\]])/g,"$1"),72;break;case43:return"INVALID";case44:return5}},"anonymous"),n.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],n.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},n})();t.lexer=e;functionr(){this.yy={}}returno(r,"Parser"),r.prototype=t,t.Parser=r,newr})();P0.default=fJe;Kse.exports=P0.default});varO0=m((D0,tie)=>{"use strict";D0.__esModule=!0;functionhJe(t){returnt&&t.__esModule?t:{default:t}}o(hJe,"_interopRequireDefault");varmJe=ds(),EF=hJe(mJe);function_0(){this.parents=[]}o(_0,"Visitor");_0.prototype={constructor:_0,mutating:!1,acceptKey:o(function(e,r){varn=this.accept(e[r]);if(this.mutating){if(n&&!_0.prototype[n.type])thrownewEF.default('Unexpected node type "'+n.type+'" found when accepting '+r+" on "+e.type);e[r]=n}},"acceptKey"),acceptRequired:o(function(e,r){if(this.a
`])}),e},"merge"),each:o(function(e){for(var r=0,n=this.source.length;r<n;r++)e(this.source[r])},"each"),empty:o(function(){var e=this.currentLocation||{start:{}};return new Gu(e.start.line,e.start.column,this.srcFile)},"empty"),wrap:o(function(e){var r=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return e instanceof Gu?e:(e=UF(e,this,r),new Gu(r.start.line,r.start.column,this.srcFile,e))},"wrap"),functionCall:o(function(e,r,n){return n=this.generateList(n),this.wrap([e,r?"."+r+"(":"(",n,")"])},"functionCall"),quotedString:o(function(e){return'"'+(e+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},"quotedString"),objectLiteral:o(function(e){var r=this,n=[];Object.keys(e).forEach(function(i){var a=UF(e[i],r);a!=="undefined"&&n.push([r.quotedString(i),":",a])});var s=this.generateList(n);return s.prepend("{"),s.add("}"),s},"objectLiteral"),generateList:o(function(e){for(var r=this.empty(),n=0,s=e.length;n<s;n++)n&&r.add(","),r.add(UF(e[n],this));return r},"generateList"),generateArray:o(function(e){var r=this.generateList(e);return r.prepend("["),r.add("]"),r},"generateArray")};V0.default=Oie;Mie.exports=V0.default});var Hie=m((z0,Gie)=>{"use strict";z0.__esModule=!0;function qie(t){return t&&t.__esModule?t:{default:t}}o(qie,"_interopRequireDefault");var Fie=S0(),p$e=ds(),GF=qie(p$e),f$e=nn(),h$e=Lie(),Uie=qie(h$e);function vp(t){this.value=t}o(vp,"Literal");function Pp(){}o(Pp,"JavaScriptCompiler");Pp.prototype={nameLookup:o(function(e,r){return this.internalNameLookup(e,r)},"nameLookup"),depthedLookup:o(function(e){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(e),")"]},"depthedLookup"),compilerInfo:o(function(){var e=Fie.COMPILER_REVISION,r=Fie.REVISION_CHANGES[e];return[e,r]},"compilerInfo"),appendToBuffer:o(function(e,r,n){return f$e.isArray(e)||(e=[e]),e=this.source.wrap(e,r),this.environment.isSimple?["return ",e,";"]:n?["buffer += ",e,";"]:(e.appendToBuffer=!0,e)},"appendToBuffer"),initializeBuffer:o(function(){return this.quotedString("")},"initializeBuffer"),internalNameLookup:o(function(e,r){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",e,",",JSON.stringify(r),")"]},"internalNameLookup"),lookupPropertyFunctionIsUsed:!1,compile:o(function(e,r,n,s){this.environment=e,this.options=r,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!s,this.name=this.environment.name,this.isChild=!!n,this.context=n||{decorators:[],programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.blockParams=[],this.compileChildren(e,r),this.useDepths=this.useDepths||e.useDepths||e.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||e.useBlockParams;var i=e.opcodes,a=void 0,c=void 0,l=void 0,u=void 0;for(l=0,u=i.length;l<u;l++)a=i[l],this.source.currentLocation=a.loc,c=c||a.loc,this[a.opcode].apply(this,a.args);if(this.source.currentLocation=c,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new GF.default("Compile completed with content left on stack");this.decorators.isEmpty()?this.decorators=void 0:(this.useDecorators=!0,this.decorators.prepend(["var decorators = container.decorators, ",this.lookupPropertyFunctionVarDeclaration(),`;
`)}o(Z5e,"fromDER")});varCN=m(pl=>{"use strict";Object.defineProperty(pl,"__esModule",{value:!0});pl.SHA2_HASH_ALGOS=pl.RSA_SIGNATURE_ALGOS=pl.ECDSA_SIGNATURE_ALGOS=void0;pl.ECDSA_SIGNATURE_ALGOS={"1.2.840.10045.4.3.1":"sha224","1.2.840.10045.4.3.2":"sha256","1.2.840.10045.4.3.3":"sha384","1.2.840.10045.4.3.4":"sha512"};pl.RSA_SIGNATURE_ALGOS={"1.2.840.113549.1.1.14":"sha224","1.2.840.113549.1.1.11":"sha256","1.2.840.113549.1.1.12":"sha384","1.2.840.113549.1.1.13":"sha512"};pl.SHA2_HASH_ALGOS={"2.16.840.1.101.3.4.2.1":"sha256","2.16.840.1.101.3.4.2.2":"sha384","2.16.840.1.101.3.4.2.3":"sha512"}});varnq=m(IN=>{"use strict";Object.defineProperty(IN,"__esModule",{value:!0});IN.RFC3161TimestampVerificationError=void0;varrq=classextendsError{static{o(this,"RFC3161TimestampVerificationError")}};IN.RFC3161TimestampVerificationError=rq});varIle=m(Go=>{"use strict";vare8e=Go&&Go.__createBinding||(Object.create?(function(t,e,r,n){n===void0&&(n=r);vars=Object.getOwnPropertyDescriptor(e,r);(!s||("get"ins?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:o(function(){returne[r]},"get")}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void0&&(n=r),t[n]=e[r]})),t8e=Go&&Go.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),r8e=Go&&Go.__importStar||(function(){vart=o(function(e){returnt=Object.getOwnPropertyNames||function(r){varn=[];for(varsinr)Object.prototype.hasOwnProperty.call(r,s)&&(n[n.length]=s);returnn},t(e)},"ownKeys");returnfunction(e){if(e&&e.__esModule)returne;varr={};if(e!=null)for(varn=t(e),s=0;s<n.length;s++)n[s]!=="default"&&e8e(r,e,n[s]);returnt8e(r,e),r}})();Object.defineProperty(Go,"__esModule",{value:!0});Go.TSTInfo=void0;varCle=r8e(lf()),n8e=CN(),s8e=nq(),sq=class{static{o(this,"TSTInfo")}root;constructor(e){this.root=e}getversion(){returnthis.root.subs[0].toInteger()}getgenTime(){returnthis.root.subs[4].toDate()}getmessageImprintHashAlgorithm(){lete=this.messageImprintObj.subs[0].subs[0].toOID();returnn8e.SHA2_HASH_ALGOS[e]}getmessageImprintHashedMessage(){returnthis.messageImprintObj.subs[1].value}getraw(){returnthis.root.toDER()}verify(e){letr=Cle.digest(this.messageImprintHashAlgorithm,e);if(!Cle.bufferEqual(r,this.messageImprintHashedMessage))thrownews8e.RFC3161TimestampVerificationError("message imprint does not match artifact")}getmessageImprintObj(){returnthis.root.subs[2]}};Go.TSTInfo=sq});varble=m(Ho=>{"use strict";vari8e=Ho&&Ho.__createBinding||(Object.create?(function(t,e,r,n){n===void0&&(n=r);vars=Object.getOwnPropertyDescriptor(e,r);(!s||("get"ins?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:o(function(){returne[r]},"get")}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void0&&(n=r),t[n]=e[r]})),o8e=Ho&&Ho.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),a8e=Ho&&Ho.__importStar||(function(){vart=o(function(e){returnt=Object.getOwnPropertyNames||function(r){varn=[];for(varsinr)Object.prototype.hasOwnProperty.call(r,s)&&(n[n.length]=s);returnn},t(e)},"ownKeys");returnfunction(e){if(e&&e.__esModule)returne;varr={};if(e!=null)for(varn=t(e),s=0;s<n.length;s++)n[s]!=="default"&&i8e(r,e,n[s]);returno8e(r,e),r}})();Object.defineProperty(Ho,"__esModule",{value:!0});Ho.RFC3161Timestamp=void0;varc8e=gN(),iq=a8e(lf()),Ble=CN(),yE=nq(),l8e=Ile(),u8e="1.2.840.113549.1.7.2",d8e="1.2.840.113549.1.9.16.1.4",A8e="1.2.840.113549.1.9.4",oq=classt{static{o(this,"RFC3161Timestamp")}root;constructor(e){this.root=e}staticparse(e){letr=c8e.ASN1Obj.parseBuffer(e);returnnewt(r)}getstatus(){returnthis.pkiStatusInfoObj.subs[0].toInteger()}getcontentType(){returnthis.contentTypeObj.toOID()}geteContentType(){returnthis.eContentTypeObj.toOID()}getsigningTime(){returnthis.tstInfo.genTime}getsignerIssuer(){returnthis.signerSidObj.subs[0].value}getsignerSerialNumber(){returnthis.signerSidObj.subs[1].value}getsignerDigestAlgorith
`,P9e=/\u2014 (\S+) (\S+)\n/g;function _9e(t,e){let r=t.inclusionProof,n=Oq.fromString(r.checkpoint.envelope),s=qN.fromString(n.note);if(!k9e(n,e))throw new wE.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid checkpoint signature"});return s}o(_9e,"verifyCheckpoint");function k9e(t,e){let r=Buffer.from(t.note,"utf-8");return t.signatures.some(n=>{let s=e.find(i=>nue.crypto.bufferEqual(i.logID.subarray(0,4),n.keyHint)&&i.baseURL.match(n.name));return s?nue.crypto.verify(r,s.publicKey,n.signature):!1})}o(k9e,"verifySignedNote");var Oq=class t{static{o(this,"SignedNote")}note;signatures;constructor(e,r){this.note=e,this.signatures=r}static fromString(e){if(!e.includes(Dq))throw new wE.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"missing checkpoint separator"});let r=e.indexOf(Dq),n=e.slice(0,r+1),i=e.slice(r+Dq.length).matchAll(P9e),a=Array.from(i,c=>{let[,l,u]=c,d=Buffer.from(u,"base64");if(d.length<5)throw new wE.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"malformed checkpoint signature"});return{name:l,keyHint:d.subarray(0,4),signature:d.subarray(4)}});if(a.length===0)throw new wE.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"no signatures found in checkpoint"});return new t(n,a)}},qN=class t{static{o(this,"LogCheckpoint")}origin;logSize;logHash;rest;constructor(e,r,n,s){this.origin=e,this.logSize=r,this.logHash=n,this.rest=s}static fromString(e){let r=e.trimEnd().split(`
`);if(r.length<3)throw new wE.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"too few lines in checkpoint header"});let n=r[0],s=BigInt(r[1]),i=Buffer.from(r[2],"base64"),a=r.slice(3);return new t(n,s,i,a)}};SE.LogCheckpoint=qN});var iue=m(Uq=>{"use strict";Object.defineProperty(Uq,"__esModule",{value:!0});Uq.verifyMerkleInclusion=M9e;var Fq=Ri(),Mq=Mr(),D9e=Buffer.from([0]),O9e=Buffer.from([1]);function M9e(t,e){let r=t.inclusionProof,n=BigInt(r.logIndex),s=BigInt(e.logSize);if(n<0n||n>=s)throw new Mq.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:`invalidindex:${n}`});let{inner:i,border:a}=L9e(n,s);if(r.hashes.length!==i+a)throw new Mq.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid hash count"});let c=r.hashes.slice(0,i),l=r.hashes.slice(i),u=V9e(t.canonicalizedBody),d=U9e(F9e(u,c,n),l);if(!Fq.crypto.bufferEqual(d,e.logHash))throw new Mq.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"calculated root hash does not match inclusion proof"})}o(M9e,"verifyMerkleInclusion");function L9e(t,e){let r=q9e(t,e),n=G9e(t>>BigInt(r));return{inner:r,border:n}}o(L9e,"decompInclProof");function F9e(t,e,r){return e.reduce((n,s,i)=>r>>BigInt(i)&BigInt(1)?Lq(s,n):Lq(n,s),t)}o(F9e,"chainInner");function U9e(t,e){return e.reduce((r,n)=>Lq(n,r),t)}o(U9e,"chainBorderRight");function q9e(t,e){return H9e(t^e-BigInt(1))}o(q9e,"innerProofSize");function G9e(t){return t.toString(2).split("1").length-1}o(G9e,"onesCount");function H9e(t){return t===0n?0:t.toString(2).length}o(H9e,"bitLength");function Lq(t,e){return Fq.crypto.digest("sha256",O9e,t,e)}o(Lq,"hashChildren");function V9e(t){return Fq.crypto.digest("sha256",D9e,t)}o(V9e,"hashLeaf")});var aue=m(qq=>{"use strict";Object.defineProperty(qq,"__esModule",{value:!0});qq.verifyTLogSET=$9e;var oue=Ri(),z9e=Mr(),J9e=Af();function $9e(t,e){if(!(0,J9e.filterTLogAuthorities)(e,{logID:t.logId.keyId,targetDate:new Date(Number(t.integratedTime)*1e3)}).some(s=>{let i=Y9e(t),a=Buffer.from(oue.json.canonicalize(i),"utf8"),c=t.inclusionPromise.signedEntryTimestamp;return oue.crypto.verify(a,s.publicKey,c)}))throw new z9e.VerificationError({code:"TLOG_INCLUSION_PROMISE_ERROR",message:"inclusion promise could not be verified"})}o($9e,"verifyTLogSET");function Y9e(t){let{integratedTime:e,logIndex:r,logId:n,canonicalizedBody:s}=t;return{body:s.toString("base64"),integratedTime:Number(e),logIndex:Number(r),logID:n.keyId.toString("hex")}}o(Y9e,"toVerificationPayload")});var lue=m(GN=>{"use strict";Object.defineProperty(GN,"__esModule",{value:!0});GN.verifyTLogBody=Z9e;GN.verifyTLogInclusion=e6e;var cue=Zle(),Vq=Mr(),Gq=eue(),Hq=tue(),W9e=rue(),j9e=sue(),K9e=iue(),X9e=aue();function Z9e(t,e){let{kind:r,version:n}=t.kindVersion,s=JSON.parse(t.canonicalizedBody.toString("utf8"));if(r!==s.kind||n!==s.apiVersion)throw new Vq.VerificationError({code:"TLOG_BODY_ERROR",message:`kind/versionmismatch-expected:${r}/${n},received:${s.kind}/${s.apiVersion}`});switch(r){case"dsse":if(n==Gq.DSSE_API_VERSION_V1)return(0,Gq.verifyDSSETLogBody)(s,e);{let i=cue.Entry.fromJSON(s);return(0,Gq.verifyDSSETLogBodyV2)(i,e)}case"intoto":return(0,W9e.verifyIntotoTLogBody)(s,e);case"hashedrekord":if(n==Hq.HASHEDREKORD_API_VERSION_V1)return(0,Hq.verifyHashedRekordTLogBody)(s,e);{let i=cue.Entry.fromJSON(s);return(0,Hq.verifyHashedRekordTLogBodyV2)(i,e)}default:throw new Vq.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupportedkind:${r}`})}}o(Z9e,"verifyTLogBody");function e6e(t,e){let r=!1;if(t6e(t)&&((0,X9e.verifyTLogSET)(t,e),r=!0),r6e(t)){let n=(0,j9e.verifyCheckpoint)(t,e);(0,K9e.verifyMerkleInclusion)(t,n),r=!0}if(!r)throw new Vq.VerificationError({code:"TLOG_MISSING_INCLUSION_ERROR",message:"inclusion could not be verified"})}o(e6e,"verifyTLogInclusion");function t6e(t){return t.inclusionPromise!==void 0}o(t6e,"isTLogEntryWithInclusionPromise");function r6e(t){return t.inclusionProof!==void 0}o(r6e,"isTLogEntryWithInclusionProof")});var fue=m(HN=>{"use strict";Object.defineProperty(HN,"__esModule",{value:!0});HN.Verifier=void 0;var n6e=require("util"),
`),u}o(cG,"getBlockValue");functionhAe(t,e){if(e.valueStart===cAe)return"";let{valueStart:r,valueEnd:n}=e;if(e.fast)returnt.slice(r,n);switch(e.style){case2:returnpAe(t,r,n);case3:returnfAe(t,r,n);case4:returncG(t,r,n,e.indent,e.chomping,!1);case5:returncG(t,r,n,e.indent,e.chomping,!0);default:returnAAe(t,r,n)}}o(hAe,"getScalarValue");varmAe={"!":"!","!!":"tag:yaml.org,2002:"};functionyG(t,e){if(t.startsWith("!<")&&t.endsWith(">"))returndecodeURIComponent(t.slice(2,-1));letr=t.indexOf("!",1),n=r===-1?"!":t.slice(0,r+1),s=e?.[n]??mAe[n]??n;returndecodeURIComponent(s)+decodeURIComponent(t.slice(n.length))}o(yG,"tagNameFull");varAd=-1,bx={filename:"",schema:sAe,json:!1,maxTotalMergeKeys:1e4,maxAliases:-1};functiongAe(t){return"tagStart"int&&t.tagStart!==Ad?t.tagStart:"anchorStart"int&&t.anchorStart!==Ad?t.anchorStart:"valueStart"int&&t.valueStart!==Ad?t.valueStart:"start"int?t.start:0}o(gAe,"eventPosition$1");functionun(t,e){UE(t.source,t.position,e,t.filename)}o(un,"throwError$1");functionCG(t,e,r,n){try{returnr.finalize(n)}catch(s){if(sinstanceofkE)throws;UE(t.source,e,sinstanceofError?s.message:String(s),t.filename)}}o(CG,"finalizeCollection");function_E(t,e,r){letn=t[r];if(n)returnn;for(letsofe)if(r.startsWith(s.tagName))returns}o(_E,"lookupTag");functionEAe(t,e,r,n,s){leti=_E(e,r,n);if(i)returni;un(t,`unknown ${s} tag !<${n}>`)}o(EAe,"findExplicitTag");functionyAe(t,e){letr=hAe(t.source,e),n=e.tagStart===Ad?"":t.source.slice(e.tagStart,e.tagEnd),s=t.schema.defaultScalarTag;if(n!==""){if(n==="!")return{value:r,tag:s};leti=yG(n,t.tagHandlers),a=_E(t.schema.exact.scalar,t.schema.prefix.scalar,i);if(a){letl=a.resolve(r,!0,i);returnl===ve&&un(t,`cannot resolve a node with !<${i}> explicit tag`),{value:l,tag:a}}letc=_E(t.schema.exact.mapping,t.schema.prefix.mapping,i)??_E(t.schema.exact.sequence,t.schema.prefix.sequence,i);if(c){r!==""&&un(t,`cannot resolve a node with !<${i}> explicit tag`);letl=c.create(i);return{value:c.carrierIsResult?l:CG(t,t.position,c,l),tag:c}}un(t,`unknown scalar tag !<${i}>`)}if(e.style===1){leti=t.schema.implicitScalarByFirstChar.get(r.charAt(0))??t.schema.implicitScalarAnyFirstChar;for(letaofi){letc=a.resolve(r,!1,a.tagName);if(c!==ve)return{value:c,tag:a}}}return{value:s.resolve(r,!1,s.tagName),tag:s}}o(yAe,"constructScalar");functionlG(t,e,r,n,s,i){leta=e.tagStart===Ad?"":t.source.slice(e.tagStart,e.tagEnd),c=a===""||a==="!"?s:yG(a,t.tagHandlers);return{tagName:c,tag:EAe(t,r,n,c,i)}}o(lG,"collectionTag");functionIG(t){returnt.nodeKind==="mapping"}o(IG,"isMappingTag");functionuG(t,e,r,n){for(letsofn.keys(r)){if(t.maxTotalMergeKeys!==-1&&++t.totalMergeKeys>t.maxTotalMergeKeys&&un(t,`merge keys exceeded maxTotalMergeKeys (${t.maxTotalMergeKeys})`),e.tag.has(e.value,s))continue;leti=e.tag.addPair(e.value,s,n.get(r,s));i&&un(t,i),(e.overridable??=newSet).add(s)}}o(uG,"mergeKeys");functionCAe(t,e,r,n){if(t.position=e.keyPosition,IG(n))uG(t,e,r,n);elseif(n.nodeKind==="sequence"&&Array.isArray(r))for(letsofr)uG(t,e,s,e.tag);elseun(t,"cannot merge mappings; the provided source object is unacceptable")}o(CAe,"mergeSource");functionIAe(t,e,r,n,s){if(t.position=e.keyPosition,r===Ex){CAe(t,e,n,s);return}!t.json&&e.tag.has(e.value,r)&&!e.overridable?.has(r)&&un(t,"duplicated mapping key");leti=e.tag.addPair(e.value,r,n);i&&un(t,i),e.overridable?.delete(r)}o(IAe,"addMappingValue");functionux(t,e,r){letn=t.frames[t.frames.length-1];if(n.kind==="document")n.value=e,n.hasValue=!0;elseif(n.kind==="sequence"){n.merge&&(IG(r)||un(t,"cannot merge mappings; the provided source object is unacceptable"));lets=n.tag.addItem(n.value,e,n.index++);s&&un(t,s)}elseif(n.hasKey){lets=n.key;n.key=void0,n.hasKey=!1,IAe(t,n,s,e,r)}elsen.key=e,n.keyPosition=t.position,n.hasKey=!0}o(ux,"addValue");functiondx(t,e,r,n,s){if(e.anchorStart!==Ad){leti={value:r,tag:n,isValueFinal:s};returnt.anchors.set(t.source.slice(e.anchorStart,e.anchorEnd),i),i}returnnull}o(dx,"storeAnchor");functionBAe(t,e){letr={...bx,...e,events:t,documents:[],eventIndex:0,positio
Supportbooleaninputlist:\`true | True | TRUE | false | False | FALSE\``)}o(Kl,"getBooleanInput");functionDh(t,e){if(process.env.GITHUB_OUTPUT||"")returnHE("OUTPUT",Qx(t,e));process.stdout.write(mv.EOL),ta("set-output",{name:t},ea(e))}o(Dh,"setOutput");functionvj(t){process.exitCode=hv.Failure,fA(t)}o(vj,"setFailed");functionya(){returnprocess.env.RUNNER_DEBUG==="1"}o(ya,"isDebug");functionb(t){ta("debug",{},t)}o(b,"debug");functionfA(t,e={}){ta("error",Sx(e),tinstanceofError?t.toString():t)}o(fA,"error");function$e(t,e={}){ta("warning",Sx(e),tinstanceofError?t.toString():t)}o($e,"warning");functionS(t){process.stdout.write(t+mv.EOL)}o(S,"info");functionTSe(t){xx("group",t)}o(TSe,"startGroup");functionvSe(){xx("endgroup")}o(vSe,"endGroup");functionit(t,e){returnRSe(this,void0,void0,function*(){TSe(t);letr;try{r=yielde()}finally{vSe()}returnr})}o(it,"group");functiongn(t,e){if(process.env.GITHUB_STATE||"")returnHE("STATE",Qx(t,e));ta("save-state",{name:t},ea(e))}o(gn,"saveState");functionPj(t){returnprocess.env[`STATE_${t}`]||""}o(Pj,"getState");varjw=w(require("fs"),1),S1=w(require("os"),1),N1=w(require("path"),1);varkj=w(require("os"),1);functionOh(t){returnt==null?"":typeoft=="string"||tinstanceofString?t:JSON.stringify(t)}o(Oh,"toCommandValue");functionDj(t,e,r){letn=newgv(t,e,r);process.stdout.write(n.toString()+kj.EOL)}o(Dj,"issueCommand");var_j="::",gv=class{static{o(this,"Command")}constructor(e,r,n){e||(e="missing.command"),this.command=e,this.properties=r,this.message=n}toString(){lete=_j+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";letr=!0;for(letninthis.properties)if(this.properties.hasOwnProperty(n)){lets=this.properties[n];s&&(r?r=!1:e+=",",e+=`${n}=${_Se(s)}`)}}returne+=`${_j}${PSe(this.message)}`,e}};functionPSe(t){returnOh(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}o(PSe,"escapeData");function_Se(t){returnOh(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}o(_Se,"escapeProperty");varFj=w(require("os"),1);varMj=require("os"),Mh=require("fs");varEv=function(t,e,r,n){functions(i){returniinstanceofr?i:newr(function(a){a(i)})}returno(s,"adopt"),new(r||(r=Promise))(function(i,a){functionc(d){try{u(n.next(d))}catch(A){a(A)}}o(c,"fulfilled");functionl(d){try{u(n.throw(d))}catch(A){a(A)}}o(l,"rejected");functionu(d){d.done?i(d.value):s(d.value).then(c,l)}o(u,"step"),u((n=n.apply(t,e||[])).next())})},{access:kSe,appendFile:DSe,writeFile:OSe}=Mh.promises,Oj="GITHUB_STEP_SUMMARY";varyv=class{static{o(this,"Summary")}constructor(){this._buffer=""}filePath(){returnEv(this,void0,void0,function*(){if(this._filePath)returnthis._filePath;lete=process.env[Oj];if(!e)thrownewError(`Unable to find environment variable for $${Oj}. Check if your runtime environment supports job summaries.`);try{yieldkSe(e,Mh.constants.R_OK|Mh.constants.W_OK)}catch{thrownewError(`Unable to access summary file: '${e}'. Check if the file has correct read/write permissions.`)}returnthis._filePath=e,this._filePath})}wrap(e,r,n={}){lets=Object.entries(n).map(([i,a])=>` ${i}="${a}"`).join("");returnr?`<${e}${s}>${r}</${e}>`:`<${e}${s}>`}write(e){returnEv(this,void0,void0,function*(){letr=!!e?.overwrite,n=yieldthis.filePath();returnyield(r?OSe:DSe)(n,this._buffer,{encoding:"utf8"}),this.emptyBuffer()})}clear(){returnEv(this,void0,void0,function*(){returnthis.emptyBuffer().write({overwrite:!0})})}stringify(){returnthis._buffer}isEmptyBuffer(){returnthis._buffer.length===0}emptyBuffer(){returnthis._buffer="",this}addRaw(e,r=!1){returnthis._buffer+=e,r?this.addEOL():this}addEOL(){returnthis.addRaw(Mj.EOL)}addCodeBlock(e,r){letn=Object.assign({},r&&{lang:r}),s=this.wrap("pre",this.wrap("code",e),n);returnthis.addRaw(s).addEOL()}addList(e,r=!1){letn=r?"ol":"ul",s=e.map(a=>this.wrap("li",a)).join(""),i=this.wrap(n,s);returnthis.addRaw(i).addEOL()}addTable(e){letr=e.map(s=>{leti=s.map(a=>{if(typeofa=="string")returnthis.wrap("td",a);let{header:c,data:
`,"utf-8")],s=Pke(n);s&&t.headers.set("Content-Length",s),t.body=awaitLK(n)}o(_ke,"buildRequestBody");varfm="multipartPolicy",kke=70,Dke=newSet("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");functionOke(t){if(t.length>kke)thrownewError(`Multipart boundary "${t}" exceeds maximum length of 70 characters`);if(Array.from(t).some(e=>!Dke.has(e)))thrownewError(`Multipart boundary "${t}" contains invalid characters`)}o(Oke,"assertValidBoundary");functionlB(){return{name:fm,asyncsendRequest(t,e){if(!t.multipartBody)returne(t);if(t.body)thrownewError("multipartBody and regular body cannot be set at the same time");letr=t.multipartBody.boundary,n=t.headers.get("Content-Type")??"multipart/mixed",s=n.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!s)thrownewError(`Got multipart request body, but content-type header was not multipart: ${n}`);let[,i,a]=s;if(a&&r&&a!==r)thrownewError(`Multipart boundary was specified as ${a} in the header, but got ${r} in the request body`);returnr??=a,r?Oke(r):r=Rke(),t.headers.set("Content-Type",`${i}; boundary=${r}`),await_ke(t,t.multipartBody.parts,r),t.multipartBody=void0,e(t)}}}o(lB,"multipartPolicy");functionuB(){return_I()}o(uB,"createEmptyPipeline");varFK=TI({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"}),sut=FK.logger;functionto(t){returnFK.createClientLogger(t)}o(to,"createClientLogger");varro=to("core-rest-pipeline");functionl_(t={}){returnFI({logger:ro.info,...t})}o(l_,"logPolicy");varu_=UI;functiond_(t={}){returnqI(t)}o(d_,"redirectPolicy");vardB=w(require("node:os"),1),AB=w(require("node:process"),1);functionUK(){return"User-Agent"}o(UK,"getHeaderName");asyncfunctionqK(t){if(AB.default&&AB.default.versions){lete=`${dB.default.type()}${dB.default.release()}; ${dB.default.arch()}`,r=AB.default.versions;r.bun?t.set("Bun",`${r.bun} (${e})`):r.deno?t.set("Deno",`${r.deno} (${e})`):r.node&&t.set("Node",`${r.node} (${e})`)}}o(qK,"setPlatformSpecificData");varpB="1.22.2";functionVke(t){lete=[];for(let[r,n]oft){lets=n?`${r}/${n}`:r;e.push(s)}returne.join(" ")}o(Vke,"getUserAgentString");functionGK(){returnUK()}o(GK,"getUserAgentHeaderName");asyncfunctionfB(t){lete=newMap;e.set("core-rest-pipeline",pB),awaitqK(e);letr=Vke(e);returnt?`${t}${r}`:r}o(fB,"getUserAgentValue");varHK=GK(),VK="userAgentPolicy";functionA_(t={}){lete=fB(t.userAgentPrefix);return{name:VK,asyncsendRequest(r,n){returnr.headers.has(HK)||r.headers.set(HK,awaite),n(r)}}}o(A_,"userAgentPolicy");varrs=classextendsError{static{o(this,"AbortError")}constructor(e){super(e),this.name="AbortError"}};functionp_(t,e){let{cleanupBeforeAbort:r,abortSignal:n,abortErrorMsg:s}=e??{};returnnewPromise((i,a)=>{functionc(){a(newrs(s??"The operation was aborted."))}o(c,"rejectOnAbort");functionl(){n?.removeEventListener("abort",u)}o(l,"removeListeners");functionu(){r?.(),l(),c()}if(o(u,"onAbort"),n?.aborted)returnc();try{t(d=>{l(),i(d)},d=>{l(),a(d)})}catch(d){a(d)}n?.addEventListener("abort",u)})}o(p_,"createAbortablePromise");varWke="The delay was aborted.";functionhm(t,e){letr,{abortSignal:n,abortErrorMsg:s}=e??{};returnp_(i=>{r=setTimeout(i,t)},{cleanupBeforeAbort:o(()=>clearTimeout(r),"cleanupBeforeAbort"),abortSignal:n,abortErrorMsg:s??Wke})}o(hm,"delay");functionkc(t){if(su(t))returnt.message;{lete;try{typeoft=="object"&&t?e=JSON.stringify(t):e=String(t)}catch{e="[unable to stringify input]"}return`Unknown error ${e}`}}o(kc,"getErrorMessage");functionzK(t){returnsu(t)}o(zK,"isError");functionDA(){returnnu()}o(DA,"randomUUID");varFe=au;varJK=Symbol("rawContent");functionh_(t){returntypeoft[JK]=="function"}o(h_,"hasRawContent");function$K(t){returnh_(t)?t[JK]():t}o($K,"getRawContent");varhB=fm;functionm_(){lett=lB();return{name:hB,sendRequest:o(async(e,r)=>{if(e.multipartBody)for(letnofe.multipartBody.parts)h_(n.body)&&(n.body=$K(n.body));returnt.sendRequest(e,r)},"sendRequest")}}o(m_,"multipartPolicy");varg_=GI;functionE_(){returnHI()}o(E_,"decompressResponsePolicy");functiony_(t={}){returnJI(t
`&&t[i]!=="\r";i++)l+=t[i];if(l=l.trim(),l[l.length-1]==="/"&&(l=l.substring(0,l.length-1),i--),!yOe(l)){let A;return l.trim().length===0?A="Invalid space after '<'.":A="Tag '"+l+"' is an invalid name.",Mt("InvalidTag",A,Xr(t,i))}let u=fOe(t,i);if(u===!1)return Mt("InvalidAttr","Attributes for '"+l+"' have open quote.",Xr(t,i));let d=u.value;if(i=u.index,d[d.length-1]==="/"){let A=i-d.length;d=d.substring(0,d.length-1);let p=PX(d,e);if(p===!0)n=!0;else return Mt(p.err.code,p.err.msg,Xr(t,A+p.err.line))}else if(c)if(u.tagClosed){if(d.trim().length>0)return Mt("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",Xr(t,a));if(r.length===0)return Mt("InvalidTag","Closing tag '"+l+"' has not been opened.",Xr(t,a));{let A=r.pop();if(l!==A.tagName){let p=Xr(t,A.tagStartPos);return Mt("InvalidTag","Expected closing tag '"+A.tagName+"' (opened in line "+p.line+", col "+p.col+") instead of closing tag '"+l+"'.",Xr(t,a))}r.length==0&&(s=!0)}}else return Mt("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",Xr(t,i));else{let A=PX(d,e);if(A!==!0)return Mt(A.err.code,A.err.msg,Xr(t,i-d.length+A.err.line));if(s===!0)return Mt("InvalidXml","Multiple possible root nodes found.",Xr(t,i));e.unpairedTags.indexOf(l)!==-1||r.push({tagName:l,tagStartPos:a}),n=!0}for(i++;i<t.length;i++)if(t[i]==="<")if(t[i+1]==="!"){i++,i=vX(t,i);continue}else if(t[i+1]==="?"){if(i=TX(t,++i),i.err)return i}else break;else if(t[i]==="&"){let A=gOe(t,i);if(A==-1)return Mt("InvalidChar","char '&' is not expected.",Xr(t,i));i=A}else if(s===!0&&!RX(t[i]))return Mt("InvalidXml","Extra text at the end",Xr(t,i));t[i]==="<"&&i--}}else{if(RX(t[i]))continue;return Mt("InvalidChar","char '"+t[i]+"' is not expected.",Xr(t,i))}if(n){if(r.length==1)return Mt("InvalidTag","Unclosed tag '"+r[0].tagName+"'.",Xr(t,r[0].tagStartPos));if(r.length>0)return Mt("InvalidXml","Invalid '"+JSON.stringify(r.map(i=>i.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return Mt("InvalidXml","Start tag expected.",1);return!0}o(QB,"validate");function RX(t){return t===" "||t===" "||t===`
`||t==="\r"}o(RX,"isWhiteSpace");function TX(t,e){let r=e;for(;e<t.length;e++)if(t[e]=="?"||t[e]==" "){let n=t.substr(r,e-r);if(e>5&&n==="xml")return Mt("InvalidXml","XML declaration allowed only at the start of the document.",Xr(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}o(TX,"readPI");function vX(t,e){if(t.length>e+5&&t[e+1]==="-"&&t[e+2]==="-"){for(e+=3;e<t.length;e++)if(t[e]==="-"&&t[e+1]==="-"&&t[e+2]===">"){e+=2;break}}else if(t.length>e+8&&t[e+1]==="D"&&t[e+2]==="O"&&t[e+3]==="C"&&t[e+4]==="T"&&t[e+5]==="Y"&&t[e+6]==="P"&&t[e+7]==="E"){let r=1;for(e+=8;e<t.length;e++)if(t[e]==="<")r++;else if(t[e]===">"&&(r--,r===0))break}else if(t.length>e+9&&t[e+1]==="["&&t[e+2]==="C"&&t[e+3]==="D"&&t[e+4]==="A"&&t[e+5]==="T"&&t[e+6]==="A"&&t[e+7]==="["){for(e+=8;e<t.length;e++)if(t[e]==="]"&&t[e+1]==="]"&&t[e+2]===">"){e+=2;break}}return e}o(vX,"readCommentAndCDATA");var AOe='"',pOe="'";function fOe(t,e){let r="",n="",s=!1;for(;e<t.length;e++){if(t[e]===AOe||t[e]===pOe)n===""?n=t[e]:n!==t[e]||(n="");else if(t[e]===">"&&n===""){s=!0;break}r+=t[e]}return n!==""?!1:{value:r,index:e,tagClosed:s}}o(fOe,"readAttributeStr");var hOe=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function PX(t,e){let r=NB(t,hOe),n={};for(let s=0;s<r.length;s++){if(r[s][1].length===0)return Mt("InvalidAttr","Attribute '"+r[s][2]+"' has no space in starting.",xm(r[s]));if(r[s][3]!==void 0&&r[s][4]===void 0)return Mt("InvalidAttr","Attribute '"+r[s][2]+"' is without value.",xm(r[s]));if(r[s][3]===void 0&&!e.allowBooleanAttributes)return Mt("InvalidAttr","boolean attribute '"+r[s][2]+"' is not allowed.",xm(r[s]));let i=r[s][2];if(!EOe(i))return Mt("InvalidAttr","Attribute '"+i+"' is an invalid name.",xm(r[s]));if(!Object.prototype.hasOwnProperty.call(n,i))n[i]=1;else return Mt("InvalidAttr","Attribute '"+i+"' is repeated.",xm(r[s]))}return!0}o(PX,"validateAttributeString");function mOe(t,e){let r=/\d/;for(t[e]==="x"&&(e++,r=/[\da-fA-F]/);e<t.length;e++){if(t[e]===";")return e;if(!t[e].match(r))break}return-1}o(mOe,"validateNumberAmpersand");function gOe(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,mOe(t,e);let r=0;for(;e<t.length;e++,r++)if(!(t[e].match(/\w/)&&r<20)){if(t[e]===";")break;return-1}return e}o(gOe,"validateAmpersand");function Mt(t,e,r){return{err:{code:t,msg:e,line:r.line||r,col:r.col}}}o(Mt,"getErrorObject");function EOe(t){return H_(t)}o(EOe,"validateAttrName");function yOe(t){return H_(t)}o(yOe,"validateTagName");function Xr(t,e){let r=t.substring(0,e).split(/\r?\n/);return{line:r.length,col:r[r.length-1].length+1}}o(Xr,"getLineNumberForPosition");function xm(t){return t.startIndex+t[1].length}o(xm,"getPositionFromMatch");var _X={amp:"&",AMP:"&",lt:"<",LT:"<",gt:">",GT:">",quot:'"',QUOT:'"',apos:"'",lsquo:"\u2018",rsquo:"\u2019",ldquo:"\u201C",rdquo:"\u201D",lsquor:"\u201A",rsquor:"\u2019",ldquor:"\u201E",bdquo:"\u201E",comma:",",period:".",colon:":",semi:";",excl:"!",quest:"?",num:"#",dollar:"$",percent:"%",amp:"&",ast:"*",commat:"@",lowbar:"_",verbar:"|",vert:"|",sol:"/",bsol:"\\",lbrace:"{",rbrace:"}",lbrack:"[",rbrack:"]",lpar:"(",rpar:")",nbsp:"\xA0",iexcl:"\xA1",cent:"\xA2",pound:"\xA3",curren:"\xA4",yen:"\xA5",brvbar:"\xA6",sect:"\xA7",uml:"\xA8",copy:"\xA9",COPY:"\xA9",ordf:"\xAA",laquo:"\xAB",not:"\xAC",shy:"\xAD",reg:"\xAE",REG:"\xAE",macr:"\xAF",deg:"\xB0",plusmn:"\xB1",sup2:"\xB2",sup3:"\xB3",acute:"\xB4",micro:"\xB5",para:"\xB6",middot:"\xB7",cedil:"\xB8",sup1:"\xB9",ordm:"\xBA",raquo:"\xBB",frac14:"\xBC",frac12:"\xBD",half:"\xBD",frac34:"\xBE",iquest:"\xBF",times:"\xD7",div:"\xF7",divide:"\xF7"},kX={Agrave:"\xC0",agrave:"\xE0",Aacute:"\xC1",aacute:"\xE1",Acirc:"\xC2",acirc:"\xE2",Atilde:"\xC3",atilde:"\xE3",Auml:"\xC4",auml:"\xE4",Aring:"\xC5",aring:"\xE5",AElig:"\xC6",aelig:"\xE6",Ccedil:"\xC7",ccedil:"\xE7",Egrave:"\xC8",egrave:"\xE8",Eacute:"\xC9",eacute:"\xE9",Ecirc:"\xCA",ecirc:"\xEA",Euml:"\xCB",euml:"\xEB",Igrave:"\xCC",igrave:"\xEC",Iacute:"\xCD",iacute:"\xED",Icirc:"\xCE",icirc:"\xEE",Iuml:"\xCF",iuml:"\xEF",ETH:"\xD0",eth:"\xF0",Ntilde:"\xD1",ntilde:"\xF1"
`);let e=new Bn("!xml"),r=e,n="";this.matcher.reset(),this.entityDecoder.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0;let s=this.options,i=new Tm(s.processEntities),a=t.length;for(let c=0;c<a;c++)if(t[c]==="<"){let u=t.charCodeAt(c+1);if(u===47){let d=qA(t,">",c,"ClosingTagisnotclosed."),A=t.substring(c+2,d).trim();if(s.removeNSPrefix){let f=A.indexOf(":");f!==-1&&(A=A.substr(f+1))}A=K_(s.transformTagName,A,"",s).tagName,r&&(n=this.saveTextToParentTag(n,r,this.readonlyMatcher));let p=this.matcher.getCurrentTag();if(A&&s.unpairedTagsSet.has(A))throw new Error(`Unpaired tag can not be used as closing tag: </${A}>`);p&&s.unpairedTagsSet.has(p)&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,r=this.tagsNodeStack.pop(),n="",c=d}else if(u===63){let d=X_(t,c,!1,"?>");if(!d)throw new Error("PiTagisnotclosed.");n=this.saveTextToParentTag(n,r,this.readonlyMatcher);let A=this.buildAttributesMap(d.tagExp,this.matcher,d.tagName,!0);if(A){let p=A[this.options.attributeNamePrefix+"version"];this.entityDecoder.setXmlVersion(Number(p)||1),i.setXmlVersion(Number(p)||1)}if(!(s.ignoreDeclaration&&d.tagName==="?xml"||s.ignorePiTags)){let p=new Bn(d.tagName);p.add(s.textNodeName,""),d.tagName!==d.tagExp&&d.attrExpPresent&&s.ignoreAttributes!==!0&&(p[":@"]=A),this.addChild(r,p,this.readonlyMatcher,c)}c=d.closeIndex+1}else if(u===33&&t.charCodeAt(c+2)===45&&t.charCodeAt(c+3)===45){let d=qA(t,"-->",c+4,"Commentisnotclosed.");if(s.commentPropName){let A=t.substring(c+4,d-2);n=this.saveTextToParentTag(n,r,this.readonlyMatcher),r.add(s.commentPropName,[{[s.textNodeName]:A}])}c=d}else if(u===33&&t.charCodeAt(c+2)===68){let d=i.readDocType(t,c);this.entityDecoder.addInputEntities(d.entities),c=d.i}else if(u===33&&t.charCodeAt(c+2)===91){let d=qA(t,"]]>",c,"CDATAisnotclosed.")-2,A=t.substring(c+9,d);n=this.saveTextToParentTag(n,r,this.readonlyMatcher);let p=this.parseTextData(A,r.tagname,this.readonlyMatcher,!0,!1,!0,!0);p==null&&(p=""),s.cdataPropName?r.add(s.cdataPropName,[{[s.textNodeName]:A}]):r.add(s.textNodeName,p),c=d+2}else{let d=X_(t,c,s.removeNSPrefix);if(!d){let Q=t.substring(Math.max(0,c-50),Math.min(a,c+50));throw new Error(`readTagExp returned undefined at position ${c}. Context: "${Q}"`)}let A=d.tagName,p=d.rawTagName,f=d.tagExp,h=d.attrExpPresent,g=d.closeIndex;if({tagName:A,tagExp:f}=K_(s.transformTagName,A,f,s),s.strictReservedNames&&(A===s.commentPropName||A===s.cdataPropName||A===s.textNodeName||A===s.attributesGroupName))throw new Error(`Invalid tag name: ${A}`);r&&n&&r.tagname!=="!xml"&&(n=this.saveTextToParentTag(n,r,this.readonlyMatcher,!1));let y=r;y&&s.unpairedTagsSet.has(y.tagname)&&(r=this.tagsNodeStack.pop(),this.matcher.pop());let E=!1;f.length>0&&f.lastIndexOf("/")===f.length-1&&(E=!0,A[A.length-1]==="/"?(A=A.substr(0,A.length-1),f=A):f=f.substr(0,f.length-1),h=A!==f);let C=null,I={},B;B=GOe(p),A!==e.tagname&&this.matcher.push(A,{},B),A!==f&&h&&(C=this.buildAttributesMap(f,this.matcher,A),C&&(I=qOe(C,s))),A!==e.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());let N=c;if(this.isCurrentNodeStopNode){let Q="";if(E)c=d.closeIndex;else if(s.unpairedTagsSet.has(A))c=d.closeIndex;else{let ue=this.readStopNodeData(t,p,g+1);if(!ue)throw new Error(`Unexpected end of ${p}`);c=ue.i,Q=ue.tagContent}let D=new Bn(A);C&&(D[":@"]=C),D.add(s.textNodeName,Q),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(r,D,this.readonlyMatcher,N)}else{if(E){({tagName:A,tagExp:f}=K_(s.transformTagName,A,f,s));let Q=new Bn(A);C&&(Q[":@"]=C),this.addChild(r,Q,this.readonlyMatcher,N),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else if(s.unpairedTagsSet.has(A)){let Q=new Bn(A);C&&(Q[":@"]=C),this.addChild(r,Q,this.readonlyMatcher,N),this.matcher.pop(),this.isCurrentNodeStopNode=!1,c=d.closeIndex;continue}else{let Q=new Bn(A);if(this.tagsNodeStack.length>s.maxNestedTags)throw new Error("Maximumnestedtagsexceeded");this.tagsNodeStack.push(r),C&&(Q[":@"]=C),this.addChild(r,Q,this.readonlyMatcher,N),r=Q}n="",c=g}}}else n+=t[c];return e.child},"parse
${c}:${decodeURIComponent(i[c])}`}returnn}};varSt=classextendshu{static{o(this,"StorageSharedKeyCredential")}accountName;accountKey;constructor(e,r){super(),this.accountName=e,this.accountKey=Buffer.from(r,"base64")}create(e,r){returnnewDm(e,r,this)}computeHMACSHA256(e){return(0,dZ.createHmac)("sha256",this.accountKey).update(e,"utf8").digest("base64")}};varer=to("storage-common");var_s;(function(t){t[t.EXPONENTIAL=0]="EXPONENTIAL",t[t.FIXED=1]="FIXED"})(_s||(_s={}));varUc={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:_s.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:void0},IMe=newrs("The operation was aborted."),Om=classextendsoo{static{o(this,"StorageRetryPolicy")}retryOptions;constructor(e,r,n=Uc){super(e,r),this.retryOptions={retryPolicyType:n.retryPolicyType?n.retryPolicyType:Uc.retryPolicyType,maxTries:n.maxTries&&n.maxTries>=1?Math.floor(n.maxTries):Uc.maxTries,tryTimeoutInMs:n.tryTimeoutInMs&&n.tryTimeoutInMs>=0?n.tryTimeoutInMs:Uc.tryTimeoutInMs,retryDelayInMs:n.retryDelayInMs&&n.retryDelayInMs>=0?Math.min(n.retryDelayInMs,n.maxRetryDelayInMs?n.maxRetryDelayInMs:Uc.maxRetryDelayInMs):Uc.retryDelayInMs,maxRetryDelayInMs:n.maxRetryDelayInMs&&n.maxRetryDelayInMs>=0?n.maxRetryDelayInMs:Uc.maxRetryDelayInMs,secondaryHost:n.secondaryHost?n.secondaryHost:Uc.secondaryHost}}asyncsendRequest(e){returnthis.attemptSendRequest(e,!1,1)}asyncattemptSendRequest(e,r,n){lets=e.clone(),i=r||!this.retryOptions.secondaryHost||!(e.method==="GET"||e.method==="HEAD"||e.method==="OPTIONS")||n%2===1;i||(s.url=UB(s.url,this.retryOptions.secondaryHost)),this.retryOptions.tryTimeoutInMs&&(s.url=Fc(s.url,Qa.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString()));leta;try{if(er.info(`RetryPolicy: =====> Try=${n}${i?"Primary":"Secondary"}`),a=awaitthis._nextPolicy.sendRequest(s),!this.shouldRetry(i,n,a))returna;r=r||!i&&a.status===404}catch(c){if(er.error(`RetryPolicy: Caught error, message: ${c.message}, code: ${c.code}`),!this.shouldRetry(i,n,a,c))throwc}returnawaitthis.delay(i,n,e.abortSignal),this.attemptSendRequest(e,r,++n)}shouldRetry(e,r,n,s){if(r>=this.retryOptions.maxTries)returner.info(`RetryPolicy: Attempt(s) ${r} >= maxTries ${this.retryOptions.maxTries}, no further try.`),!1;leti=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(s){for(letaofi)if(s.name.toUpperCase().includes(a)||s.message.toUpperCase().includes(a)||s.code&&s.code.toString().toUpperCase()===a)returner.info(`RetryPolicy: Network error ${a} found, will retry.`),!0}if(n||s){leta=n?n.status:s?s.statusCode:0;if(!e&&a===404)returner.info("RetryPolicy: Secondary access with 404, will retry."),!0;if(a===503||a===500)returner.info(`RetryPolicy: Will retry for status code ${a}.`),!0}if(n&&n?.status>=400){leta=n.headers.get(ae.X_MS_CopySourceErrorCode);if(a!==void0)switch(a){case"InternalError":case"OperationTimedOut":case"ServerBusy":return!0}}returns?.code==="PARSE_ERROR"&&s?.message.startsWith('Error "Error: Unclosed root tag')?(er.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry."),!0):!1}asyncdelay(e,r,n){lets=0;if(e)switch(this.retryOptions.retryPolicyType){case_s.EXPONENTIAL:s=Math.min((Math.pow(2,r-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;case_s.FIXED:s=this.retryOptions.retryDelayInMs;break}elses=Math.random()*1e3;returner.info(`RetryPolicy: Delay for ${s}ms`),HB(s,n,IMe)}};varMm=class{static{o(this,"StorageRetryPolicyFactory")}retryOptions;constructor(e){this.retryOptions=e}create(e,r){returnnewOm(e,r,this.retryOptions)}};varBMe="storageBrowserPolicy";functionAZ(){return{name:BMe,asyncsendRequest(t,e){returnFe||((t.method==="GET"||t.method==="HEAD")&&(t.url=Fc(t.url,Qa.Parameters.FORCE_BROWSER_NO_CACHE,newDate().getTime().toString())),t.headers.delete(ae.COOKIE),t.headers.delete(ae.CONTENT_LENGTH)),e(t)}}}o(AZ,"storageBrowserPolicy");varbMe="StorageCorrectContentLengthPolicy";functionpZ(){functiont(e){e.body&&(type
`}),c}o(n,"getCanonicalizedHeadersString");function s(i){let a=qB(i.url)||"/",c="";c+=`/${t.accountName}${a}`;let l=GB(i.url),u={};if(l){let d=[];for(let A in l)if(Object.prototype.hasOwnProperty.call(l,A)){let p=A.toLowerCase();u[p]=l[A],d.push(p)}d.sort();for(let A of d)c+=`
`),i=e.computeHMACSHA256(s);return{sasQueryParameters:newBi(t.version,i,n,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:s}}o(v1e,"generateBlobSASQueryParameters20150405");functionP1e(t,e){if(t=wu(t),!t.identifier&&!(t.permissions&&t.expiresOn))thrownewRangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");letr="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));lets;t.permissions&&(t.blobName?s=wo.parse(t.permissions.toString()).toString():s=So.parse(t.permissions.toString()).toString());leti=[s||"",t.startsOn?Ue(t.startsOn,!1):"",t.expiresOn?Ue(t.expiresOn,!1):"",bu(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?Ii(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:newBi(t.version,a,s,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:i}}o(P1e,"generateBlobSASQueryParameters20181109");function_1e(t,e){if(t=wu(t),!t.identifier&&!(t.permissions&&t.expiresOn))thrownewRangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");letr="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));lets;t.permissions&&(t.blobName?s=wo.parse(t.permissions.toString()).toString():s=So.parse(t.permissions.toString()).toString());leti=[s||"",t.startsOn?Ue(t.startsOn,!1):"",t.expiresOn?Ue(t.expiresOn,!1):"",bu(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?Ii(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.encryptionScope,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:newBi(t.version,a,s,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,void0,void0,void0,t.encryptionScope),stringToSign:i}}o(_1e,"generateBlobSASQueryParameters20201206");functionk1e(t,e){if(t=wu(t),!t.permissions||!t.expiresOn)thrownewRangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");letr="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));lets;t.permissions&&(t.blobName?s=wo.parse(t.permissions.toString()).toString():s=So.parse(t.permissions.toString()).toString());leti=[s||"",t.startsOn?Ue(t.startsOn,!1):"",t.expiresOn?Ue(t.expiresOn,!1):"",bu(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Ue(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Ue(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.ipRange?Ii(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:newBi(t.version,a,s,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey),stringToSign:i}}o(k1e,"generateBlobSASQueryParametersUDK20181109");functionD1e(t,e){if(t=wu(t),!t.permissions||!t.expiresOn)thrownewRangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");letr="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));lets;t.permissions&&(t.blobName?s=wo.parse(t.permissions.toString()).toString():s=So.parse(t.permissions.toString()).toString());leti=[s||"",t.startsOn?Ue(t.startsOn,!1):"",t.expiresOn?Ue(t.expiresOn,!1):"",bu(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Ue(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Ue(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void0,t.correlationId,t.ipRange?Ii(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:newBi(t.version,a,s,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId),stringToSign:i}}o(D1e,"generateBlobSASQueryParametersUDK20200210");functionO1e(t,e){if(t=wu(t),!t.permissions||!t.expiresOn)thrownewRangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");letr="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));lets;t.permissions&&(t.blobName?s=wo.parse(t.permissions.toString()).toString():s=So.parse(t.permissions.toString()).toString());leti=[s||"",t.startsOn?Ue(t.startsOn,!1):"",t.expiresOn?Ue(t.expiresOn,!1):"",bu(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Ue(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Ue(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void0,t.correlationId,t.ipRange?Ii(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:newBi(t.version,a,s,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope),stringToSign:i}}o(O1e,"generateBlobSASQueryParametersUDK20201206");functionM1e(t,e){if(t=wu(t),!t.permissions||!t.expiresOn)thrownewRangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");letr="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));lets;t.permissions&&(t.blobName?s=wo.parse(t.permissions.toString()).toString():s=So.parse(t.permissions.toString()).toString());leti=[s||"",t.startsOn?Ue(t.startsOn,!1):"",t.expiresOn?Ue(t.expiresOn,!1):"",bu(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Ue(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Ue(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void0,t.correlationId,void0,t.delegatedUserObjectId,t.ipRange?Ii(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:newBi(t.version,a,s,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope,t.delegatedUserObjectId),stringToSign:i}}o(M1e,"generateBlobSASQueryParametersUDK20250705");functionbu(t,e,r){letn=[`/blob/${t}/${e}`];returnr&&n.push(`/${r}`),n.join("")}o(bu,"getCanonicalName");functionwu(t){lete=t.version?t.version:$B;if(t.snapshotTime&&e<"2018-11-09")throwRangeError("'version' must be >= '2018-11-09' when providing 'snapshotTime'.");if(t.blobName===void0&&t.snapshotTime)throwRangeError("Must provide 'blobName' when providing 'snapshotTime'.");if(t.versionId&&e<"2019-10-10")throwRangeError("'version' must be >= '2019-10-10' when providing 'versionId'.");if(t.blobName===void0&&t.versionId)throwRangeError("Must provide 'blobName' when providing 'versionId'.");if(t.permissions&&t.permissions.setImmutabilityPolicy&&e<"2020-08-04")throwRangeError("'version' must be >= '2020-08-04' when provided 'i' permission.");if(t.permissions&&t.permissions.deleteVersion&&e<"2019-10-10")throwRangeError("'version' must be >= '2019-10-10' when providing 'x' permission.");if(t.permissions&&t.permissions.permanentDelete&&e<"2019-10-10")throwRangeError("'version' must be >= '2019-10-10' when providing 'y' permission.");if(t.permissions&&t.permissions.tag&&e<"2019-12-12")throwRangeError("'version' must be >= '2019-12-12' when providing 't' permission.");if(e<"2020-02-10"&&t.permissions&&(t.permissions.move||t.permissions.execute))throwRangeError("'version' must be >= '2020-02-10' when providing the 'm' or 'e' permission.");if(e<"2021-04-10"&&t.permissions&&t.permissions.filterByTags)throwRangeError("'version' must be >= '2021-04-10' when providing the 'f' permission.");if(e<"2020-02-10"&&(t.preauthorizedAgentObjectId||t.correlationId))throwRangeError("'version' must be >= '2020-02-10' when providing 'preauthorizedAgentObjectId' or 'correlationId'.");if(t.encryptionScope&&e<"2020-12-06")throwRangeError("'version' must be >= '2020-12-06' when provided 'encryptionScope' in SAS.");returnt.version=e,t}o(wu,"SASSignatureValuesSanityCheckAndAutofill");varjm=class{static{o(this,"BlobLeaseClient")}_leaseId;_url;_containerOrBlobOperation;_isContainer;getleaseId(){returnthis._leaseId}geturl(){returnthis._url}constructor(e,r){letn=e.storageClientContext;this._url=e.url,e.name===void0?(this._isContainer=!0,this._containerOrBlobOperation=n.container):(this._isContainer=!1,this._containerOrBlobOperation=n.blob),r||(r=DA()),this._leaseId=r}asyncacquireLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==gi||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==gi||r.conditions?.tagConditions))thrownewRangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");returnz.withSpan("BlobLeaseClient-acquireLease",r,asyncn=>K(awaitthis._containerOrBlobOperation.acquireLease({abortSignal:r.abortSignal,duration:e,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},proposedLeaseId:this._leaseId,tracingOptions:n.tracingOptions})))}asyncchangeLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==gi||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==gi||r.conditions?.tagConditions))thrownewRangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");returnz.withSpan("BlobLeaseClient-changeLease",r,asyncn=>{lets=K(awaitthis._containerOrBlobOperation.changeLease(this._leaseId,e,{abortSignal:r.abortSignal,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},tracingOptions:n.tracingOptions}));returnthis._leaseId=e,s})}asyncreleaseLease(e={}){if(this._isContainer&&(e.conditions?.ifMat
Ifyouareusingself-hostedrunners,pleasemakesureyourrunnerhasaccesstoallGitHubendpoints:https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github`;super(r),this.code=e,this.name="NetworkError"}};tp.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var Qu=class extends Error{static{o(this,"UsageError")}constructor(){super(`Cache storage quota has been hit. Unable to upload any new cache entries.
Moreinfoonstoragelimits:https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending`),this.name="UsageError"}};Qu.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1;var og=class extends Error{static{o(this,"RateLimitError")}constructor(e){super(e),this.name="RateLimitError"}};var kFe=function(t,e,r,n){function s(i){return i instanceof r?i:new r(function(a){a(i)})}return o(s,"adopt"),new(r||(r=Promise))(function(i,a){function c(d){try{u(n.next(d))}catch(A){a(A)}}o(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(A){a(A)}}o(l,"rejected");function u(d){d.done?i(d.value):s(d.value).then(c,l)}o(u,"step"),u((n=n.apply(t,e||[])).next())})},eL=class{static{o(this,"UploadProgress")}constructor(e){this.contentLength=e,this.sentBytes=0,this.displayedComplete=!1,this.startTime=Date.now()}setSentBytes(e){this.sentBytes=e}getTransferredBytes(){return this.sentBytes}isDone(){return this.getTransferredBytes()===this.contentLength}display(){if(this.displayedComplete)return;let e=this.sentBytes,r=(100*(e/this.contentLength)).toFixed(1),n=Date.now()-this.startTime,s=(e/(1024*1024)/(n/1e3)).toFixed(1);S(`Sent ${e} of ${this.contentLength} (${r}%), ${s} MBs/sec`),this.isDone()&&(this.displayedComplete=!0)}onProgress(){return e=>{this.setSentBytes(e.loadedBytes)}}startDisplayTimer(e=1e3){let r=o(()=>{this.display(),this.isDone()||(this.timeoutHandle=setTimeout(r,e))},"displayCallback");this.timeoutHandle=setTimeout(r,e)}stopDisplayTimer(){this.timeoutHandle&&(clearTimeout(this.timeoutHandle),this.timeoutHandle=void 0),this.display()}};function Qee(t,e,r){return kFe(this,void 0,void 0,function*(){var n;let s=new Ma(t),i=s.getBlockBlobClient(),a=new eL((n=r?.archiveSizeBytes)!==null&&n!==void 0?n:0),c={blockSize:r?.uploadChunkSize,concurrency:r?.uploadConcurrency,maxSingleShotSize:128*1024*1024,onProgress:a.onProgress()};try{a.startDisplayTimer(),b(`BlobClient: ${s.name}:${s.accountName}:${s.containerName}`);let l=yield i.uploadFile(e,c);if(l._response.status>=400)throw new Xb(`uploadCacheArchiveSDK: upload failed with status code ${l._response.status}`);return l}catch(l){throw $e(`uploadCacheArchiveSDK: internal error uploading cache archive: ${l.message}`),l}finally{a.stopDisplayTimer()}})}o(Qee,"uploadCacheArchiveSDK");var Tee=w(require("buffer"),1),No=w(require("fs"),1),vee=w(require("stream"),1),Pee=w(require("util"),1);var Zb=function(t,e,r,n){function s(i){return i instanceof r?i:new r(function(a){a(i)})}return o(s,"adopt"),new(r||(r=Promise))(function(i,a){function c(d){try{u(n.next(d))}catch(A){a(A)}}o(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(A){a(A)}}o(l,"rejected");function u(d){d.done?i(d.value):s(d.value).then(c,l)}o(u,"step"),u((n=n.apply(t,e||[])).next())})};function ew(t){return t?t>=200&&t<300:!1}o(ew,"isSuccessStatusCode");function DFe(t){return t?t>=500:!0}o(DFe,"isServerErrorStatusCode");function OFe(t){return t?[wt.BadGateway,wt.ServiceUnavailable,wt.GatewayTimeout].includes(t):!1}o(OFe,"isRetryableStatusCode");function MFe(t){return Zb(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}o(MFe,"sleep");function Ree(t,e,r){return Zb(this,arguments,void 0,function*(n,s,i,a=bI,c=wI,l=void 0){let u="",d=1;for(;d<=a;){let A,p,f=!1;try{A=yield s()}catch(h){l&&(A=l(h)),f=!0,u=h.message}if(A&&(p=i(A),!DFe(p)))return A;if(p&&(f=OFe(p),u=`Cache service responded with ${p}`),b(`${n} - Attempt ${d} of ${a} failed with error: ${u}`),!f){b(`${n} - Error is not retryable`);break}yield MFe(c),d++}throw Error(`${n} failed: ${u}`)})}o(Ree,"retry");function ag(t,e){return Zb(this,arguments,void 0,function*(r,n,s=bI,i=wI){return yield Ree(r,n,a=>a.statusCode,s,i,a=>{if(a instanceof Ki)return{statusCode:a.statusCode,result:null,headers:{},error:a}})})}o(ag,"retryTypedResponse");function rp(t,e){return Zb(this,arguments,void 0,function*(r,n,s=bI,i=wI){return yield Ree(r,n,a=>a.message.statusCode,s,i)})}o(rp,"retryHttpClientResponse");var Ls=function(t,e,r,n){function s(i){return i instanceof r?i:new r(function(a
Othercacheswithsimilarkey:`);for(let c of i?.artifactCaches||[])b(`CacheKey:${c?.cacheKey},CacheVersion:${c?.cacheVersion},CacheScope:${c?.scope},CacheCreated:${c?.creationTime}`)}}})}o(zFe,"printCachesListForDiagnostics");function iL(t,e,r){return Nn(this,void 0,void 0,function*(){let n=new zee.URL(t),s=Oee(r);n.hostname.endsWith(".blob.core.windows.net")?s.useAzureSdk?yield kee(t,e,s):s.concurrentBlobDownloads?yield _ee(t,e,s):yield rw(t,e):yield rw(t,e)})}o(iL,"downloadCache");function $ee(t,e,r){return Nn(this,void 0,void 0,function*(){let n=sL(),s=NA(e,r?.compressionMethod,r?.enableCrossOsArchive),i={key:t,version:s,cacheSize:r?.cacheSize};return yield ag("reserveCache",()=>Nn(this,void 0,void 0,function*(){return n.postJson(lg("caches"),i)}))})}o($ee,"reserveCache");function Vee(t,e){return`bytes${t}-${e}/*`}o(Vee,"getContentRange");function JFe(t,e,r,n,s){return Nn(this,void 0,void 0,function*(){b(`Uploading chunk of size ${s-n+1} bytes at offset ${n} with content range: ${Vee(n,s)}`);let i={"Content-Type":"application/octet-stream","Content-Range":Vee(n,s)},a=yield rp(`uploadChunk (start: ${n}, end: ${s})`,()=>Nn(this,void 0,void 0,function*(){return t.sendStream("PATCH",e,r(),i)}));if(!ew(a.message.statusCode))throw new Error(`Cache service responded with ${a.message.statusCode} during upload chunk.`)})}o(JFe,"uploadChunk");function $Fe(t,e,r,n){return Nn(this,void 0,void 0,function*(){let s=ji(r),i=lg(`caches/${e.toString()}`),a=np.openSync(r,"r"),c=tL(n),l=TP("uploadConcurrency",c.uploadConcurrency),u=TP("uploadChunkSize",c.uploadChunkSize),d=[...new Array(l).keys()];b("Awaiting all uploads");let A=0;try{yield Promise.all(d.map(()=>Nn(this,void 0,void 0,function*(){for(;A<s;){let p=Math.min(s-A,u),f=A,h=A+p-1;A+=u,yield JFe(t,i,()=>np.createReadStream(r,{fd:a,start:f,end:h,autoClose:!1}).on("error",g=>{throw new Error(`Cache upload failed because file read failed with ${g.message}`)}),f,h)}})))}finally{np.closeSync(a)}})}o($Fe,"uploadFile");function YFe(t,e,r){return Nn(this,void 0,void 0,function*(){let n={size:r};return yield ag("commitCache",()=>Nn(this,void 0,void 0,function*(){return t.postJson(lg(`caches/${e.toString()}`),n)}))})}o(YFe,"commitCache");function oL(t,e,r,n){return Nn(this,void 0,void 0,function*(){if(tL(n).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield Qee(r,e,n)}else{let i=sL();b("Upload cache"),yield $Fe(i,t,e,n),b("Commiting cache");let a=ji(e);S(`Cache Size: ~${Math.round(a/(1024*1024))} MB (${a} B)`);let c=yield YFe(i,t,a);if(!ew(c.statusCode))throw new Error(`Cache service responded with ${c.statusCode} during commit cache.`);S("Cache saved successfully")}})}o(oL,"saveCache");var qte=w(kte(),1),qt=w(Ut(),1),cs=w(Ut(),1),_u=w(Ut(),1),ku=w(Ut(),1),Du=w(Ut(),1);var e1=w(Ut(),1),t1=w(Ut(),1),Lte=w(Ut(),1),Fte=w(Ut(),1),Ute=w(Ut(),1);var KL=w(Ut(),1),XL=w(Ut(),1),Dte=w(Ut(),1),Ote=w(Ut(),1),Mte=w(Ut(),1);var ZL=class extends Mte.MessageType{static{o(this,"CacheScope$Type")}constructor(){super("github.actions.results.entities.v1.CacheScope",[{no:1,name:"scope",kind:"scalar",T:9},{no:2,name:"permission",kind:"scalar",T:3}])}create(e){let r={scope:"",permission:"0"};return globalThis.Object.defineProperty(r,Ote.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,Dte.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,n,s){let i=s??this.create(),a=e.pos+r;for(;e.pos<a;){let[c,l]=e.tag();switch(c){case 1:i.scope=e.string();break;case 2:i.permission=e.int64().toString();break;default:let u=n.readUnknownField;if(u==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${l}) for ${this.typeName}`);let d=e.skip(l);u!==!1&&(u===!0?XL.UnknownFieldHandler.onRead:u)(this.typeName,i,c,l,d)}}return i}internalBinaryWrite(e,r,n){e.scope!==""&&r.tag(1,KL.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,KL.WireType.Varint).int64(e.permission);let s=n.writeUnknownFields;return s!==!1&&(s==!0?XL.UnknownFieldHandler.onWrite:s)(this.typeName,e,r),r}},Hw=new ZL;var r1=class extends Ute.Mess
`));let n=yield g1(r,"create");yield E1(n,t)})}o(C1,"createTar");var yp=function(t,e,r,n){function s(i){return i instanceof r?i:new r(function(a){a(i)})}return o(s,"adopt"),new(r||(r=Promise))(function(i,a){function c(d){try{u(n.next(d))}catch(A){a(A)}}o(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(A){a(A)}}o(l,"rejected");function u(d){d.done?i(d.value):s(d.value).then(c,l)}o(u,"step"),u((n=n.apply(t,e||[])).next())})},Si=class t extends Error{static{o(this,"ValidationError")}constructor(e){super(e),this.name="ValidationError",Object.setPrototypeOf(this,t.prototype)}},Ou=class t extends Error{static{o(this,"ReserveCacheError")}constructor(e){super(e),this.name="ReserveCacheError",Object.setPrototypeOf(this,t.prototype)}},I1="cache write denied:",$w=class t extends Ou{static{o(this,"CacheWriteDeniedError")}constructor(e){super(e),this.name="CacheWriteDeniedError",Object.setPrototypeOf(this,t.prototype)}},zte=SI,Yw=class t extends Error{static{o(this,"CacheReadDeniedError")}constructor(e){super(e),this.name="CacheReadDeniedError",Object.setPrototypeOf(this,t.prototype)}},Ww=class t extends Error{static{o(this,"FinalizeCacheError")}constructor(e){super(e),this.name="FinalizeCacheError",Object.setPrototypeOf(this,t.prototype)}};function Jte(t){if(!t||t.length===0)throw new Si("Path Validation Error: At least one directory or file path is required")}o(Jte,"checkPaths");function B1(t){if(t.length>512)throw new Si(`Key Validation Error: ${t} cannot be larger than 512 characters.`);if(!/^[^,]*$/.test(t))throw new Si(`Key Validation Error: ${t} cannot contain commas.`)}o(B1,"checkKey");function b1(){return cg()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}o(b1,"isFeatureAvailable");function $te(t,e,r,n){return yp(this,arguments,void 0,function*(s,i,a,c,l=!1){let u=cg();b(`Cache service version: ${u}`),Jte(s);let d=nL();if(!Lee(d)){S(`Cache restore skipped: the effective cache-mode '${d}' does not permit reads.`),b(`Skipped restore for paths [${s.join(", ")}] with primary key '${i}'.`);return}return u==="v2"?yield lqe(s,i,a,c,l):yield cqe(s,i,a,c,l)})}o($te,"restoreCache");function cqe(t,e,r,n){return yp(this,arguments,void 0,function*(s,i,a,c,l=!1){var u;a=a||[];let d=[i,...a];if(b("Resolved Keys:"),b(JSON.stringify(d)),d.length>10)throw new Si("Key Validation Error: Keys are limited to a maximum of 10.");for(let f of d)B1(f);let A=yield am(),p="";try{let f;try{f=yield Jee(d,s,{compressionMethod:A,enableCrossOsArchive:l})}catch(g){let y=(u=g?.message)!==null&&u!==void 0?u:"";throw y.includes(zte)?new Yw(y):g}if(!f?.archiveLocation)return;if(c?.lookupOnly)return S("Lookup only - skipping download"),f.cacheKey;p=Sg.join(yield im(),vc(A)),b(`Archive Path: ${p}`),yield iL(f.archiveLocation,p,c),ya()&&(yield wg(p,A));let h=ji(p);return S(`Cache Size: ~${Math.round(h/(1024*1024))} MB (${h} B)`),yield y1(p,A),S("Cache restored successfully"),f.cacheKey}catch(f){let h=f;if(h.name===Si.name)throw f;h instanceof Ki&&typeof h.statusCode=="number"&&h.statusCode>=500?fA(`Failed to restore: ${f.message}`):$e(`Failed to restore: ${f.message}`)}finally{try{yield om(p)}catch(f){b(`Failed to delete archive: ${f}`)}}})}o(cqe,"restoreCacheV1");function lqe(t,e,r,n){return yp(this,arguments,void 0,function*(s,i,a,c,l=!1){var u;c=Object.assign(Object.assign({},c),{useAzureSdk:!0}),a=a||[];let d=[i,...a];if(b("Resolved Keys:"),b(JSON.stringify(d)),d.length>10)throw new Si("Key Validation Error: Keys are limited to a maximum of 10.");for(let p of d)B1(p);let A="";try{let p=m1(),f=yield am(),h={key:i,restoreKeys:a,version:NA(s,f,l)},g;try{g=yield p.GetCacheEntryDownloadURL(h)}catch(C){let I=(u=C?.message)!==null&&u!==void 0?u:"";throw I.includes(zte)?new Yw(I):C}if(!g.ok){b(`Cache not found for version ${h.version} of keys: ${d.join(", ")}`);return}if(h.key!==g.matchedKey?S(`Cache hit for restore-key: ${g.matchedKey}`):S(`Cache hit for: ${g.matchedKey}`),c?.lookupOnly)return S("Lookup only - skipping download"),g.matchedKey;A=Sg.join(yield im(),vc(f)),b(`Archive path: ${A}`),b(`Starting download of archive to: ${A}`)
`,a).length:A,u?(c===null?0:c.length)+l.length:0,u?l.length+A:0);return p<f},"__needMoreData"),parse:o(function(n,s,i,a){let{bom:c,comment_no_infix:l,delimiter_auto:u,encoding:d,from_line:A,ltrim:p,max_record_size:f,raw:h,relax_quotes:g,rtrim:y,skip_empty_lines:E,to:C,to_line:I}=this.options,{comment:B,escape:N,quote:Q,record_delimiter:D}=this.options,{bomSkipped:ue,delimiterDiscovered:xe,delimiterBufPrevious:ke,rawBuffer:qe,escapeIsQuote:Ce}=this.state;if(!xe&&u){let Ge;if(ke===void 0?Ge=n:ke!==void 0&&n===void 0?Ge=ke:Ge=Buffer.concat([ke,n]),n=void 0,s||Ge.length>u.size)this.options.delimiter=[Buffer.from(eoe(Ge,this.options.delimiter_auto))],this.state.previousBuf=Ge,this.state.delimiterBufPrevious=void 0,this.state.delimiterDiscovered=!0;else{this.state.delimiterBufPrevious=Ge;return}}let{previousBuf:Xe}=this.state,de;if(Xe===void 0)if(n===void 0){a();return}else de=n;else Xe!==void 0&&n===void 0?de=Xe:de=Buffer.concat([Xe,n]);if(ue===!1)if(c===!1)this.state.bomSkipped=!0;else if(de.length<3){if(s===!1){this.state.previousBuf=de;return}}else{for(let Ge in Dp)if(Dp[Ge].compare(de,0,Dp[Ge].length)===0){let Pi=Dp[Ge].length;this.state.bufBytesStart+=Pi,de=de.slice(Pi);let tc=kp({...this.original_options,encoding:Ge});for(let Bt in tc)this.options[Bt]=tc[Bt];({comment:B,escape:N,quote:Q}=this.options);break}this.state.bomSkipped=!0}let Lr=de.length,J;for(J=0;J<Lr&&!this.__needMoreData(J,Lr,s);J++){if(this.state.wasRowDelimiter===!0&&(this.info.lines++,this.state.wasRowDelimiter=!1),I!==-1&&this.info.lines>I){this.state.stop=!0,a();return}this.state.quoting===!1&&D.length===0&&this.__autoDiscoverRecordDelimiter(de,J)&&(D=this.options.record_delimiter);let Ge=de[J];if(h===!0&&qe.append(Ge),(Ge===_$e||Ge===k$e)&&this.state.wasRowDelimiter===!1&&(this.state.wasRowDelimiter=!0),this.state.escaping===!0)this.state.escaping=!1;else{if(N!==null&&this.state.quoting===!0&&this.__isEscape(de,J,Ge)&&J+N.length<Lr)if(Ce){if(this.__isQuote(de,J+N.length)){this.state.escaping=!0,J+=N.length-1;continue}}else{this.state.escaping=!0,J+=N.length-1;continue}if(this.state.commenting===!1&&this.__isQuote(de,J))if(this.state.quoting===!0){let Bt=de[J+Q.length],_i=y&&this.__isCharTrimable(de,J+Q.length),Mn=B!==null&&this.__compareBytes(B,de,J+Q.length,Bt),El=this.__isDelimiter(de,J+Q.length,Bt),vE=D.length===0?this.__autoDiscoverRecordDelimiter(de,J+Q.length):this.__isRecordDelimiter(Bt,de,J+Q.length);if(N!==null&&this.__isEscape(de,J,Ge)&&this.__isQuote(de,J+N.length))J+=N.length-1;else if(!Bt||El||vE||Mn||_i){this.state.quoting=!1,this.state.wasQuoting=!0,J+=Q.length-1;continue}else if(g===!1){let nG=this.__error(new be("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got "${String.fromCharCode(Bt)}"`,`at line ${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if(nG!==void 0)return nG}else this.state.quoting=!1,this.state.wasQuoting=!0,this.state.field.prepend(Q),J+=Q.length-1}else if(this.state.field.length!==0){if(g===!1){let Bt=this.__infoField(),_i=Object.keys(Dp).map(El=>Dp[El].equals(this.state.field.toString())?El:!1).filter(Boolean)[0],Mn=this.__error(new be("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`a quote is found on field ${JSON.stringify(Bt.column)} at line ${Bt.lines}, value is ${JSON.stringify(this.state.field.toString(d))}`,_i?`(${_i} bom)`:void 0],this.options,Bt,{field:this.state.field}));if(Mn!==void 0)return Mn}}else{this.state.quoting=!0,J+=Q.length-1;continue}if(this.state.quoting===!1){let Bt=this.__isRecordDelimiter(Ge,de,J);if(Bt!==0){if(this.state.commenting&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0)this.info.comment_lines++;else{if(this.state.enabled===!1&&this.info.lines+(this.state.wasRowDelimiter===!0?1:0)>=A){this.state.enabled=!0,this.__resetField(),this.__resetRecord(),J+=Bt-1;continue}if(E===!0&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0){this.info.empty_lines++,J+=Bt-1;continue}this.info.bytes=this.state.bufBytesSt
`)}o(NYe,"_buildMessageForResponseErrors");var xYe=class extends Error{static{o(this,"GraphqlResponseError")}constructor(t,e,r){super(NYe(r)),this.request=t,this.headers=e,this.response=r,this.errors=r.errors,this.data=r.data,Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}name="GraphqlResponseError";errors;data},QYe=["method","baseUrl","url","headers","request","query","mediaType","operationName"],RYe=["query","method","url"],Goe=/\/api\/v3\/?$/;function TYe(t,e,r){if(r){if(typeof e=="string"&&"query"in r)return Promise.reject(new Error('[@octokit/graphql] "query" cannot be used as variable name'));for(let a in r)if(RYe.includes(a))return Promise.reject(new Error(`[@octokit/graphql] "${a}" cannot be used as variable name`))}let n=typeof e=="string"?Object.assign({query:e},r):e,s=Object.keys(n).reduce((a,c)=>QYe.includes(c)?(a[c]=n[c],a):(a.variables||(a.variables={}),a.variables[c]=n[c],a),{}),i=n.baseUrl||t.endpoint.DEFAULTS.baseUrl;return Goe.test(i)&&(s.url=i.replace(Goe,"/api/graphql")),t(s).then(a=>{if(a.data.errors){let c={};for(let l of Object.keys(a.headers))c[l]=a.headers[l];throw new xYe(s,c,a.data)}return a.data.data})}o(TYe,"graphql");function iU(t,e){let r=t.defaults(e);return Object.assign(o((s,i)=>TYe(r,s,i),"newApi"),{defaults:iU.bind(null,r),endpoint:r.endpoint})}o(iU,"withDefaults");var BPt=iU(Kg,{headers:{"user-agent":`octokit-graphql.js/${SYe} ${Xc()}`},method:"POST",url:"/graphql"});function Hoe(t){return iU(t,{method:"POST",url:"/graphql"})}o(Hoe,"withCustomRequest");var oU="(?:[a-zA-Z0-9_-]+)",Voe="\\.",zoe=new RegExp(`^${oU}${Voe}${oU}${Voe}${oU}$`),vYe=zoe.test.bind(zoe);async function PYe(t){let e=vYe(t),r=t.startsWith("v1.")||t.startsWith("ghs_"),n=t.startsWith("ghu_");return{type:"token",token:t,tokenType:e?"app":r?"installation":n?"user-to-server":"oauth"}}o(PYe,"auth");function _Ye(t){return t.split(/\./).length===3?`bearer ${t}`:`token ${t}`}o(_Ye,"withAuthorizationPrefix");async function kYe(t,e,r,n){let s=e.endpoint.merge(r,n);return s.headers.authorization=_Ye(t),e(s)}o(kYe,"hook");var Joe=o(function(e){if(!e)throw new Error("[@octokit/auth-token] No token passed to createTokenAuth");if(typeof e!="string")throw new Error("[@octokit/auth-token] Token passed to createTokenAuth is not a string");return e=e.replace(/^(token|bearer) +/i,""),Object.assign(PYe.bind(null,e),{hook:kYe.bind(null,e)})},"createTokenAuth2");var aU="7.0.6";var $oe=o(()=>{},"noop"),DYe=console.warn.bind(console),OYe=console.error.bind(console);function MYe(t={}){return typeof t.debug!="function"&&(t.debug=$oe),typeof t.info!="function"&&(t.info=$oe),typeof t.warn!="function"&&(t.warn=DYe),typeof t.error!="function"&&(t.error=OYe),t}o(MYe,"createLogger");var Yoe=`octokit-core.js/${aU} ${Xc()}`,cS=class{static{o(this,"Octokit")}static VERSION=aU;static defaults(e){return class extends this{static{o(this,"OctokitWithDefaults")}constructor(...n){let s=n[0]||{};if(typeof e=="function"){super(e(s));return}super(Object.assign({},e,s,s.userAgent&&e.userAgent?{userAgent:`${s.userAgent} ${e.userAgent}`}:null))}}}static plugins=[];static plugin(...e){let r=this.plugins;return class extends this{static{o(this,"NewOctokit")}static plugins=r.concat(e.filter(s=>!r.includes(s)))}}constructor(e={}){let r=new Ioe.Collection,n={baseUrl:Kg.endpoint.DEFAULTS.baseUrl,headers:{},request:Object.assign({},e.request,{hook:r.bind(null,"request")}),mediaType:{previews:[],format:""}};if(n.headers["user-agent"]=e.userAgent?`${e.userAgent} ${Yoe}`:Yoe,e.baseUrl&&(n.baseUrl=e.baseUrl),e.previews&&(n.mediaType.previews=e.previews),e.timeZone&&(n.headers["time-zone"]=e.timeZone),this.request=Kg.defaults(n),this.graphql=Hoe(this.request).defaults(n),this.log=MYe(e.log),this.hook=r,e.authStrategy){let{authStrategy:i,...a}=e,c=i(Object.assign({request:this.request,log:this.log,octokit:this,octokitOptions:a},e.auth));r.wrap("request",c.hook),this.auth=c}else if(!e.auth)this.auth=async()=>({type:"unauthenticated"});else{let i=Joe(e.auth);r.wrap("request",i.hook),this.auth=i}let s=this.constructor;for(let i=0;i<s.plugins.length;++i)
`),s.files[c]+=l.replace(/^\s>\s?/,""));break}}}}returna&&s.devices&&s.devices.push(a),i&&s.gcPolicy&&s.gcPolicy.push(i),s.name&&r.nodes.push(s),r}};var$u=w(require("fs"),1),yU=w(require("path"),1);varAS=classt{static{o(this,"Build")}buildx;iidFilename;metadataFilename;constructor(e){this.buildx=e?.buildx||new_e,this.iidFilename=`build-iidfile-${Me.generateRandomString()}.txt`,this.metadataFilename=`build-metadata-${Me.generateRandomString()}.json`}asyncgitContext(e){letr=newSet(["ref","checksum","subdir"]),n=e?.attrs||{},s=Object.entries(n).filter(([f])=>!r.has(f)),i=Me.parseBoolOrDefault(n["fetch-by-commit"]),a=e?.ref||n.ref||on.ref;a.startsWith("refs/")?a.startsWith("refs/pull/")&&Me.parseBoolOrDefault(process.env.DOCKER_DEFAULT_GIT_CONTEXT_PR_HEAD_REF)&&(a=a.replace(/\/merge$/g,"/head")):a=`refs/heads/${a}`;letc=`${We.serverURL}/${on.repo.owner}/${on.repo.repo}.git`,l=e?.checksum||n.checksum,u=e?.subdir||n.subdir,d=e?.format;if(!d){if(d="fragment",s.length>0)d="query";elseif(Me.parseBoolOrDefault(process.env.BUILDX_SEND_GIT_QUERY_AS_INPUT))try{awaitthis.buildx.versionSatisfies(">=0.29.0")&&(d="query")}catch{}}letA=on.sha||a;a.startsWith("refs/pull/")&&a.endsWith("/head")&&(A=typeofon.payload.pull_request?.head?.sha=="string"?on.payload.pull_request.head.sha:a);letp=l||A;if(d==="query"){letf=[`ref=${i||l?a:p}`],h=i?p:l;h&&f.push(`checksum=${h}`),u&&u!=="."&&f.push(`subdir=${u}`);for(let[g,y]ofs)f.push(`${g}=${y}`);return`${c}?${f.join("&")}`}return`${c}#${p}${u&&u!=="."?`:${u}`:""}`}getImageIDFilePath(){returnyU.default.join(Oe.tmpDir(),this.iidFilename)}resolveImageID(){lete=this.getImageIDFilePath();if($u.default.existsSync(e))return$u.default.readFileSync(e,{encoding:"utf-8"}).trim()}getMetadataFilePath(){returnyU.default.join(Oe.tmpDir(),this.metadataFilename)}resolveMetadata(){lete=this.getMetadataFilePath();if(!$u.default.existsSync(e))return;letr=$u.default.readFileSync(e,{encoding:"utf-8"}).trim();if(r!=="null")returnJSON.parse(r)}resolveRef(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.ref"ine)returne["buildx.build.ref"]}resolveProvenance(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.provenance"ine)returne["buildx.build.provenance"]}resolveWarnings(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.warnings"ine)returne["buildx.build.warnings"]}resolveDigest(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"containerimage.digest"ine)returne["containerimage.digest"]}staticresolveSecretString(e){let[r,n]=t.resolveSecret(e,{redact:!0});return`id=${r},src=${n}`}staticresolveSecretFile(e){let[r,n]=t.resolveSecret(e,{asFile:!0});return`id=${r},src=${n}`}staticresolveSecretEnv(e){let[r,n]=t.parseSecretKvp(e);return`id=${r},env=${n}`}staticresolveSecret(e,r){let[n,s]=t.parseSecretKvp(e,r?.redact);if(r?.asFile){if(!$u.default.existsSync(s))thrownewError(`secret file ${s} not found`);return[n,s]}leti=Oe.tmpName({tmpdir:Oe.tmpDir()});return$u.default.writeFileSync(i,s),[n,i]}staticgetProvenanceInput(e){letr=Rr(e);if(!r)returnr;try{returnKl(e)?`builder-id=${We.workflowRunURL(!0)}`:"false"}catch{returnt.resolveProvenanceAttrs(r)}}staticresolveProvenanceAttrs(e){if(!e)return`builder-id=${We.workflowRunURL(!0)}`;letr=ps(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(letnofr)if(n.toString().split(/(?<=^[^=]+?)=/).map(i=>i.trim())[0]=="builder-id")returne;return`${e},builder-id=${We.workflowRunURL(!0)}`}staticresolveCacheToAttrs(e,r){if(!e)returne;letn="registry",s="",i="",a=ps(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(letcofa){letl=c.toString().split(/(?<=^[^=]+?)=/).map(u=>u.trim());l[0]==="type"?n=l[1]:l[0]==="repository"?s=l[1]:l[0]==="ghtoken"&&(i=l[1])}returnn==="gha"&&(s||(e=`${e},repository=${We.repository}`),!i&&r&&(e=`${e},ghtoken=${r}`)),e}statichasLocalExporter(e){returnt.hasExporterType("local",e)}statichasTarExporter(e){returnt.hasExporterType("tar",e)}statichasDockerExporter(e,r){returnr||t.hasExporterType("docker",e)}statichasExporterType(e,r){letn=ps(r.join(`
`),{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(letsofn){if(s.length==1&&!s[0].startsWith("type="))returne=="local";for(let[i,a]ofs.map(c=>c.split("=").map(l=>l.trim())))if(i=="type"&&a==e)return!0}return!1}statichasAttestationType(e,r){letn=ps(r,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(letsofn)for(let[i,a]ofs.map(c=>c.split("=").map(l=>l.trim())))if(i=="type"&&a==e)return!0;return!1}staticresolveAttestationAttrs(e){letr=ps(e,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0}),n=[];for(letsofr)for(letiofs)try{leta=Me.parseBool(i);n.push(`disabled=${!a}`)}catch{n.push(i)}returnn.join(",")}statichasGitAuthTokenSecret(e,r){for(letnofe){if(r&&n.startsWith(`GIT_AUTH_TOKEN.${r}=`))return!0;if(n.startsWith("GIT_AUTH_TOKEN="))return!0}return!1}staticparseSecretKvp(e,r){letn=e.indexOf("="),s=e.substring(0,n),i=e.substring(n+1);if(s.length==0||i.length==0)thrownewError(`${e} is not a valid secret`);returnr&&Vi(i),[s,i]}};varCU=w(require("fs"),1),sae=w(require("path"),1);varpS=classt{static{o(this,"Bake")}buildx;metadataFilename;constructor(e){this.buildx=e?.buildx||new_e,this.metadataFilename=`bake-metadata-${Me.generateRandomString()}.json`}getMetadataFilePath(){returnsae.default.join(Oe.tmpDir(),this.metadataFilename)}resolveMetadata(){lete=this.getMetadataFilePath();if(!CU.default.existsSync(e))return;letr=CU.default.readFileSync(e,{encoding:"utf-8"}).trim();if(r!=="null")returnJSON.parse(r)}resolveRefs(e){if(!e&&(e=this.resolveMetadata(),!e))return;letr=newArray;for(letnine)"buildx.build.ref"ine[n]&&r.push(e[n]["buildx.build.ref"]);returnr.length>0?r:void0}resolveWarnings(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.warnings"ine)returne["buildx.build.warnings"]}asyncgetDefinition(e,r){r=r||{ignoreReturnCode:!0},r.ignoreReturnCode=!0,r.env=Object.assign({},process.env,r.env||{},e.githubToken?{BUILDX_BAKE_GIT_AUTH_TOKEN:e.githubToken}:{});letn=["bake"],s,i=[],a=[...e.files||[],e.source];if(a){for(letlofa.map(u=>u?u.trim():""))if(l.length!=0){if(!Me.isValidRef(l)){i.push(l);continue}if(s)thrownewError("Only one remote bake definition can be defined");s=l}}s&&n.push(s);for(letlofi)n.push("--file",l);if(e.overrides)for(letlofe.overrides)n.push("--set",l);if(e.vars)for(letlofe.vars)n.push("--var",l);if(e.allow)for(letlofe.allow)n.push("--allow",l);e.call&&n.push("--call",e.call),e.load&&n.push("--load"),e.noCache&&n.push("--no-cache"),e.provenance&&n.push("--provenance",e.provenance),e.push&&n.push("--push"),e.sbom&&n.push("--sbom",e.sbom);letc=awaitthis.buildx.getCommand([...n,"--print",...e.targets||[]]);returnawaitY.getExecOutput(c.command,c.args,r).then(l=>{if(l.stderr.length>0&&l.exitCode!=0)thrownewError(`cannot parse bake definitions: ${l.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`);returnt.parseDefinition(l.stdout.trim())})}staticparseDefinition(e){letr=JSON.parse(e);for(letninr.target){lets=r.target[n];s.attest&&Array.isArray(s.attest)&&(s.attest=s.attest.map(i=>t.parseAttestEntry(i))),s["cache-from"]&&Array.isArray(s["cache-from"])&&(s["cache-from"]=s["cache-from"].map(i=>t.parseCacheEntry(i))),s["cache-to"]&&Array.isArray(s["cache-to"])&&(s["cache-to"]=s["cache-to"].map(i=>t.parseCacheEntry(i))),s.output&&Array.isArray(s.output)&&(s.output=s.output.map(i=>t.parseExportEntry(i))),s.secret&&Array.isArray(s.secret)&&(s.secret=s.secret.map(i=>t.parseSecretEntry(i))),s.ssh&&Array.isArray(s.ssh)&&(s.ssh=s.ssh.map(i=>t.parseSSHEntry(i)))}returnr}staticparseAttestEntry(e){if(typeofe!="string")returne;letr={type:""},n=ps(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(letsofn){let[i,a]=s.toString().split(/(?<=^[^=]+?)=/).map(c=>c.trim());switch(i){case"type":r.type=a;break;case"disabled":r.disabled=Me.parseBool(a);break;default:r[i]=a}}returnr}staticparseCacheEntry(e){if(typeofe!="string")returne;letr={type:""},n=ps(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];if(n.length===1&&!n[0].includes("="))returnr.type="registry",r.ref=n[0],r;for(letsofn){let[i,a]=s.toString().s
`).map(i=>i.trim()).filter(i=>i.length>0);if(s)return`refs/tags/${s}`;throw new Error("Cannot infer ref from detached HEAD")}static async findDetachedTagRef(e,r){let s=(await t.exec(["for-each-ref","--format=%(refname)","--points-at","HEAD","refs/tags/"])).split(`
`).map(i=>i.trim()).filter(i=>i.length>0).sort((i,a)=>a.length-i.length);for(let i of s){let a=`tag:${i.slice(10)}`;if(e===a||e.startsWith(`${a},`))return i}if(s.length===1)return s[0];throw new Error(`Cannotfinddetachedtagrefin"${r}"`)}static async findContainingRef(e){let r=await t.exec(["for-each-ref","--format=%(refname)","--contains","HEAD","--sort=-committerdate",e]),[n]=r.split(`
${g}`)}elsethrownewError(`Cosign attest-blob command failed with: ${p.stderr.trim().split(/\r?\n/).filter(g=>g.length>0).pop()??"unknown error"}`);leth=t.parseBundle((0,Ef.bundleFromJSON)(JSON.parse(Yo.default.readFileSync(l,{encoding:"utf-8"}))));S("Provenance blob signed for:");for(letgofu){let[y,E]=Object.entries(g.digest)[0]||[];S(` - ${g.name} (${y}:${E})`)}h.tlogID&&awaitthis.logTransparencyUpload(h.tlogID,n),S(`Sigstore bundle written to: ${l}`),r[a]={...h,bundlePath:l,subjects:u}})}catch(n){thrownewError(`Signing BuildKit provenance blobs failed: ${n.message}`)}returnr}asyncverifySignedArtifacts(e,r){letn={};if(!awaitthis.cosign.isAvailable())thrownewError("Cosign is required to verify signed artifacts");for(let[s,i]ofObject.entries(e)){leta=Wo.default.dirname(s);awaitit(`Verifying signature bundle ${i.bundlePath}`,async()=>{for(letcofi.subjects){letl=Wo.default.join(a,c.name);S(`Verifying signed artifact ${l}`);letu=["verify-blob-attestation",...awaitthis.bundleFormatArgs(),"--certificate-oidc-issuer","https://token.actions.githubusercontent.com","--certificate-identity-regexp",r.certificateIdentityRegexp,"--type",r.predicateType??yue];(r.noTransparencyLog||!i.tlogID)&&u.push("--use-signed-timestamps","--insecure-ignore-tlog");letd=awaitY.getExecOutput(this.cosign.binPath,[...u,"--bundle",i.bundlePath,l],{ignoreReturnCode:!0});if(d.stderr.length>0&&d.exitCode!=0)thrownewError(d.stderr);n[l]={bundlePath:i.bundlePath,cosignArgs:u}}})}returnn}asyncverifyArtifact(e,r,n){S("Verifying keyless verification bundle signature");lets=JSON.parse(Yo.default.readFileSync(r,"utf-8")),i=(0,Ef.bundleFromJSON)(s);S("Fetching Sigstore TUF trusted root metadata");leta=awaitIue.getTrustedRoot(),c=(0,yf.toTrustMaterial)(a);try{S("Verifying artifact signature");letl=(0,yf.toSignedEntity)(i,Yo.default.readFileSync(e)),u=t.parseCertificate(i),d=i.verificationMaterial.tlogEntries,A=d.length>0?d[0].logIndex:void0;if(n?.subjectAlternativeName&&n?.subjectAlternativeNameinstanceofRegExp){leth=u.subjectAltName?.replace(/^uri:/i,"");if(h){if(!h.match(n.subjectAlternativeName))thrownewError(`Signing certificate subjectAlternativeName "${h}" does not match expected pattern`)}elsethrownewError("Signing certificate does not contain subjectAltName")}letf=newyf.Verifier(c).verify(l,{subjectAlternativeName:n?.subjectAlternativeName&&typeofn.subjectAlternativeName=="string"?n.subjectAlternativeName:void0,extensions:n?.issuer?{issuer:n.issuer}:void0});returnb(`Sigstore.verifyArtifact signer: ${JSON.stringify(f)}`),{payload:s,certificate:u.toString(),tlogID:A}}catch(l){thrownewError(`Failed to verify artifact signature: ${l}`)}}staticnoTransparencyLog(e){returne??We.context.payload.repository?.private??!1}asynccosignSigningConfigArgs(e){letr=[],n=t.noTransparencyLog(e.noTransparencyLog);if(S(`Upload to transparency log: ${n?"disabled":"enabled"}`),awaitthis.cosign.versionSatisfies(">=3.0.4")){lets=awaitthis.useRekorV2(e);awaitit("Creating Sigstore protobuf signing config",async()=>{leti=Oe.tmpName({template:"signing-config-XXXXXX.json",tmpdir:Oe.tmpDir()}),a=["signing-config","create",s?"--with-default-rekor-v2=true":"--with-default-services=true",`--out=${i}`];n&&a.push("--no-default-rekor=true"),awaitY.exec(this.cosign.binPath,a,{env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),S(JSON.stringify(JSON.parse(Yo.default.readFileSync(i,{encoding:"utf-8"})),null,2)),r.push(`--signing-config=${i}`)})}elser.push("--use-signing-config"),n&&r.push("--tlog-upload=false");returnr}asynclogTransparencyUpload(e,r){if(awaitthis.useRekorV2(r)){S(`Attestation signature uploaded to Rekor v2 transparency log with index ${e}`);return}S(`Attestation signature uploaded to Rekor transparency log: ${gf}?logIndex=${e}`)}asyncuseRekorV2(e){returne.rekorV2===!0&&!t.noTransparencyLog(e.noTransparencyLog)&&awaitthis.cosign.versionSatisfies(">=3.1.1")}staticgetProvenanceBlobs(e){letr=Wo.default.join(e.localExportDir,"provenance.json");if(Yo.default.existsSync(r))return{[r]:Yo.default.readFileSync(