varYue=Object.create;varLE=Object.defineProperty;varWue=Object.getOwnPropertyDescriptor;varjue=Object.getOwnPropertyNames;varKue=Object.getPrototypeOf,Xue=Object.prototype.hasOwnProperty;varo=(t,e)=>LE(t,"name",{value:e,configurable:!0});varm=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Zue=(t,e)=>{for(varrine)LE(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&&LE(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?LE(r,"default",{value:t,enumerable:!0}):r,t));varFG=m(Cd=>{"use strict";varV6e=require("net"),rpe=require("tls"),Tx=require("http"),OG=require("https"),npe=require("events"),z6e=require("assert"),spe=require("util");Cd.httpOverHttp=ipe;Cd.httpsOverHttp=ope;Cd.httpOverHttps=ape;Cd.httpsOverHttps=cpe;functionipe(t){vare=newsa(t);returne.request=Tx.request,e}o(ipe,"httpOverHttp");functionope(t){vare=newsa(t);returne.request=Tx.request,e.createSocket=MG,e.defaultPort=443,e}o(ope,"httpsOverHttp");functionape(t){vare=newsa(t);returne.request=OG.request,e}o(ape,"httpOverHttps");functioncpe(t){vare=newsa(t);returne.request=OG.request,e.createSocket=MG,e.defaultPort=443,e}o(cpe,"httpsOverHttps");functionsa(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=LG(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(sa,"TunnelingAgent");spe.inherits(sa,npe.EventEmitter);sa.prototype.addRequest=o(function(e,r,n,s){vari=this,a=vx({request:e},i.options,LG(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");sa.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(JV(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(zf.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"||zf.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(ZV,"extractBody");function Fme(t,e=!1){return t instanceof ReadableStream&&(DQ(!zf.isDisturbed(t),"The body has already been consumed."),DQ(!t.locked,"The stream is locked.")),ZV(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 _d(this,r=>{let n=YV(this);return n===null?n="":n&&(n=Ome(n)),new _me([r],{type:n})},t)},arrayBuffer(){return _d(this,r=>new Uint8Array(r).buffer,t)},text(){return _d(this,WV,t)},json(){return _d(this,Vme,t)},formData(){return _d(this,r=>{let n=YV(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 $V;return i[kd]=s,i}case"application/x-www-form-urlencoded":{let s=new URLSearchParams(r.toString()),i=new $V;for(let[a,c]of s)i.append(a,c);return i}}throw new TypeError('Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded".')},t)},bytes(){return _d(this,r=>new Uint8Array(r),t)}}}o(Gme,"bodyMixinMethods");function Hme(t){Object.assign(t.prototype,Gme(t))}o(Hme,"mixinBody");async function _d(t,e,r){if(Pme.brandCheck(t,r),ez(t))throw new TypeError("Body is unusable: Body has already been read");qme(t[kd]);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[kd].body==null?(i(Buffer.allocUnsafe(0)),n.promise):(await Tme(t[kd].body,i,s),n.promise)}o(_d,"consumeBody");function ez(t){let e=t[kd].body;return e!=null&&(e.stream.locked||zf.isDisturbed(e.stream))}o(ez,"bodyUnusable");function Vme(t){return JSON.parse(WV(t))}o(Vme,"parseJSONFromBytes");function YV(t){let e=t[kd].headersList,r=vme(e);return r==="failure"?null:r}o(YV,"bodyMimeType");tz.exports={extractBody:ZV,safelyExtractBody:Fme,cloneBody:Ume,mixinBody:Hme,streamRegistry:XV,hasFinalizationRegistry:KV,bodyUnusable:ez}});var gz=m((LKe,mz)=>{"use strict";var X=require("node:assert"),te=Ie(),{channels:rz}=Bd(),MQ=EQ(),{RequestContentLengthMismatchError:Ql,ResponseContentLengthMismatchError:nz,RequestAbortedError:dz,InvalidArgumentError:zme,HeadersTimeoutError:Jme,HeadersOverflowError:$me,SocketError:Od,InformationalError:Md,BodyTimeoutError:Yme,HTTPParserError:Wme,ResponseExceededMaxSizeError:jme}=Te(),{kUrl:Az,kReset:fn,kClient:by,kParser:nt,kBlocking:Yf,kRunning:zt,kPending:pz,kSize:sz,kWriting:ac,kQueue:oi,kNoRef:Jf,kKeepAliveDefaultTimeout:Kme,kHostHeader:Xme,kPendingIdx:Zme,kRunningIdx:ys,kError:Jr,kPipelining:wy,kSocket:Tl,kKeepAliveTimeoutValue:Ny,kMaxHeadersSize:LQ,kKeepAliveMaxTimeout:ege,kKeepAliveTimeoutThreshold:tge,kHeadersTimeout:rge,kBodyTimeout:nge,kStrictContentLength:qQ,kMaxRequests:iz,kCounter:sge,kMaxResponseSize:ige,kOnError:oz,kResume:ua,kHTTPContext:fz}=dt(),Gn=XH(),az=Buffer.alloc(0),Cy=Buffer[Symbol.species],Iy=te.addListener,oge=te.removeAllListeners,vl=Symbol("kIdleSocketValidation"),Rl=Symbol("kIdleSocketValidationTimeout"),zQ=Symbol("kSocketUsed"),FQ;async function age(){let t=process.en
`}return rz.sendHeaders.hasSubscribers&&rz.sendHeaders.publish({request:e,headers:g,socket:f}),!l||p===0?lz(h,null,t,e,f,d,g,A):te.isBuffer(l)?lz(h,l,t,e,f,d,g,A):te.isBlobLike(l)?typeof l.stream=="function"?uz(h,l.stream(),t,e,f,d,g,A):hge(h,l,t,e,f,d,g,A):te.isStream(l)?fge(h,l,t,e,f,d,g,A):te.isIterable(l)?uz(h,l,t,e,f,d,g,A):X(!1),!0}o(pge,"writeH1");function fge(t,e,r,n,s,i,a,c){X(i!==0||r[zt]===0,"stream body cannot be pipelined");let l=!1,u=new xy({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 dz;queueMicrotask(()=>f(h))}},"onClose"),f=o(function(h){if(!l){if(l=!0,X(s.destroyed||s[ac]&&r[zt]<=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(fge,"writeStream");function lz(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[ua]()}catch(l){t(l)}}o(lz,"writeBuffer");async function hge(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 Ql;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[fn]=!0),r[ua]()}catch(l){t(l)}}o(hge,"writeBlob");async function uz(t,e,r,n,s,i,a,c){X(i!==0||r[zt]===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[Jr]?f(s[Jr]):l=p}),"waitForDrain");s.on("close",u).on("drain",u);let A=new xy({abort:t,socket:s,request:n,contentLength:i,client:r,expectsPayload:c,header:a});try{for await(let p of e){if(s[Jr])throw s[Jr];A.write(p)||await d()}A.end()}catch(p){A.destroy(p)}finally{s.off("close",u).off("drain",u)}}o(uz,"writeIterable");var xy=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[Jr])throw r[Jr];if(r.destroyed)return!1;let u=Buffer.byteLength(e);if(!u)return!0;if(s!==null&&a+u>s){if(i[qQ])throw new Ql;process.emitWarning(new Ql)}r.cork(),a===0&&(!c&&n.reset!==!1&&(r[fn]=!0),s===null?r.write(`${l}transfer-encoding:chunked\r
`,"latin1"),r!==null&&s!==r){if(n[qQ])throw new Ql;process.emitWarning(new Ql)}e[nt].timeout&&e[nt].timeoutType===Ld&&e[nt].timeout.refresh&&e[nt].timeout.refresh(),n[ua]()}}destroy(e){let{socket:r,client:n,abort:s}=this;r[ac]=!1,e&&(X(n[zt]<=1,"pipeline should only contain this request"),s(e))}};mz.exports=lge});var Sz=m((UKe,wz)=>{"use strict";var Cs=require("node:assert"),{pipeline:mge}=require("node:stream"),we=Ie(),{RequestContentLengthMismatchError:JQ,RequestAbortedError:Ez,SocketError:Wf,InformationalError:$Q}=Te(),{kUrl:Qy,kReset:Ty,kClient:Fd,kRunning:vy,kPending:gge,kQueue:cc,kPendingIdx:YQ,kRunningIdx:ai,kError:li,kSocket:ur,kStrictContentLength:Ege,kOnError:WQ,kMaxConcurrentStreams:bz,kHTTP2Session:ci,kResume:lc,kSize:yge,kHTTPContext:Cge}=dt(),da=Symbol("open streams"),yz,Cz=!1,Ry;try{Ry=require("node:http2")}catch{Ry={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:Ige,HTTP2_HEADER_METHOD:Bge,HTTP2_HEADER_PATH:bge,HTTP2_HEADER_SCHEME:wge,HTTP2_HEADER_CONTENT_LENGTH:Sge,HTTP2_HEADER_EXPECT:Nge,HTTP2_HEADER_STATUS:xge}}=Ry;function Qge(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(Qge,"parseH2Headers");async function Rge(t,e){t[ur]=e,Cz||(Cz=!0,process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"}));let r=Ry.connect(t[Qy],{createConnection:o(()=>e,"createConnection"),peerMaxConcurrentStreams:t[bz]});r[da]=0,r[Fd]=t,r[ur]=e,we.addListener(r,"error",vge),we.addListener(r,"frameError",Pge),we.addListener(r,"end",_ge),we.addListener(r,"goaway",kge),we.addListener(r,"close",function(){let{[Fd]:s}=this,{[ur]:i}=s,a=this[ur][li]||this[li]||new Wf("closed",we.getSocketInfo(i));if(s[ci]=null,s.destroyed){Cs(s[gge]===0);let c=s[cc].splice(s[ai]);for(let l=0;l<c.length;l++){let u=c[l];we.errorRequest(s,u,a)}}}),r.unref(),t[ci]=r,e[ci]=r,we.addListener(e,"error",function(s){Cs(s.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[li]=s,this[Fd][WQ](s)}),we.addListener(e,"end",function(){we.destroy(this,new Wf("other side closed",we.getSocketInfo(this)))}),we.addListener(e,"close",function(){let s=this[li]||new Wf("closed",we.getSocketInfo(this));t[ur]=null,this[ci]!=null&&this[ci].destroy(s),t[YQ]=t[ai],Cs(t[vy]===0),t.emit("disconnect",t[Qy],[t],s),t[lc]()});let n=!1;return e.on("close",()=>{n=!0}),{version:"h2",defaultPipelining:1/0,write(...s){return Oge(t,...s)},resume(){Tge(t)},destroy(s,i){n?queueMicrotask(i):e.destroy(s).on("close",i)},get destroyed(){return e.destroyed},busy(){return!1}}}o(Rge,"connectH2");function Tge(t){let e=t[ur];e?.destroyed===!1&&(t[yge]===0&&t[bz]===0?(e.unref(),t[ci].unref()):(e.ref(),t[ci].ref()))}o(Tge,"resumeH2");function vge(t){Cs(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[ur][li]=t,this[Fd][WQ](t)}o(vge,"onHttp2SessionError");function Pge(t,e,r){if(r===0){let n=new $Q(`HTTP/2:"frameError"received-type${t},code${e}`);this[ur][li]=n,this[Fd][WQ](n)}}o(Pge,"onHttp2FrameError");function _ge(){let t=new Wf("other side closed",we.getSocketInfo(this[ur]));this.destroy(t),we.destroy(this[ur],t)}o(_ge,"onHttp2SessionEnd");function kge(t){let e=this[li]||new Wf(`HTTP/2:"GOAWAY"framereceivedwithcode${t}`,we.getSocketInfo(this)),r=this[Fd];if(r[ur]=null,r[Cge]=null,this[ci]!=null&&(this[ci].destroy(e),this[ci]=null),we.destroy(this[ur],e),r[ai]<r[cc].length){let n=r[cc][r[ai]];r[cc][r[ai]++]=null,we.errorRequest(r,n,e),r[YQ]=r[ai]}Cs(r[vy]===0),r.emit("disconnect",r[Qy],[r],e),r[lc]()}o(kge,"onHTTP2GoAway");function Dge(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}o(Dge,"shouldSendContentLength");function Oge(t,e){let r=t[ci],{method:n,path:s,host:i,upgrade:a,expectContinue:c,signal:l,headers:u}=e,{body:d}=e;if(a)return we.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[Qy];A[Ige]=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),FA("Output buffer: %o",e.outputData[0].data));let i;return this.proxy.protocol==="https:"?(FA("Creating `tls.Socket`: %o",this.connectOpts),i=gke.connect(this.connectOpts)):(FA("Creating `net.Socket`: %o",this.connectOpts),i=mke.connect(this.connectOpts)),await(0,yke.once)(i,"connect"),i}};iB.protocols=["http","https"];Ds.HttpProxyAgent=iB;function Ike(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}o(Ike,"omit")});var eX=m(yB=>{"use strict";Object.defineProperty(yB,"__esModule",{value:!0});yB.state=void 0;yB.state={instrumenterImplementation:void 0}});var gX=m(wB=>{"use strict";Object.defineProperty(wB,"__esModule",{value:!0});wB.state=void 0;wB.state={operationRequestMap:new WeakMap}});var W7=m(np=>{"use strict";Object.defineProperty(np,"__esModule",{value:!0});var q1e=require("os"),G1e=require("util");function H1e(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}o(H1e,"_interopDefaultLegacy");var V1e=H1e(G1e);function z1e(t,...e){process.stderr.write(`${V1e.default.format(t,...e)}${q1e.EOL}`)}o(z1e,"log");var F7=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,q7,OM=[],MM=[],Hb=[];F7&&LM(F7);var G7=Object.assign(t=>H7(t),{enable:LM,enabled:FM,disable:J1e,log:z1e});function LM(t){q7=t,OM=[],MM=[];let e=/\*/g,r=t.split(",").map(n=>n.trim().replace(e,".*?"));for(let n of r)n.startsWith("-")?MM.push(new RegExp(`^${n.substr(1)}$`)):OM.push(new RegExp(`^${n}$`));for(let n of Hb)n.enabled=FM(n.namespace)}o(LM,"enable");function FM(t){if(t.endsWith("*"))return!0;for(let e of MM)if(e.test(t))return!1;for(let e of OM)if(e.test(t))return!0;return!1}o(FM,"enabled");function J1e(){let t=q7||"";return LM(""),t}o(J1e,"disable");function H7(t){let e=Object.assign(r,{enabled:FM(t),destroy:$1e,log:G7.log,namespace:t,extend:Y1e});function r(...n){e.enabled&&(n.length>0&&(n[0]=`${t}${n[0]}`),e.log(...n))}return o(r,"debug"),Hb.push(e),e}o(H7,"createDebugger");function $1e(){let t=Hb.indexOf(this);return t>=0?(Hb.splice(t,1),!0):!1}o($1e,"destroy");function Y1e(t){let e=H7(`${this.namespace}:${t}`);return e.log=this.log,e}o(Y1e,"extend");var og=G7,V7=new Set,qb=typeof process<"u"&&process.env&&process.env.AZURE_LOG_LEVEL||void 0,Vb,zb=og("azure");zb.log=(...t)=>{og.log(...t)};var UM=["verbose","info","warning","error"];qb&&(Y7(qb)?z7(qb):console.error(`AZURE_LOG_LEVELsettounknownloglevel'${qb}';loggingisnotenabled.Acceptablevalues:${UM.join(", ")}.`));function z7(t){if(t&&!Y7(t))throw new Error(`Unknownloglevel'${t}'.Acceptablevalues:${UM.join(",")}`);Vb=t;let e=[];for(let r of V7)$7(r)&&e.push(r.namespace);og.enable(e.join(","))}o(z7,"setLogLevel");function W1e(){return Vb}o(W1e,"getLogLevel");var U7={verbose:400,info:300,warning:200,error:100};function j1e(t){let e=zb.extend(t);return J7(zb,e),{error:Gb(e,"error"),warning:Gb(e,"warning"),info:Gb(e,"info"),verbose:Gb(e,"verbose")}}o(j1e,"createClientLogger");function J7(t,e){e.log=(...r)=>{t.log(...r)}}o(J7,"patchLogMethod");function Gb(t,e){let r=Object.assign(t.extend(e),{level:e});if(J7(t,r),$7(r)){let n=og.disable();og.enable(n+","+r.namespace)}return V7.add(r),r}o(Gb,"createLogger");function $7(t){return!!(Vb&&U7[t.level]<=U7[Vb])}o($7,"shouldEnable");function Y7(t){return UM.includes(t)}o(Y7,"isAzureLogLevel");np.AzureLogger=zb;np.createClientLogger=j1e;np.getLogLevel=W1e;np.setLogLevel=z7});var HM=m(cg=>{"use strict";Object.defineProperty(cg,"__esModule",{value:!0});var sp=new WeakMap,Jb=new WeakMap,ag=class t{static{o(this,"AbortSignal")}constructor(){this.onabort=null,sp.set(this,[]),Jb.set(this,!1)}get aborted(){if(!Jb.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");return Jb.get(this)}static get none(){return new t}addEventListener(e,r){if(!sp.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");sp.get(this).push(r)}removeEventListener(e,r){if(!sp.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");let n=sp.get(this),s=n.indexOf(r);s>-1&&n.splice(s,1)}dispatchEvent(e){thro
Seehttps://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}o(Lze,"logUnexpecedPropertyAccessOnce");function Fze(){Object.keys(w0).forEach(function(t){delete w0[t]})}o(Fze,"resetLoggedProperties")});var N0=m(Mo=>{"use strict";Mo.__esModule=!0;Mo.HandlebarsEnvironment=dF;function _se(t){return t&&t.__esModule?t:{default:t}}o(_se,"_interopRequireDefault");var Uu=cn(),Uze=fs(),lF=_se(Uze),qze=iF(),Gze=Rse(),Hze=aF(),S0=_se(Hze),Vze=cF(),zze="4.7.9";Mo.VERSION=zze;var Jze=8;Mo.COMPILER_REVISION=Jze;var $ze=7;Mo.LAST_COMPATIBLE_COMPILER_REVISION=$ze;var Yze={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"};Mo.REVISION_CHANGES=Yze;var uF="[object Object]";function dF(t,e,r){this.helpers=t||{},this.partials=e||{},this.decorators=r||{},qze.registerDefaultHelpers(this),Gze.registerDefaultDecorators(this)}o(dF,"HandlebarsEnvironment");dF.prototype={constructor:dF,logger:S0.default,log:S0.default.log,registerHelper:o(function(e,r){if(Uu.toString.call(e)===uF){if(r)throw new lF.default("Arg not supported with multiple helpers");Uu.extend(this.helpers,e)}else this.helpers[e]=r},"registerHelper"),unregisterHelper:o(function(e){delete this.helpers[e]},"unregisterHelper"),registerPartial:o(function(e,r){if(Uu.toString.call(e)===uF)Uu.extend(this.partials,e);else{if(typeof r>"u")throw new lF.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=r}},"registerPartial"),unregisterPartial:o(function(e){delete this.partials[e]},"unregisterPartial"),registerDecorator:o(function(e,r){if(Uu.toString.call(e)===uF){if(r)throw new lF.default("Arg not supported with multiple decorators");Uu.extend(this.decorators,e)}else this.decorators[e]=r},"registerDecorator"),unregisterDecorator:o(function(e){delete this.decorators[e]},"unregisterDecorator"),resetLoggedPropertyAccesses:o(function(){Vze.resetLoggedProperties()},"resetLoggedPropertyAccesses")};var Wze=S0.default.log;Mo.log=Wze;Mo.createFrame=Uu.createFrame;Mo.logger=S0.default});var Dse=m((x0,kse)=>{"use strict";x0.__esModule=!0;function AF(t){this.string=t}o(AF,"SafeString");AF.prototype.toString=AF.prototype.toHTML=function(){return""+this.string};x0.default=AF;kse.exports=x0.default});var Ose=m(pF=>{"use strict";pF.__esModule=!0;pF.wrapHelper=jze;function jze(t,e){if(typeof t!="function")return t;var r=o(function(){var s=arguments[arguments.length-1];return arguments[arguments.length-1]=e(s),t.apply(this,arguments)},"wrapper");return r}o(jze,"wrapHelper")});var Gse=m(jc=>{"use strict";jc.__esModule=!0;jc.checkRevision=rJe;jc.template=nJe;jc.wrapProgram=Q0;jc.resolvePartial=sJe;jc.invokePartial=iJe;jc.noop=Use;function Kze(t){return t&&t.__esModule?t:{default:t}}o(Kze,"_interopRequireDefault");function Xze(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}o(Xze,"_interopRequireWildcard");var Zze=cn(),vp=Xze(Zze),eJe=fs(),Ha=Kze(eJe),Va=N0(),Mse=iF(),tJe=Ose(),Lse=cF();function rJe(t){var e=t&&t[0]||1,r=Va.COMPILER_REVISION;if(!(e>=Va.LAST_COMPATIBLE_COMPILER_REVISION&&e<=Va.COMPILER_REVISION))if(e<Va.LAST_COMPATIBLE_COMPILER_REVISION){var n=Va.REVISION_CHANGES[r],s=Va.REVISION_CHANGES[e];throw new Ha.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+").")}else throw new Ha.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(rJe,"checkRevision");function nJe(t,e){if(!e)throw new Ha.default("No environment passed to template");if(!t||!t.main)throw new Ha.default("Unknown template object: "+typeof t);t.main.decorator=t.main_d,e.VM.checkRevision(t.compiler);var r=t.compiler&&t.compiler[0]===7;function n(a,c,l){l.hash&&(c=vp.extend({},c,l.hash),l.ids&&(l.ids[0]=!0)),a=e.VM.res
`+a+"^"},"showPosition"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var i,a,c,l,u,d;this._more||(this.yytext="",this.match="");for(var A=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++);return a?(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||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`.Unrecognizedtext.
`,D9e=/\u2014 (\S+) (\S+)\n/g;function O9e(t,e){let r=t.inclusionProof,n=Mq.fromString(r.checkpoint.envelope),s=GN.fromString(n.note);if(!M9e(n,e))throw new TE.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid checkpoint signature"});return s}o(O9e,"verifyCheckpoint");function M9e(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(M9e,"verifySignedNote");var Mq=class t{static{o(this,"SignedNote")}note;signatures;constructor(e,r){this.note=e,this.signatures=r}static fromString(e){if(!e.includes(Oq))throw new TE.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"missing checkpoint separator"});let r=e.indexOf(Oq),n=e.slice(0,r+1),i=e.slice(r+Oq.length).matchAll(D9e),a=Array.from(i,c=>{let[,l,u]=c,d=Buffer.from(u,"base64");if(d.length<5)throw new TE.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 TE.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"no signatures found in checkpoint"});return new t(n,a)}},GN=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 TE.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)}};vE.LogCheckpoint=GN});var iue=m(qq=>{"use strict";Object.defineProperty(qq,"__esModule",{value:!0});qq.verifyMerkleInclusion=U9e;var Uq=Pi(),Lq=Ur(),L9e=Buffer.from([0]),F9e=Buffer.from([1]);function U9e(t,e){let r=t.inclusionProof,n=BigInt(r.logIndex),s=BigInt(e.logSize);if(n<0n||n>=s)throw new Lq.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:`invalidindex:${n}`});let{inner:i,border:a}=q9e(n,s);if(r.hashes.length!==i+a)throw new Lq.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid hash count"});let c=r.hashes.slice(0,i),l=r.hashes.slice(i),u=$9e(t.canonicalizedBody),d=H9e(G9e(u,c,n),l);if(!Uq.crypto.bufferEqual(d,e.logHash))throw new Lq.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"calculated root hash does not match inclusion proof"})}o(U9e,"verifyMerkleInclusion");function q9e(t,e){let r=V9e(t,e),n=z9e(t>>BigInt(r));return{inner:r,border:n}}o(q9e,"decompInclProof");function G9e(t,e,r){return e.reduce((n,s,i)=>r>>BigInt(i)&BigInt(1)?Fq(s,n):Fq(n,s),t)}o(G9e,"chainInner");function H9e(t,e){return e.reduce((r,n)=>Fq(n,r),t)}o(H9e,"chainBorderRight");function V9e(t,e){return J9e(t^e-BigInt(1))}o(V9e,"innerProofSize");function z9e(t){return t.toString(2).split("1").length-1}o(z9e,"onesCount");function J9e(t){return t===0n?0:t.toString(2).length}o(J9e,"bitLength");function Fq(t,e){return Uq.crypto.digest("sha256",F9e,t,e)}o(Fq,"hashChildren");function $9e(t){return Uq.crypto.digest("sha256",L9e,t)}o($9e,"hashLeaf")});var aue=m(Gq=>{"use strict";Object.defineProperty(Gq,"__esModule",{value:!0});Gq.verifyTLogSET=j9e;var oue=Pi(),Y9e=Ur(),W9e=Ef();function j9e(t,e){if(!(0,W9e.filterTLogAuthorities)(e,{logID:t.logId.keyId,targetDate:new Date(Number(t.integratedTime)*1e3)}).some(s=>{let i=K9e(t),a=Buffer.from(oue.json.canonicalize(i),"utf8"),c=t.inclusionPromise.signedEntryTimestamp;return oue.crypto.verify(a,s.publicKey,c)}))throw new Y9e.VerificationError({code:"TLOG_INCLUSION_PROMISE_ERROR",message:"inclusion promise could not be verified"})}o(j9e,"verifyTLogSET");function K9e(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(K9e,"toVerificationPayload")});var lue=m(HN=>{"use strict";Object.defineProperty(HN,"__esModule",{value:!0});HN.verifyTLogBody=r6e;HN.verifyTLogInclusion=n6e;var cue=Zle(),zq=Ur(),Hq=eue(),Vq=tue(),X9e=rue(),Z9e=sue(),e6e=iue(),t6e=aue();function r6e(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 zq.VerificationError({code:"TLOG_BODY_ERROR",message:`kind/versionmismatch-expected:${r}/${n},received:${s.kind}/${s.apiVersion}`});switch(r){case"dsse":if(n==Hq.DSSE_API_VERSION_V1)return(0,Hq.verifyDSSETLogBody)(s,e);{let i=cue.Entry.fromJSON(s);return(0,Hq.verifyDSSETLogBodyV2)(i,e)}case"intoto":return(0,X9e.verifyIntotoTLogBody)(s,e);case"hashedrekord":if(n==Vq.HASHEDREKORD_API_VERSION_V1)return(0,Vq.verifyHashedRekordTLogBody)(s,e);{let i=cue.Entry.fromJSON(s);return(0,Vq.verifyHashedRekordTLogBodyV2)(i,e)}default:throw new zq.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupportedkind:${r}`})}}o(r6e,"verifyTLogBody");function n6e(t,e){let r=!1;if(s6e(t)&&((0,t6e.verifyTLogSET)(t,e),r=!0),i6e(t)){let n=(0,Z9e.verifyCheckpoint)(t,e);(0,e6e.verifyMerkleInclusion)(t,n),r=!0}if(!r)throw new zq.VerificationError({code:"TLOG_MISSING_INCLUSION_ERROR",message:"inclusion could not be verified"})}o(n6e,"verifyTLogInclusion");function s6e(t){return t.inclusionPromise!==void 0}o(s6e,"isTLogEntryWithInclusionPromise");function i6e(t){return t.inclusionProof!==void 0}o(i6e,"isTLogEntryWithInclusionProof")});var fue=m(VN=>{"use strict";Object.defineProperty(VN,"__esModule",{value:!0});VN.Verifier=void 0;var o6e=require("util"),
`),u="",d=!1,A=0,p=!1;for(let f of l){let h=0;for(;h<a&&f.charCodeAt(h)===32;)h++;if(n<0||h>=f.length){A++;continue}let g=f.slice(a),y=g.charCodeAt(0);i?y===32||y===9?(p=!0,u+=`
Supportbooleaninputlist:\`true | True | TRUE | false | False | FALSE\``)}o(Zl,"getBooleanInput");functionUh(t,e){if(process.env.GITHUB_OUTPUT||"")return$E("OUTPUT",Qx(t,e));process.stdout.write(gv.EOL),na("set-output",{name:t},ra(e))}o(Uh,"setOutput");functionDj(t){process.exitCode=mv.Failure,CA(t)}o(Dj,"setFailed");functionIa(){returnprocess.env.RUNNER_DEBUG==="1"}o(Ia,"isDebug");functionB(t){na("debug",{},t)}o(B,"debug");functionCA(t,e={}){na("error",Sx(e),tinstanceofError?t.toString():t)}o(CA,"error");functionHe(t,e={}){na("warning",Sx(e),tinstanceofError?t.toString():t)}o(He,"warning");functionS(t){process.stdout.write(t+gv.EOL)}o(S,"info");functionvSe(t){xx("group",t)}o(vSe,"startGroup");functionPSe(){xx("endgroup")}o(PSe,"endGroup");functionit(t,e){returnTSe(this,void0,void0,function*(){vSe(t);letr;try{r=yielde()}finally{PSe()}returnr})}o(it,"group");functionyn(t,e){if(process.env.GITHUB_STATE||"")return$E("STATE",Qx(t,e));na("save-state",{name:t},ra(e))}o(yn,"saveState");functionOj(t){returnprocess.env[`STATE_${t}`]||""}o(Oj,"getState");varKw=w(require("fs"),1),N1=w(require("os"),1),x1=w(require("path"),1);varLj=w(require("os"),1);functionqh(t){returnt==null?"":typeoft=="string"||tinstanceofString?t:JSON.stringify(t)}o(qh,"toCommandValue");functionFj(t,e,r){letn=newEv(t,e,r);process.stdout.write(n.toString()+Lj.EOL)}o(Fj,"issueCommand");varMj="::",Ev=class{static{o(this,"Command")}constructor(e,r,n){e||(e="missing.command"),this.command=e,this.properties=r,this.message=n}toString(){lete=Mj+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}=${kSe(s)}`)}}returne+=`${Mj}${_Se(this.message)}`,e}};function_Se(t){returnqh(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}o(_Se,"escapeData");functionkSe(t){returnqh(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}o(kSe,"escapeProperty");varHj=w(require("os"),1);varqj=require("os"),Gh=require("fs");varyv=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:DSe,appendFile:OSe,writeFile:MSe}=Gh.promises,Uj="GITHUB_STEP_SUMMARY";varCv=class{static{o(this,"Summary")}constructor(){this._buffer=""}filePath(){returnyv(this,void0,void0,function*(){if(this._filePath)returnthis._filePath;lete=process.env[Uj];if(!e)thrownewError(`Unable to find environment variable for $${Uj}. Check if your runtime environment supports job summaries.`);try{yieldDSe(e,Gh.constants.R_OK|Gh.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){returnyv(this,void0,void0,function*(){letr=!!e?.overwrite,n=yieldthis.filePath();returnyield(r?MSe:OSe)(n,this._buffer,{encoding:"utf8"}),this.emptyBuffer()})}clear(){returnyv(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(qj.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:
${KPe.sanitize({...this,request:{...this.request,agent:n},response:this.response})}`,"value"),enumerable:!1}),Object.setPrototypeOf(this,t.prototype)}};function MI(t){return t instanceof tn?!0:ou(t)&&t.name==="RestError"}o(MI,"isRestError");function Cn(t,e){return Buffer.from(t,e)}o(Cn,"stringToUint8Array");var LI=w(require("node:http"),1),FI=w(require("node:https"),1),zP=w(require("node:zlib"),1),M6=require("node:stream");var Ps=mm("ts-http-runtime");var XPe={};function gm(t){return t&&typeof t.pipe=="function"}o(gm,"isReadableStream");function O6(t){return t.readable===!1?Promise.resolve():new Promise(e=>{let r=o(()=>{e(),t.removeListener("close",r),t.removeListener("end",r),t.removeListener("error",r)},"handler");t.on("close",r),t.on("end",r),t.on("error",r)})}o(O6,"isStreamComplete");function L6(t){return t&&typeof t.byteLength=="number"}o(L6,"isArrayBuffer");var UI=class extends M6.Transform{static{o(this,"ReportTransform")}loadedBytes=0;progressCallback;_transform(e,r,n){this.push(e),this.loadedBytes+=e.length;try{this.progressCallback({loadedBytes:this.loadedBytes}),n()}catch(s){n(s)}}constructor(e){super(),this.progressCallback=e}},JP=class{static{o(this,"NodeHttpClient")}cachedHttpAgent;cachedHttpsAgents=new WeakMap;async sendRequest(e){let r=new AbortController,n;if(e.abortSignal){if(e.abortSignal.aborted)throw new to("The operation was aborted. Request has already been canceled.");n=o(u=>{u.type==="abort"&&r.abort()},"abortListener"),e.abortSignal.addEventListener("abort",n)}let s;e.timeout>0&&(s=setTimeout(()=>{let u=new yi;Ps.info(`requestto'${u.sanitizeUrl(e.url)}'timedout.canceling...`),r.abort()},e.timeout));let i=e.headers.get("Accept-Encoding"),a=i?.includes("gzip")||i?.includes("deflate"),c=typeof e.body=="function"?e.body():e.body;if(c&&!e.headers.has("Content-Length")){let u=r_e(c);u!==null&&e.headers.set("Content-Length",u)}let l;try{if(c&&e.onUploadProgress){let h=e.onUploadProgress,g=new UI(h);g.on("error",y=>{Ps.error("Error in upload progress",y)}),gm(c)?c.pipe(g):g.end(c),c=g}let u=await this.makeRequest(e,r,c);s!==void 0&&clearTimeout(s);let d=ZPe(u),p={status:u.statusCode??0,headers:d,request:e};if(e.method==="HEAD")return u.resume(),p;l=a?e_e(u,d):u;let f=e.onDownloadProgress;if(f){let h=new UI(f);h.on("error",g=>{Ps.error("Error in download progress",g)}),l.pipe(h),l=h}return e.streamResponseStatusCodes?.has(Number.POSITIVE_INFINITY)||e.streamResponseStatusCodes?.has(p.status)?p.readableStreamBody=l:p.bodyAsText=await t_e(l),p}finally{if(e.abortSignal&&n){let u=Promise.resolve();gm(c)&&(u=O6(c));let d=Promise.resolve();gm(l)&&(d=O6(l)),Promise.all([u,d]).then(()=>{n&&e.abortSignal?.removeEventListener("abort",n)}).catch(A=>{Ps.warning("Error when cleaning up abortListener on httpRequest",A)})}}}makeRequest(e,r,n){let s=new URL(e.url),i=s.protocol!=="https:";if(i&&!e.allowInsecureConnection)throw new Error(`Cannotconnectto${e.url}whileallowInsecureConnectionisfalse.`);let c={agent:e.agent??this.getOrCreateAgent(e,i),hostname:s.hostname,path:`${s.pathname}${s.search}`,port:s.port,method:e.method,headers:e.headers.toJSON({preserveCase:!0}),...e.requestOverrides};return new Promise((l,u)=>{let d=i?LI.default.request(c,l):FI.default.request(c,l);d.once("error",A=>{u(new tn(A.message,{code:A.code??tn.REQUEST_SEND_ERROR,request:e}))}),r.signal.addEventListener("abort",()=>{let A=new to("The operation was aborted. Rejecting from abort signal callback while making request.");d.destroy(A),u(A)}),n&&gm(n)?n.pipe(d):n?typeof n=="string"||Buffer.isBuffer(n)?d.end(n):L6(n)?d.end(ArrayBuffer.isView(n)?Buffer.from(n.buffer):Buffer.from(n)):(Ps.error("Unrecognized body type",n),u(new tn("Unrecognized body type"))):d.end()})}getOrCreateAgent(e,r){let n=e.disableKeepAlive;if(r)return n?LI.default.globalAgent:(this.cachedHttpAgent||(this.cachedHttpAgent=new LI.default.Agent({keepAlive:!0})),this.cachedHttpAgent);{if(n&&!e.tlsSettings)return FI.default.globalAgent;let s=e.tlsSettings??XPe,i=this.cachedHttpsAgents.get(s);return i&&i.options.keepAlive===!n||(Ps.info("No cached TLS Agent exist, creat
`;return e}o(_ke,"encodeHeaders");function kke(t){return t instanceof Uint8Array?t.byteLength:uB(t)?t.size===-1?void 0:t.size:void 0}o(kke,"getLength");function Dke(t){let e=0;for(let r of t){let n=kke(r);if(n===void 0)return;e+=n}return e}o(Dke,"getTotalLength");async function Oke(t,e,r){let n=[Cn(`--${r}`,"utf-8"),...e.flatMap(i=>[Cn(`\r
`,"utf-8")],s=Dke(n);s&&t.headers.set("Content-Length",s),t.body=await GK(n)}o(Oke,"buildRequestBody");var Cm="multipartPolicy",Mke=70,Lke=new Set("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");function Fke(t){if(t.length>Mke)throw new Error(`Multipartboundary"${t}"exceedsmaximumlengthof70characters`);if(Array.from(t).some(e=>!Lke.has(e)))throw new Error(`Multipartboundary"${t}"containsinvalidcharacters`)}o(Fke,"assertValidBoundary");function AB(){return{name:Cm,async sendRequest(t,e){if(!t.multipartBody)return e(t);if(t.body)throw new Error("multipartBody and regular body cannot be set at the same time");let r=t.multipartBody.boundary,n=t.headers.get("Content-Type")??"multipart/mixed",s=n.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!s)throw new Error(`Gotmultipartrequestbody,butcontent-typeheaderwasnotmultipart:${n}`);let[,i,a]=s;if(a&&r&&a!==r)throw new Error(`Multipartboundarywasspecifiedas${a}intheheader,butgot${r}intherequestbody`);return r??=a,r?Fke(r):r=Pke(),t.headers.set("Content-Type",`${i};boundary=${r}`),await Oke(t,t.multipartBody.parts,r),t.multipartBody=void 0,e(t)}}}o(AB,"multipartPolicy");function pB(){return OI()}o(pB,"createEmptyPipeline");var HK=_I({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"}),but=HK.logger;function so(t){return HK.createClientLogger(t)}o(so,"createClientLogger");var io=so("core-rest-pipeline");function d_(t={}){return GI({logger:io.info,...t})}o(d_,"logPolicy");var A_=HI;function p_(t={}){return VI(t)}o(p_,"redirectPolicy");var fB=w(require("node:os"),1),hB=w(require("node:process"),1);function VK(){return"User-Agent"}o(VK,"getHeaderName");async function zK(t){if(hB.default&&hB.default.versions){let e=`${fB.default.type()}${fB.default.release()};${fB.default.arch()}`,r=hB.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(zK,"setPlatformSpecificData");var mB="1.22.2";function $ke(t){let e=[];for(let[r,n]of t){let s=n?`${r}/${n}`:r;e.push(s)}return e.join(" ")}o($ke,"getUserAgentString");function JK(){return VK()}o(JK,"getUserAgentHeaderName");async function gB(t){let e=new Map;e.set("core-rest-pipeline",mB),await zK(e);let r=$ke(e);return t?`${t}${r}`:r}o(gB,"getUserAgentValue");var $K=JK(),YK="userAgentPolicy";function f_(t={}){let e=gB(t.userAgentPrefix);return{name:YK,async sendRequest(r,n){return r.headers.has($K)||r.headers.set($K,await e),n(r)}}}o(f_,"userAgentPolicy");var is=class extends Error{static{o(this,"AbortError")}constructor(e){super(e),this.name="AbortError"}};function h_(t,e){let{cleanupBeforeAbort:r,abortSignal:n,abortErrorMsg:s}=e??{};return new Promise((i,a)=>{function c(){a(new is(s??"The operation was aborted."))}o(c,"rejectOnAbort");function l(){n?.removeEventListener("abort",u)}o(l,"removeListeners");function u(){r?.(),l(),c()}if(o(u,"onAbort"),n?.aborted)return c();try{t(d=>{l(),i(d)},d=>{l(),a(d)})}catch(d){a(d)}n?.addEventListener("abort",u)})}o(h_,"createAbortablePromise");var Xke="The delay was aborted.";function Im(t,e){let r,{abortSignal:n,abortErrorMsg:s}=e??{};return h_(i=>{r=setTimeout(i,t)},{cleanupBeforeAbort:o(()=>clearTimeout(r),"cleanupBeforeAbort"),abortSignal:n,abortErrorMsg:s??Xke})}o(Im,"delay");function kc(t){if(ou(t))return t.message;{let e;try{typeof t=="object"&&t?e=JSON.stringify(t):e=String(t)}catch{e="[unable to stringify input]"}return`Unknownerror${e}`}}o(kc,"getErrorMessage");function WK(t){return ou(t)}o(WK,"isError");function UA(){return iu()}o(UA,"randomUUID");var Le=lu;var jK=Symbol("rawContent");function g_(t){return typeof t[jK]=="function"}o(g_,"hasRawContent");function KK(t){return g_(t)?t[jK]():t}o(KK,"getRawContent");var EB=Cm;function E_(){let t=AB();return{name:EB,sendRequest:o(async(e,r)=>{if(e.multipartBody)for(let n of e.multipartBody.parts)g_(n.body)&&(n.body=KK(n.body));return t.sendRequest(e,r)},"sendRequest")}}o(E_,"multipartPolicy");var y_=zI;function C_(){return JI()}o(C_,"decompressResponsePolicy");function I_(t={}){return WI(t
`&&t[i]!=="\r";i++)l+=t[i];if(l=l.trim(),l[l.length-1]==="/"&&(l=l.substring(0,l.length-1),i--),!BOe(l)){let A;return l.trim().length===0?A="Invalid space after '<'.":A="Tag '"+l+"' is an invalid name.",Lt("InvalidTag",A,rn(t,i))}let u=gOe(t,i);if(u===!1)return Lt("InvalidAttr","Attributes for '"+l+"' have open quote.",rn(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=OX(d,e);if(p===!0)n=!0;else return Lt(p.err.code,p.err.msg,rn(t,A+p.err.line))}else if(c)if(u.tagClosed){if(d.trim().length>0)return Lt("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",rn(t,a));if(r.length===0)return Lt("InvalidTag","Closing tag '"+l+"' has not been opened.",rn(t,a));{let A=r.pop();if(l!==A.tagName){let p=rn(t,A.tagStartPos);return Lt("InvalidTag","Expected closing tag '"+A.tagName+"' (opened in line "+p.line+", col "+p.col+") instead of closing tag '"+l+"'.",rn(t,a))}r.length==0&&(s=!0)}}else return Lt("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",rn(t,i));else{let A=OX(d,e);if(A!==!0)return Lt(A.err.code,A.err.msg,rn(t,i-d.length+A.err.line));if(s===!0)return Lt("InvalidXml","Multiple possible root nodes found.",rn(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=DX(t,i);continue}else if(t[i+1]==="?"){if(i=kX(t,++i),i.err)return i}else break;else if(t[i]==="&"){let A=COe(t,i);if(A==-1)return Lt("InvalidChar","char '&' is not expected.",rn(t,i));i=A}else if(s===!0&&!_X(t[i]))return Lt("InvalidXml","Extra text at the end",rn(t,i));t[i]==="<"&&i--}}else{if(_X(t[i]))continue;return Lt("InvalidChar","char '"+t[i]+"' is not expected.",rn(t,i))}if(n){if(r.length==1)return Lt("InvalidTag","Unclosed tag '"+r[0].tagName+"'.",rn(t,r[0].tagStartPos));if(r.length>0)return Lt("InvalidXml","Invalid '"+JSON.stringify(r.map(i=>i.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return Lt("InvalidXml","Start tag expected.",1);return!0}o(vB,"validate");function _X(t){return t===" "||t===" "||t===`
`||t==="\r"}o(_X,"isWhiteSpace");function kX(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 Lt("InvalidXml","XML declaration allowed only at the start of the document.",rn(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}o(kX,"readPI");function DX(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(DX,"readCommentAndCDATA");var hOe='"',mOe="'";function gOe(t,e){let r="",n="",s=!1;for(;e<t.length;e++){if(t[e]===hOe||t[e]===mOe)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(gOe,"readAttributeStr");var EOe=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function OX(t,e){let r=RB(t,EOe),n={};for(let s=0;s<r.length;s++){if(r[s][1].length===0)return Lt("InvalidAttr","Attribute '"+r[s][2]+"' has no space in starting.",_m(r[s]));if(r[s][3]!==void 0&&r[s][4]===void 0)return Lt("InvalidAttr","Attribute '"+r[s][2]+"' is without value.",_m(r[s]));if(r[s][3]===void 0&&!e.allowBooleanAttributes)return Lt("InvalidAttr","boolean attribute '"+r[s][2]+"' is not allowed.",_m(r[s]));let i=r[s][2];if(!IOe(i))return Lt("InvalidAttr","Attribute '"+i+"' is an invalid name.",_m(r[s]));if(!Object.prototype.hasOwnProperty.call(n,i))n[i]=1;else return Lt("InvalidAttr","Attribute '"+i+"' is repeated.",_m(r[s]))}return!0}o(OX,"validateAttributeString");function yOe(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(yOe,"validateNumberAmpersand");function COe(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,yOe(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(COe,"validateAmpersand");function Lt(t,e,r){return{err:{code:t,msg:e,line:r.line||r,col:r.col}}}o(Lt,"getErrorObject");function IOe(t){return z_(t)}o(IOe,"validateAttrName");function BOe(t){return z_(t)}o(BOe,"validateTagName");function rn(t,e){let r=t.substring(0,e).split(/\r?\n/);return{line:r.length,col:r[r.length-1].length+1}}o(rn,"getLineNumberForPosition");function _m(t){return t.startIndex+t[1].length}o(_m,"getPositionFromMatch");var MX={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"},LX={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 wn("!xml"),r=e,n="";this.matcher.reset(),this.entityDecoder.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0;let s=this.options,i=new Om(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=JA(t,">",c,"Closing Tag is not closed."),A=t.substring(c+2,d).trim();if(s.removeNSPrefix){let f=A.indexOf(":");f!==-1&&(A=A.substr(f+1))}A=Z_(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(`Unpairedtagcannotbeusedasclosingtag:</${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=ek(t,c,!1,"?>");if(!d)throw new Error("Pi Tag is not closed.");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 wn(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=JA(t,"-->",c+4,"Comment is not closed.");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=JA(t,"]]>",c,"CDATA is not closed.")-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=ek(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}=Z_(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=zOe(p),A!==e.tagname&&this.matcher.push(A,{},b),A!==f&&h&&(C=this.buildAttributesMap(f,this.matcher,A),C&&(I=VOe(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 ce=this.readStopNodeData(t,p,g+1);if(!ce)throw new Error(`Unexpected end of ${p}`);c=ce.i,Q=ce.tagContent}let D=new wn(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}=Z_(s.transformTagName,A,f,s));let Q=new wn(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 wn(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 wn(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
`}),n}getCanonicalizedResourceString(e){let r=VB(e.url)||"/",n="";n+=`/${this.factory.accountName}${r}`;let s=zB(e.url),i={};if(s){let a=[];for(let c in s)if(Object.prototype.hasOwnProperty.call(s,c)){let l=c.toLowerCase();i[l]=s[c],a.push(l)}a.sort();for(let c of a)n+=`
`}),c}o(n,"getCanonicalizedHeadersString");function s(i){let a=VB(i.url)||"/",c="";c+=`/${t.accountName}${a}`;let l=zB(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:new Si(t.version,i,n,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:s}}o(k1e,"generateBlobSASQueryParameters20150405");function D1e(t,e){if(t=Nu(t),!t.identifier&&!(t.permissions&&t.expiresOn))throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let s;t.permissions&&(t.blobName?s=xo.parse(t.permissions.toString()).toString():s=Qo.parse(t.permissions.toString()).toString());let i=[s||"",t.startsOn?Fe(t.startsOn,!1):"",t.expiresOn?Fe(t.expiresOn,!1):"",Su(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?wi(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:new Si(t.version,a,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:i}}o(D1e,"generateBlobSASQueryParameters20181109");function O1e(t,e){if(t=Nu(t),!t.identifier&&!(t.permissions&&t.expiresOn))throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let s;t.permissions&&(t.blobName?s=xo.parse(t.permissions.toString()).toString():s=Qo.parse(t.permissions.toString()).toString());let i=[s||"",t.startsOn?Fe(t.startsOn,!1):"",t.expiresOn?Fe(t.expiresOn,!1):"",Su(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?wi(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:new Si(t.version,a,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,void 0,void 0,void 0,t.encryptionScope),stringToSign:i}}o(O1e,"generateBlobSASQueryParameters20201206");function M1e(t,e){if(t=Nu(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let s;t.permissions&&(t.blobName?s=xo.parse(t.permissions.toString()).toString():s=Qo.parse(t.permissions.toString()).toString());let i=[s||"",t.startsOn?Fe(t.startsOn,!1):"",t.expiresOn?Fe(t.expiresOn,!1):"",Su(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Fe(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Fe(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.ipRange?wi(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:new Si(t.version,a,s,void 0,void 0,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(M1e,"generateBlobSASQueryParametersUDK20181109");function L1e(t,e){if(t=Nu(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let s;t.permissions&&(t.blobName?s=xo.parse(t.permissions.toString()).toString():s=Qo.parse(t.permissions.toString()).toString());let i=[s||"",t.startsOn?Fe(t.startsOn,!1):"",t.expiresOn?Fe(t.expiresOn,!1):"",Su(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Fe(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Fe(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?wi(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:new Si(t.version,a,s,void 0,void 0,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(L1e,"generateBlobSASQueryParametersUDK20200210");function F1e(t,e){if(t=Nu(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let s;t.permissions&&(t.blobName?s=xo.parse(t.permissions.toString()).toString():s=Qo.parse(t.permissions.toString()).toString());let i=[s||"",t.startsOn?Fe(t.startsOn,!1):"",t.expiresOn?Fe(t.expiresOn,!1):"",Su(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Fe(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Fe(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?wi(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:new Si(t.version,a,s,void 0,void 0,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(F1e,"generateBlobSASQueryParametersUDK20201206");function U1e(t,e){if(t=Nu(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let s;t.permissions&&(t.blobName?s=xo.parse(t.permissions.toString()).toString():s=Qo.parse(t.permissions.toString()).toString());let i=[s||"",t.startsOn?Fe(t.startsOn,!1):"",t.expiresOn?Fe(t.expiresOn,!1):"",Su(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Fe(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Fe(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,void 0,t.delegatedUserObjectId,t.ipRange?wi(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:new Si(t.version,a,s,void 0,void 0,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(U1e,"generateBlobSASQueryParametersUDK20250705");function Su(t,e,r){let n=[`/blob/${t}/${e}`];return r&&n.push(`/${r}`),n.join("")}o(Su,"getCanonicalName");function Nu(t){let e=t.version?t.version:jB;if(t.snapshotTime&&e<"2018-11-09")throw RangeError("'version' must be >= '2018-11-09' when providing 'snapshotTime'.");if(t.blobName===void 0&&t.snapshotTime)throw RangeError("Must provide 'blobName' when providing 'snapshotTime'.");if(t.versionId&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'versionId'.");if(t.blobName===void 0&&t.versionId)throw RangeError("Must provide 'blobName' when providing 'versionId'.");if(t.permissions&&t.permissions.setImmutabilityPolicy&&e<"2020-08-04")throw RangeError("'version' must be >= '2020-08-04' when provided 'i' permission.");if(t.permissions&&t.permissions.deleteVersion&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'x' permission.");if(t.permissions&&t.permissions.permanentDelete&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'y' permission.");if(t.permissions&&t.permissions.tag&&e<"2019-12-12")throw RangeError("'version' must be >= '2019-12-12' when providing 't' permission.");if(e<"2020-02-10"&&t.permissions&&(t.permissions.move||t.permissions.execute))throw RangeError("'version' must be >= '2020-02-10' when providing the 'm' or 'e' permission.");if(e<"2021-04-10"&&t.permissions&&t.permissions.filterByTags)throw RangeError("'version' must be >= '2021-04-10' when providing the 'f' permission.");if(e<"2020-02-10"&&(t.preauthorizedAgentObjectId||t.correlationId))throw RangeError("'version' must be >= '2020-02-10' when providing 'preauthorizedAgentObjectId' or 'correlationId'.");if(t.encryptionScope&&e<"2020-12-06")throw RangeError("'version' must be >= '2020-12-06' when provided 'encryptionScope' in SAS.");return t.version=e,t}o(Nu,"SASSignatureValuesSanityCheckAndAutofill");var rg=class{static{o(this,"BlobLeaseClient")}_leaseId;_url;_containerOrBlobOperation;_isContainer;get leaseId(){return this._leaseId}get url(){return this._url}constructor(e,r){let n=e.storageClientContext;this._url=e.url,e.name===void 0?(this._isContainer=!0,this._containerOrBlobOperation=n.container):(this._isContainer=!1,this._containerOrBlobOperation=n.blob),r||(r=UA()),this._leaseId=r}async acquireLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==Ci||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==Ci||r.conditions?.tagConditions))throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");return z.withSpan("BlobLeaseClient-acquireLease",r,async n=>K(await this._containerOrBlobOperation.acquireLease({abortSignal:r.abortSignal,duration:e,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},proposedLeaseId:this._leaseId,tracingOptions:n.tracingOptions})))}async changeLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==Ci||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==Ci||r.conditions?.tagConditions))throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");return z.withSpan("BlobLeaseClient-changeLease",r,async n=>{let s=K(await this._containerOrBlobOperation.changeLease(this._leaseId,e,{abortSignal:r.abortSignal,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},tracingOptions:n.tracingOptions}));return this._leaseId=e,s})}async releaseLease(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"}};op.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var Tu=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"}};Tu.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1;var Ag=class extends Error{static{o(this,"RateLimitError")}constructor(e){super(e),this.name="RateLimitError"}};var MFe=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())})},rL=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 Pee(t,e,r){return MFe(this,void 0,void 0,function*(){var n;let s=new Fa(t),i=s.getBlockBlobClient(),a=new rL((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 tw(`uploadCacheArchiveSDK: upload failed with status code ${l._response.status}`);return l}catch(l){throw He(`uploadCacheArchiveSDK: internal error uploading cache archive: ${l.message}`),l}finally{a.stopDisplayTimer()}})}o(Pee,"uploadCacheArchiveSDK");var kee=w(require("buffer"),1),Ro=w(require("fs"),1),Dee=w(require("stream"),1),Oee=w(require("util"),1);var rw=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 nw(t){return t?t>=200&&t<300:!1}o(nw,"isSuccessStatusCode");function LFe(t){return t?t>=500:!0}o(LFe,"isServerErrorStatusCode");function FFe(t){return t?[St.BadGateway,St.ServiceUnavailable,St.GatewayTimeout].includes(t):!1}o(FFe,"isRetryableStatusCode");function UFe(t){return rw(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}o(UFe,"sleep");function _ee(t,e,r){return rw(this,arguments,void 0,function*(n,s,i,a=xI,c=QI,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),!LFe(p)))return A;if(p&&(f=FFe(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 UFe(c),d++}throw Error(`${n} failed: ${u}`)})}o(_ee,"retry");function pg(t,e){return rw(this,arguments,void 0,function*(r,n,s=xI,i=QI){return yield _ee(r,n,a=>a.statusCode,s,i,a=>{if(a instanceof eo)return{statusCode:a.statusCode,result:null,headers:{},error:a}})})}o(pg,"retryTypedResponse");function ap(t,e){return rw(this,arguments,void 0,function*(r,n,s=xI,i=QI){return yield _ee(r,n,a=>a.message.statusCode,s,i)})}o(ap,"retryHttpClientResponse");var qs=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(YFe,"printCachesListForDiagnostics");function oL(t,e,r){return Qn(this,void 0,void 0,function*(){let n=new Jee.URL(t),s=Uee(r);n.hostname.endsWith(".blob.core.windows.net")?s.useAzureSdk?yield Lee(t,e,s):s.concurrentBlobDownloads?yield Mee(t,e,s):yield iw(t,e):yield iw(t,e)})}o(oL,"downloadCache");function Yee(t,e,r){return Qn(this,void 0,void 0,function*(){let n=iL(),s=vA(e,r?.compressionMethod,r?.enableCrossOsArchive),i={key:t,version:s,cacheSize:r?.cacheSize};return yield pg("reserveCache",()=>Qn(this,void 0,void 0,function*(){return n.postJson(hg("caches"),i)}))})}o(Yee,"reserveCache");function zee(t,e){return`bytes${t}-${e}/*`}o(zee,"getContentRange");function WFe(t,e,r,n,s){return Qn(this,void 0,void 0,function*(){B(`Uploadingchunkofsize${s-n+1}bytesatoffset${n}withcontentrange:${zee(n,s)}`);let i={"Content-Type":"application/octet-stream","Content-Range":zee(n,s)},a=yield ap(`uploadChunk(start:${n},end:${s})`,()=>Qn(this,void 0,void 0,function*(){return t.sendStream("PATCH",e,r(),i)}));if(!nw(a.message.statusCode))throw new Error(`Cacheservicerespondedwith${a.message.statusCode}duringuploadchunk.`)})}o(WFe,"uploadChunk");function jFe(t,e,r,n){return Qn(this,void 0,void 0,function*(){let s=Zi(r),i=hg(`caches/${e.toString()}`),a=cp.openSync(r,"r"),c=nL(n),l=PP("uploadConcurrency",c.uploadConcurrency),u=PP("uploadChunkSize",c.uploadChunkSize),d=[...new Array(l).keys()];B("Awaiting all uploads");let A=0;try{yield Promise.all(d.map(()=>Qn(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 WFe(t,i,()=>cp.createReadStream(r,{fd:a,start:f,end:h,autoClose:!1}).on("error",g=>{throw new Error(`Cacheuploadfailedbecausefilereadfailedwith${g.message}`)}),f,h)}})))}finally{cp.closeSync(a)}})}o(jFe,"uploadFile");function KFe(t,e,r){return Qn(this,void 0,void 0,function*(){let n={size:r};return yield pg("commitCache",()=>Qn(this,void 0,void 0,function*(){return t.postJson(hg(`caches/${e.toString()}`),n)}))})}o(KFe,"commitCache");function aL(t,e,r,n){return Qn(this,void 0,void 0,function*(){if(nL(n).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield Pee(r,e,n)}else{let i=iL();B("Upload cache"),yield jFe(i,t,e,n),B("Commiting cache");let a=Zi(e);S(`CacheSize:~${Math.round(a/(1024*1024))}MB(${a}B)`);let c=yield KFe(i,t,a);if(!nw(c.statusCode))throw new Error(`Cacheservicerespondedwith${c.statusCode}duringcommitcache.`);S("Cache saved successfully")}})}o(aL,"saveCache");var Gte=w(Dte(),1),Gt=w(qt(),1),ds=w(qt(),1),Du=w(qt(),1),Ou=w(qt(),1),Mu=w(qt(),1);var t1=w(qt(),1),r1=w(qt(),1),Fte=w(qt(),1),Ute=w(qt(),1),qte=w(qt(),1);var XL=w(qt(),1),ZL=w(qt(),1),Ote=w(qt(),1),Mte=w(qt(),1),Lte=w(qt(),1);var e1=class extends Lte.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,Mte.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,Ote.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(`Unknownfield${c}(wiretype${l})for${this.typeName}`);let d=e.skip(l);u!==!1&&(u===!0?ZL.UnknownFieldHandler.onRead:u)(this.typeName,i,c,l,d)}}return i}internalBinaryWrite(e,r,n){e.scope!==""&&r.tag(1,XL.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,XL.WireType.Varint).int64(e.permission);let s=n.writeUnknownFields;return s!==!1&&(s==!0?ZL.UnknownFieldHandler.onWrite:s)(this.typeName,e,r),r}},Jw=new e1;var n1=class extends qte.Mess
`));let n=yield E1(r,"create");yield y1(n,t)})}o(I1,"createTar");var Sp=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())})},Qi=class t extends Error{static{o(this,"ValidationError")}constructor(e){super(e),this.name="ValidationError",Object.setPrototypeOf(this,t.prototype)}},Lu=class t extends Error{static{o(this,"ReserveCacheError")}constructor(e){super(e),this.name="ReserveCacheError",Object.setPrototypeOf(this,t.prototype)}},B1="cache write denied:",wp=class t extends Lu{static{o(this,"CacheWriteDeniedError")}constructor(e){super(e),this.name="CacheWriteDeniedError",Object.setPrototypeOf(this,t.prototype)}},jw=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 Qi("Path Validation Error: At least one directory or file path is required")}o(Jte,"checkPaths");function b1(t){if(t.length>512)throw new Qi(`KeyValidationError:${t}cannotbelargerthan512characters.`);if(!/^[^,]*$/.test(t))throw new Qi(`KeyValidationError:${t}cannotcontaincommas.`)}o(b1,"checkKey");function w1(){return fg()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}o(w1,"isFeatureAvailable");function $te(t,e,r,n){return Sp(this,arguments,void 0,function*(s,i,a,c,l=!1){let u=fg();return B(`Cacheserviceversion:${u}`),Jte(s),u==="v2"?yield Aqe(s,i,a,c,l):yield dqe(s,i,a,c,l)})}o($te,"restoreCache");function dqe(t,e,r,n){return Sp(this,arguments,void 0,function*(s,i,a,c,l=!1){a=a||[];let u=[i,...a];if(B("Resolved Keys:"),B(JSON.stringify(u)),u.length>10)throw new Qi("Key Validation Error: Keys are limited to a maximum of 10.");for(let p of u)b1(p);let d=yield pm(),A="";try{let p=yield $ee(u,s,{compressionMethod:d,enableCrossOsArchive:l});if(!p?.archiveLocation)return;if(c?.lookupOnly)return S("Lookup only - skipping download"),p.cacheKey;A=vg.join(yield dm(),vc(d)),B(`ArchivePath:${A}`),yield oL(p.archiveLocation,A,c),Ia()&&(yield Tg(A,d));let f=Zi(A);return S(`CacheSize:~${Math.round(f/(1024*1024))}MB(${f}B)`),yield C1(A,d),S("Cache restored successfully"),p.cacheKey}catch(p){let f=p;if(f.name===Qi.name)throw p;f instanceof eo&&typeof f.statusCode=="number"&&f.statusCode>=500?CA(`Failedtorestore:${p.message}`):He(`Failedtorestore:${p.message}`)}finally{try{yield Am(A)}catch(p){B(`Failedtodeletearchive:${p}`)}}})}o(dqe,"restoreCacheV1");function Aqe(t,e,r,n){return Sp(this,arguments,void 0,function*(s,i,a,c,l=!1){c=Object.assign(Object.assign({},c),{useAzureSdk:!0}),a=a||[];let u=[i,...a];if(B("Resolved Keys:"),B(JSON.stringify(u)),u.length>10)throw new Qi("Key Validation Error: Keys are limited to a maximum of 10.");for(let A of u)b1(A);let d="";try{let A=g1(),p=yield pm(),f={key:i,restoreKeys:a,version:vA(s,p,l)},h=yield A.GetCacheEntryDownloadURL(f);if(!h.ok){B(`Cachenotfoundforversion${f.version}ofkeys:${u.join(", ")}`);return}if(f.key!==h.matchedKey?S(`Cachehitforrestore-key:${h.matchedKey}`):S(`Cachehitfor:${h.matchedKey}`),c?.lookupOnly)return S("Lookup only - skipping download"),h.matchedKey;d=vg.join(yield dm(),vc(p)),B(`Archivepath:${d}`),B(`Startingdownloadofarchiveto:${d}`),yield oL(h.signedDownloadUrl,d,c);let y=Zi(d);return S(`CacheSize:~${Math.round(y/(1024*1024))}MB(${y}B)`),Ia()&&(yield Tg(d,p)),yield C1(d,p),S("Cache restored successfully"),h.matchedKey}catch(A){let p=A;if(p.name===Qi.name)throw A;p instanceof eo&&typeof p.statusCode=="number"&&p.statusCode>=500?CA(`Failedtorestore:${A.message}`):He(`Failedtorestore:${A.message}`)}finally{try{d&&(yield Am(d))}catch(A){B(`Failedtodeletearchive:${A}`)}}})}o(Aqe,"restoreCacheV2");function S1(t,e,r){return Sp(this,arguments,void 0,function*(n,s,i,a=!1)
`,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:ce,delimiterDiscovered:Oe,delimiterBufPrevious:Ue,rawBuffer:Je,escapeIsQuote:Ce}=this.state;if(!Oe&&u){let qe;if(Ue===void 0?qe=n:Ue!==void 0&&n===void 0?qe=Ue:qe=Buffer.concat([Ue,n]),n=void 0,s||qe.length>u.size)this.options.delimiter=[Buffer.from(eoe(qe,this.options.delimiter_auto))],this.state.previousBuf=qe,this.state.delimiterBufPrevious=void 0,this.state.delimiterDiscovered=!0;else{this.state.delimiterBufPrevious=qe;return}}let{previousBuf:Ze}=this.state,de;if(Ze===void 0)if(n===void 0){a();return}else de=n;else Ze!==void 0&&n===void 0?de=Ze:de=Buffer.concat([Ze,n]);if(ce===!1)if(c===!1)this.state.bomSkipped=!0;else if(de.length<3){if(s===!1){this.state.previousBuf=de;return}}else{for(let qe in qp)if(qp[qe].compare(de,0,qp[qe].length)===0){let Di=qp[qe].length;this.state.bufBytesStart+=Di,de=de.slice(Di);let nc=Up({...this.original_options,encoding:qe});for(let Bt in nc)this.options[Bt]=nc[Bt];({comment:b,escape:N,quote:Q}=this.options);break}this.state.bomSkipped=!0}let qr=de.length,J;for(J=0;J<qr&&!this.__needMoreData(J,qr,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 qe=de[J];if(h===!0&&Je.append(qe),(qe===O$e||qe===M$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,qe)&&J+N.length<qr)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],Oi=y&&this.__isCharTrimable(de,J+Q.length),Fn=b!==null&&this.__compareBytes(b,de,J+Q.length,Bt),El=this.__isDelimiter(de,J+Q.length,Bt),ME=D.length===0?this.__autoDiscoverRecordDelimiter(de,J+Q.length):this.__isRecordDelimiter(Bt,de,J+Q.length);if(N!==null&&this.__isEscape(de,J,qe)&&this.__isQuote(de,J+N.length))J+=N.length-1;else if(!Bt||El||ME||Fn||Oi){this.state.quoting=!1,this.state.wasQuoting=!0,J+=Q.length-1;continue}else if(g===!1){let sG=this.__error(new be("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got"${String.fromCharCode(Bt)}"`,`atline${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if(sG!==void 0)return sG}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(),Oi=Object.keys(qp).map(El=>qp[El].equals(this.state.field.toString())?El:!1).filter(Boolean)[0],Fn=this.__error(new be("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`aquoteisfoundonfield${JSON.stringify(Bt.column)}atline${Bt.lines},valueis${JSON.stringify(this.state.field.toString(d))}`,Oi?`(${Oi}bom)`:void 0],this.options,Bt,{field:this.state.field}));if(Fn!==void 0)return Fn}}else{this.state.quoting=!0,J+=Q.length-1;continue}if(this.state.quoting===!1){let Bt=this.__isRecordDelimiter(qe,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(RYe,"_buildMessageForResponseErrors");var TYe=class extends Error{static{o(this,"GraphqlResponseError")}constructor(t,e,r){super(RYe(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},vYe=["method","baseUrl","url","headers","request","query","mediaType","operationName"],PYe=["query","method","url"],Goe=/\/api\/v3\/?$/;function _Ye(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(PYe.includes(a))return Promise.reject(new Error(`[@octokit/graphql]"${a}"cannotbeusedasvariablename`))}let n=typeof e=="string"?Object.assign({query:e},r):e,s=Object.keys(n).reduce((a,c)=>vYe.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 TYe(s,c,a.data)}return a.data.data})}o(_Ye,"graphql");function oU(t,e){let r=t.defaults(e);return Object.assign(o((s,i)=>_Ye(r,s,i),"newApi"),{defaults:oU.bind(null,r),endpoint:r.endpoint})}o(oU,"withDefaults");var FPt=oU(nE,{headers:{"user-agent":`octokit-graphql.js/${QYe}${Xc()}`},method:"POST",url:"/graphql"});function Hoe(t){return oU(t,{method:"POST",url:"/graphql"})}o(Hoe,"withCustomRequest");var aU="(?:[a-zA-Z0-9_-]+)",Voe="\\.",zoe=new RegExp(`^${aU}${Voe}${aU}${Voe}${aU}$`),kYe=zoe.test.bind(zoe);async function DYe(t){let e=kYe(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(DYe,"auth");function OYe(t){return t.split(/\./).length===3?`bearer${t}`:`token${t}`}o(OYe,"withAuthorizationPrefix");async function MYe(t,e,r,n){let s=e.endpoint.merge(r,n);return s.headers.authorization=OYe(t),e(s)}o(MYe,"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(DYe.bind(null,e),{hook:MYe.bind(null,e)})},"createTokenAuth2");var cU="7.0.6";var $oe=o(()=>{},"noop"),LYe=console.warn.bind(console),FYe=console.error.bind(console);function UYe(t={}){return typeof t.debug!="function"&&(t.debug=$oe),typeof t.info!="function"&&(t.info=$oe),typeof t.warn!="function"&&(t.warn=LYe),typeof t.error!="function"&&(t.error=FYe),t}o(UYe,"createLogger");var Yoe=`octokit-core.js/${cU}${Xc()}`,lS=class{static{o(this,"Octokit")}static VERSION=cU;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:nE.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=nE.defaults(n),this.graphql=Hoe(this.request).defaults(n),this.log=UYe(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)
Moreinfo:${l.url}`);let f=l.range&&l.range.length>0?l.range[0]?.start.line:void 0,h=!1;for(let g of a)if(g.remote||g.path.endsWith(u)&&g.content===d){c.push({title:A,message:p,file:g.path,startLine:f}),h=!0;break}h||B(`Buildx.convertWarningsToGitHubAnnotations:skippingwarningwithoutmatchingDockerfile${u}:${A}`)}return c}};var el=class t{static{o(this,"Builder")}buildx;constructor(e){this.buildx=e?.buildx||new ve}async exists(e){let r=await this.buildx.getCommand(["inspect",e]),n=await Y.getExecOutput(r.command,r.args,{ignoreReturnCode:!0,silent:!0}).then(s=>s.stderr.length>0&&s.exitCode!=0?(B(`Builder.existscmderr:${s.stderr.trim()}`),!1):s.exitCode==0).catch(s=>(B(`Builder.existserror:${s}`),!1));return B(`Builder.exists:${n}`),n}async inspect(e){let r=Object.assign({},process.env,{DEBUG:"1"}),n=["inspect"];e&&n.push(e);let s=await this.buildx.getCommand(n);return await Y.getExecOutput(s.command,s.args,{ignoreReturnCode:!0,silent:!0,env:r}).then(i=>{if(i.stderr.length>0&&i.exitCode!=0)throw new Error(i.stderr.trim());return t.parseInspect(i.stdout)})}static parseInspect(e){let r={nodes:[]},n,s={},i,a,c;for(let l of e.trim().split(`
`),{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let s of n){if(s.length==1&&!s[0].startsWith("type="))return e=="local";for(let[i,a]of s.map(c=>c.split("=").map(l=>l.trim())))if(i=="type"&&a==e)return!0}return!1}static hasAttestationType(e,r){let n=ms(r,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let s of n)for(let[i,a]of s.map(c=>c.split("=").map(l=>l.trim())))if(i=="type"&&a==e)return!0;return!1}static resolveAttestationAttrs(e){let r=ms(e,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0}),n=[];for(let s of r)for(let i of s)try{let a=De.parseBool(i);n.push(`disabled=${!a}`)}catch{n.push(i)}return n.join(",")}static hasGitAuthTokenSecret(e,r){for(let n of e){if(r&&n.startsWith(`GIT_AUTH_TOKEN.${r}=`))return!0;if(n.startsWith("GIT_AUTH_TOKEN="))return!0}return!1}static parseSecretKvp(e,r){let n=e.indexOf("="),s=e.substring(0,n),i=e.substring(n+1);if(s.length==0||i.length==0)throw new Error(`${e}isnotavalidsecret`);return r&&$i(i),[s,i]}};var IU=w(require("fs"),1),sae=w(require("path"),1);var fS=class t{static{o(this,"Bake")}buildx;metadataFilename;constructor(e){this.buildx=e?.buildx||new ve,this.metadataFilename=`bake-metadata-${De.generateRandomString()}.json`}getMetadataFilePath(){return sae.default.join(ke.tmpDir(),this.metadataFilename)}resolveMetadata(){let e=this.getMetadataFilePath();if(!IU.default.existsSync(e))return;let r=IU.default.readFileSync(e,{encoding:"utf-8"}).trim();if(r!=="null")return JSON.parse(r)}resolveRefs(e){if(!e&&(e=this.resolveMetadata(),!e))return;let r=new Array;for(let n in e)"buildx.build.ref"in e[n]&&r.push(e[n]["buildx.build.ref"]);return r.length>0?r:void 0}resolveWarnings(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.warnings"in e)return e["buildx.build.warnings"]}async getDefinition(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}:{});let n=["bake"],s,i=[],a=[...e.files||[],e.source];if(a){for(let l of a.map(u=>u?u.trim():""))if(l.length!=0){if(!De.isValidRef(l)){i.push(l);continue}if(s)throw new Error("Only one remote bake definition can be defined");s=l}}s&&n.push(s);for(let l of i)n.push("--file",l);if(e.overrides)for(let l of e.overrides)n.push("--set",l);if(e.vars)for(let l of e.vars)n.push("--var",l);if(e.allow)for(let l of e.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);let c=await this.buildx.getCommand([...n,"--print",...e.targets||[]]);return await Y.getExecOutput(c.command,c.args,r).then(l=>{if(l.stderr.length>0&&l.exitCode!=0)throw new Error(`cannotparsebakedefinitions:${l.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`);return t.parseDefinition(l.stdout.trim())})}static parseDefinition(e){let r=JSON.parse(e);for(let n in r.target){let s=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)))}return r}static parseAttestEntry(e){if(typeof e!="string")return e;let r={type:""},n=ms(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let s of n){let[i,a]=s.toString().split(/(?<=^[^=]+?)=/).map(c=>c.trim());switch(i){case"type":r.type=a;break;case"disabled":r.disabled=De.parseBool(a);break;default:r[i]=a}}return r}static parseCacheEntry(e){if(typeof e!="string")return e;let r={type:""},n=ms(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];if(n.length===1&&!n[0].includes("="))return r.type="registry",r.ref=n[0],r;for(let s of n){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(`
`).map(s=>s.trim()).filter(s=>s.length>0);return n}static async commitDate(e){return new Date(await t.exec(["show","-s",'--format="%ci"',e]))}};var Cue=require("crypto"),Ko=w(require("fs"),1),Xo=w(require("path"),1);var bf=w(RU(),1),Iue=w(V2(),1),wf=w(mue(),1);var Yq=w(RU(),1);var Eue=w(Ri(),1);var gue="application/vnd.oci.empty.v1+json";var jo=class{static{o(this,"Cosign")}binPath;_version;_versionOnce;constructor(e){this.binPath=e?.binPath||"cosign",this._version="",this._versionOnce=!1}async isAvailable(){let e=await Y.getExecOutput(this.binPath,[],{ignoreReturnCode:!0,silent:!0}).then(r=>r.stderr.length>0&&r.exitCode!=0?(B(`Cosign.isAvailablecmderr:${r.stderr.trim()}`),!1):r.exitCode==0).catch(r=>(B(`Cosign.isAvailableerror:${r}`),!1));return B(`Cosign.isAvailable:${e}`),e}async version(){return this._versionOnce?this._version:(this._versionOnce=!0,this._version=await Y.getExecOutput(this.binPath,["version","--json"],{ignoreReturnCode:!0,silent:!0}).then(e=>{if(e.stderr.length>0&&e.exitCode!=0)throw new Error(e.stderr.trim());return JSON.parse(e.stdout.trim()).gitVersion}),this._version)}async printVersion(){await Y.exec(this.binPath,["version","--json"],{failOnStdErr:!1})}async versionSatisfies(e,r){let n=r??await this.version();if(!n)return B("Cosign.versionSatisfies false: undefined version"),!1;let s=Eue.satisfies(n,e)||/^[0-9a-f]{7}$/.exec(n)!==null;return B(`Cosign.versionSatisfies${n}statisfies${e}:${s}`),s}static parseCommandOutput(e){let r,n,s,i;for(let a of e.split(/\r?\n/)){let c=a.trim();if(!c.startsWith("{")||!c.endsWith("}"))continue;let l;try{l=JSON.parse(c)}catch{continue}if(l&&Array.isArray(l.errors)&&l.errors.length>0&&(i=l.errors),!r&&l&&Array.isArray(l.manifests)&&l.manifests.length>0){let u=l.manifests[0];u?.artifactType===Yq.BUNDLE_V03_MEDIA_TYPE&&typeof u.digest=="string"?r=u.digest:u?.artifactType===gue&&typeof u.digest=="string"&&(n=u.digest)}if(!s&&l&&l.mediaType===Yq.BUNDLE_V03_MEDIA_TYPE&&(s=l),s&&(r||n)){i=void 0;break}}return{bundle:s,signatureManifestDigest:r||n,errors:i}}};var Wq=w(require("fs"),1);var zN=class t{static{o(this,"ImageTools")}buildx;constructor(e){this.buildx=e?.buildx||new ve}async getCommand(e){return await this.buildx.getCommand(["imagetools",...e])}async getInspectCommand(e){return await this.getCommand(["inspect",...e])}async getCreateCommand(e){return await this.getCommand(["create",...e])}async inspectImage(e){return await this.inspect(e,"{{json .Image}}",r=>{if(typeof r=="object"&&!Array.isArray(r)&&r!==null)return Object.prototype.hasOwnProperty.call(r,"config"),r;throw new Error("Unexpected output format")})}async inspectManifest(e){return await this.inspect(e,"{{json .Manifest}}",r=>{if(typeof r=="object"&&!Array.isArray(r)&&r!==null)return Object.prototype.hasOwnProperty.call(r,"manifests"),r;throw new Error("Unexpected output format")})}async attestationDescriptors(e){let r=await this.inspectManifest(e);if(typeof r!="object"||r===null||!("manifests"in r)||!Array.isArray(r.manifests))throw new Error(`Nodescriptorfoundfor${e.name}`);let n=r.manifests.filter(a=>a.annotations?.["vnd.docker.reference.type"]==="attestation-manifest");if(!e.platform)return n;let s=e.platform,i=new Map;for(let a of r.manifests)a.digest&&i.set(a.digest,a);return n.filter(a=>{let c=a.annotations?.["vnd.docker.reference.digest"];if(!c)return!1;let l=i.get(c);return l?l.platform?.os===s.os&&l.platform?.architecture===s.architecture&&(l.platform?.variant??"")===(s.variant??""):!1})}async attestationDigests(e){return(await this.attestationDescriptors(e)).map(r=>r.digest)}async create(e){let r=[],n=ke.tmpName({tmpdir:ke.tmpDir(),template:"imagetools-metadata-XXXXXX"}),s=[],i=[];for(let c of e.sources){if(c.startsWith("cwd://")){let l=c.substring(6);l.length>0&&s.push(l);continue}i.push(c)}if(e.tags)for(let c of e.tags)r.push("--tag",c);if(e.platforms)for(let c of e.platforms)r.push("--platform",c);if(e.annotations)for(let c of e.annotations)r.push("--annotation",c);e.dryRun?r.push("--dry-run"):r.push("--metadata-file",n);for(let c of s)r.push("--file",c);for(let c of i)r.pus
${a.message}`),await new Promise(u=>setTimeout(u,Math.pow(2,c)*100))}throw a??new Error(`ImageToolsinspectcommandfailedfor${e.name}`)}async execInspect(e,r,n){return await Y.getExecOutput(e,r,{ignoreReturnCode:!0,silent:!0}).then(s=>{if(s.stderr.length>0&&s.exitCode!=0)throw new Error(s.stderr.trim());return n(JSON.parse(s.stdout))})}static isManifestUnknownError(e){return/(MANIFEST_UNKNOWN|manifest unknown)/i.test(e)||/:\s*not found$/i.test(e)}};var pd="https://search.sigstore.dev";var yue="slsaprovenance1",ml=class t{static{o(this,"Sigstore")}cosign;imageTools;constructor(e){this.cosign=e?.cosign||new jo,this.imageTools=e?.imageTools||new zN}async signAttestationManifests(e){if(!await this.cosign.isAvailable())throw new Error("Cosign is required to sign attestation manifests");let r={};try{if(!process.env.ACTIONS_ID_TOKEN_REQUEST_URL)throw new Error('missing "id-token" permission. Please add "permissions: id-token: write" to your workflow.');let n=await this.cosignSigningConfigArgs(e.noTransparencyLog);for(let s of e.imageNames){let i=await this.imageTools.attestationDigests({name:`${s}@${e.imageDigest}`,retryOnManifestUnknown:e.retryOnManifestUnknown,retryLimit:e.retryLimit});for(let a of i){let c=`${s}@${a}`;await it(`Signingattestationmanifest${c}`,async()=>{let l=["sign","--yes","--oidc-provider","github-actions","--registry-referrers-mode","oci-1-1","--new-bundle-format",...n];S(`[command]${this.cosign.binPath}${[...l,c].join(" ")}`);let u=await Y.getExecOutput(this.cosign.binPath,["--verbose",...l,c],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),d=jo.parseCommandOutput(u.stderr.trim());if(u.exitCode!=0)if(d.errors&&d.errors.length>0){let p=d.errors.map(f=>`-[${f.code}]${f.message}:${f.detail}`).join(`
${u}`),await new Promise(d=>setTimeout(d,Math.pow(2,a)*100));else throw i}else throw new Error(`Cosignverifycommandfailedwith:${c.stderr.trim().split(/\r?\n/).filter(u=>u.length>0).pop()??"unknown error"}`)}throw i}async signProvenanceBlobs(e){if(!await this.cosign.isAvailable())throw new Error("Cosign is required to sign provenance blobs");let r={};try{if(!process.env.ACTIONS_ID_TOKEN_REQUEST_URL)throw new Error('missing "id-token" permission. Please add "permissions: id-token: write" to your workflow.');let n=await this.cosignSigningConfigArgs(e.noTransparencyLog),s=t.getProvenanceBlobs(e);for(let i of Object.keys(s))await it(`Signing${i}`,async()=>{let a=s[i],c=Xo.default.join(Xo.default.dirname(i),`${e.name??"provenance"}.sigstore.json`),l=t.getProvenanceSubjects(a);if(l.length===0){He(`Nosubjectsfoundinprovenance${i},skipsigning.`);return}let u=Xo.default.join(Xo.default.dirname(i),l[0].name),d=["attest-blob","--yes","--oidc-provider","github-actions","--new-bundle-format","--statement",i,"--type",yue,"--bundle",c,...n];S(`[command]${this.cosign.binPath}${[...d,u].join(" ")}`);let A=await Y.getExecOutput(this.cosign.binPath,["--verbose",...d,u],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),p=jo.parseCommandOutput(A.stderr.trim());if(A.exitCode!=0)if(p.errors&&p.errors.length>0){let h=p.errors.map(g=>`-[${g.code}]${g.message}:${g.detail}`).join(`