vareit=Object.create;varr2=Object.defineProperty;vartit=Object.getOwnPropertyDescriptor;varrit=Object.getOwnPropertyNames;variit=Object.getPrototypeOf,sit=Object.prototype.hasOwnProperty;varo=(t,e)=>r2(t,"name",{value:e,configurable:!0});varnit=(t,e)=>()=>(t&&(e=t(t=0)),e);varg=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Sde=(t,e)=>{for(varrine)r2(t,r,{get:e[r],enumerable:!0})},oit=(t,e,r,i)=>{if(e&&typeofe=="object"||typeofe=="function")for(letsofrit(e))!sit.call(t,s)&&s!==r&&r2(t,s,{get:()=>e[s],enumerable:!(i=tit(e,s))||i.enumerable});returnt};varq=(t,e,r)=>(r=t!=null?eit(iit(t)):{},oit(e||!t||!t.__esModule?r2(r,"default",{value:t,enumerable:!0}):r,t));varNde=g(F0=>{"use strict";varGCr=require("net"),fit=require("tls"),k8=require("http"),_de=require("https"),dit=require("events"),HCr=require("assert"),pit=require("util");F0.httpOverHttp=mit;F0.httpsOverHttp=Ait;F0.httpOverHttps=git;F0.httpsOverHttps=yit;functionmit(t){vare=newtd(t);returne.request=k8.request,e}o(mit,"httpOverHttp");functionAit(t){vare=newtd(t);returne.request=k8.request,e.createSocket=Rde,e.defaultPort=443,e}o(Ait,"httpsOverHttp");functiongit(t){vare=newtd(t);returne.request=_de.request,e}o(git,"httpOverHttps");functionyit(t){vare=newtd(t);returne.request=_de.request,e.createSocket=Rde,e.defaultPort=443,e}o(yit,"httpsOverHttps");functiontd(t){vare=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||k8.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",o(function(i,s,n,a){for(varc=Tde(s,n,a),l=0,u=e.requests.length;l<u;++l){varh=e.requests[l];if(h.host===c.host&&h.port===c.port){e.requests.splice(l,1),h.request.onSocket(i);return}}i.destroy(),e.removeSocket(i)},"onFree"))}o(td,"TunnelingAgent");pit.inherits(td,dit.EventEmitter);td.prototype.addRequest=o(function(e,r,i,s){varn=this,a=Q8({request:e},n.options,Tde(r,i,s));if(n.sockets.length>=this.maxSockets){n.requests.push(a);return}n.createSocket(a,function(c){c.on("free",l),c.on("close",u),c.on("agentRemove",u),e.onSocket(c);functionl(){n.emit("free",c,a)}o(l,"onFree");functionu(h){n.removeSocket(c),c.removeListener("free",l),c.removeListener("close",u),c.removeListener("agentRemove",u)}o(u,"onCloseOrRemove")})},"addRequest");td.prototype.createSocket=o(function(e,r){vari=this,s={};i.sockets.push(s);varn=Q8({},i.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(n.localAddress=e.localAddress),n.proxyAuth&&(n.headers=n.headers||{},n.headers["Proxy-Authorization"]="Basic "+newBuffer(n.proxyAuth).toString("base64")),Zp("making CONNECT request");vara=i.request(n);a.useChunkedEncodingByDefault=!1,a.once("response",c),a.once("upgrade",l),a.once("connect",u),a.once("error",h),a.end();functionc(f){f.upgrade=!0}o(c,"onResponse");functionl(f,d,p){process.nextTick(function(){u(f,d,p)})}o(l,"onUpgrade");functionu(f,d,p){if(a.removeAllListeners(),d.removeAllListeners(),f.statusCode!==200){Zp("tunneling socket could not be established, statusCode=%d",f.statusCode),d.destroy();varm=newError("tunneling socket could not be established, statusCode="+f.statusCode);m.code="ECONNRESET",e.request.emit("error",m),i.removeSocket(s);return}if(p.length>0){Zp("got illegal response body from proxy"),d.destroy();varm=newError("got illegal response body from proxy");m.code="ECONNRESET",e.request.emit("error",m),i.removeSocket(s);return}returnZp("tunneling connection has established"),i.sockets[i.sockets.indexOf(s)]=d,r(d)}o(u,"onConnect");functionh(f){a.removeAllListeners(),Zp(`tunneling socket could not be established, cause=%s
`);d.push(A),n+=A.byteLength,m&&(n=null),s=t,i=o(async function*(){for(let E of d)E.stream?yield*E.stream():yield E},"action"),a=`multipart/form-data;boundary=${l}`}else if(Fme(t))s=t,n=t.size,t.type&&(a=t.type);else if(typeof t[Symbol.asyncIterator]=="function"){if(e)throw new TypeError("keepalive");if(LB.isDisturbed(t)||t.locked)throw new TypeError("Response body object should not be disturbed or locked");r=t instanceof ReadableStream?t:Qot(t)}if((typeof s=="string"||LB.isBuffer(s))&&(n=Buffer.byteLength(s)),i!=null){let l;r=new ReadableStream({async start(){l=i(t)[Symbol.asyncIterator]()},async pull(u){let{value:h,done:f}=await l.next();if(f)queueMicrotask(()=>{u.close(),u.byobRequest?.respond(0)});else if(!Gme(r)){let d=new Uint8Array(h);d.byteLength&&u.enqueue(d)}return u.desiredSize>0},async cancel(u){await l.return()},type:"bytes"})}return[{stream:r,source:s,length:n},a]}o(Vme,"extractBody");function Jot(t,e=!1){return t instanceof ReadableStream&&(qH(!LB.isDisturbed(t),"The body has already been consumed."),qH(!t.locked,"The stream is locked.")),Vme(t,e)}o(Jot,"safelyExtractBody");function Yot(t,e){let[r,i]=e.stream.tee();return e.stream=r,{stream:i,length:e.length,source:e.source}}o(Yot,"cloneBody");function Kot(t){if(t.aborted)throw new DOMException("The operation was aborted.","AbortError")}o(Kot,"throwIfAborted");function Xot(t){return{blob(){return X0(this,r=>{let i=Ume(this);return i===null?i="":i&&(i=jot(i)),new Hot([r],{type:i})},t)},arrayBuffer(){return X0(this,r=>new Uint8Array(r).buffer,t)},text(){return X0(this,qme,t)},json(){return X0(this,eat,t)},formData(){return X0(this,r=>{let i=Ume(this);if(i!==null)switch(i.essence){case"multipart/form-data":{let s=$ot(r,i);if(s==="failure")throw new TypeError("Failed to parse body as FormData.");let n=new Mme;return n[Z0]=s,n}case"application/x-www-form-urlencoded":{let s=new URLSearchParams(r.toString()),n=new Mme;for(let[a,c]of s)n.append(a,c);return n}}throw new TypeError('Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded".')},t)},bytes(){return X0(this,r=>new Uint8Array(r),t)}}}o(Xot,"bodyMixinMethods");function Zot(t){Object.assign(t.prototype,Xot(t))}o(Zot,"mixinBody");async function X0(t,e,r){if(Got.brandCheck(t,r),jme(t))throw new TypeError("Body is unusable: Body has already been read");Kot(t[Z0]);let i=Mot(),s=o(a=>i.reject(a),"errorSteps"),n=o(a=>{try{i.resolve(e(a))}catch(c){s(c)}},"successSteps");return t[Z0].body==null?(n(Buffer.allocUnsafe(0)),i.promise):(await Uot(t[Z0].body,n,s),i.promise)}o(X0,"consumeBody");function jme(t){let e=t[Z0].body;return e!=null&&(e.stream.locked||LB.isDisturbed(e.stream))}o(jme,"bodyUnusable");function eat(t){return JSON.parse(qme(t))}o(eat,"parseJSONFromBytes");function Ume(t){let e=t[Z0].headersList,r=qot(e);return r==="failure"?null:r}o(Ume,"bodyMimeType");$me.exports={extractBody:Vme,safelyExtractBody:Jot,cloneBody:Yot,mixinBody:Zot,streamRegistry:zme,hasFinalizationRegistry:Hme,bodyUnusable:jme}});var lAe=g((QIr,cAe)=>{"use strict";var it=require("node:assert"),ft=Ht(),{channels:Wme}=q0(),HH=SH(),{RequestContentLengthMismatchError:wg,ResponseContentLengthMismatchError:Jme,RequestAbortedError:iAe,HeadersTimeoutError:tat,HeadersOverflowError:rat,SocketError:tb,InformationalError:rb,BodyTimeoutError:iat,HTTPParserError:sat,ResponseExceededMaxSizeError:nat}=Ar(),{kUrl:sAe,kReset:la,kClient:k2,kParser:Jr,kBlocking:UB,kRunning:ps,kPending:nAe,kSize:Yme,kWriting:tm,kQueue:Kl,kNoRef:FB,kKeepAliveDefaultTimeout:oat,kHostHeader:aat,kPendingIdx:cat,kRunningIdx:Gc,kError:Eo,kPipelining:Q2,kSocket:Ig,kKeepAliveTimeoutValue:F2,kMaxHeadersSize:zH,kKeepAliveMaxTimeout:lat,kKeepAliveTimeoutThreshold:uat,kHeadersTimeout:hat,kBodyTimeout:fat,kStrictContentLength:$H,kMaxRequests:Kme,kCounter:dat,kMaxResponseSize:pat,kOnError:Xme,kResume:ad,kHTTPContext:oAe}=ci(),ja=zpe(),Zme=Buffer.alloc(0),D2=Buffer[Symbol.species],O2=ft.addListener,mat=ft.removeAllListeners,Sg=Symbol("kIdleSocketValidation"),Cg=Symbol("kIdleSocketValidationTimeout"),KH=Symbol("kSocketUsed"),VH;async function Aat(){let t=p
`}return Wme.sendHeaders.hasSubscribers&&Wme.sendHeaders.publish({request:e,headers:A,socket:p}),!l||d===0?tAe(m,null,t,e,p,h,A,f):ft.isBuffer(l)?tAe(m,l,t,e,p,h,A,f):ft.isBlobLike(l)?typeof l.stream=="function"?rAe(m,l.stream(),t,e,p,h,A,f):Sat(m,l,t,e,p,h,A,f):ft.isStream(l)?Iat(m,l,t,e,p,h,A,f):ft.isIterable(l)?rAe(m,l,t,e,p,h,A,f):it(!1),!0}o(Cat,"writeH1");function Iat(t,e,r,i,s,n,a,c){it(n!==0||r[ps]===0,"stream body cannot be pipelined");let l=!1,u=new M2({abort:t,socket:s,request:i,contentLength:n,client:r,expectsPayload:c,header:a}),h=o(function(m){if(!l)try{!u.write(m)&&this.pause&&this.pause()}catch(A){ft.destroy(this,A)}},"onData"),f=o(function(){l||e.resume&&e.resume()},"onDrain"),d=o(function(){if(queueMicrotask(()=>{e.removeListener("error",p)}),!l){let m=new iAe;queueMicrotask(()=>p(m))}},"onClose"),p=o(function(m){if(!l){if(l=!0,it(s.destroyed||s[tm]&&r[ps]<=1),s.off("drain",f).off("error",p),e.removeListener("data",h).removeListener("end",p).removeListener("close",d),!m)try{u.end()}catch(A){m=A}u.destroy(m),m&&(m.code!=="UND_ERR_INFO"||m.message!=="reset")?ft.destroy(e,m):ft.destroy(e)}},"onFinished");e.on("data",h).on("end",p).on("error",p).on("close",d),e.resume&&e.resume(),s.on("drain",f).on("error",p),e.errorEmitted??e.errored?setImmediate(()=>p(e.errored)):(e.endEmitted??e.readableEnded)&&setImmediate(()=>p(null)),(e.closeEmitted??e.closed)&&setImmediate(d)}o(Iat,"writeStream");function tAe(t,e,r,i,s,n,a,c){try{e?ft.isBuffer(e)&&(it(n===e.byteLength,"buffer body must have content length"),s.cork(),s.write(`${a}content-length:${n}\r
`,"latin1"):(it(n===null,"no body must not have content length"),s.write(`${a}\r
`,"latin1")),i.onRequestSent(),r[ad]()}catch(l){t(l)}}o(tAe,"writeBuffer");async function Sat(t,e,r,i,s,n,a,c){it(n===e.size,"blob body must have content length");try{if(n!=null&&n!==e.size)throw new wg;let l=Buffer.from(await e.arrayBuffer());s.cork(),s.write(`${a}content-length:${n}\r
`,"latin1"),s.write(l),s.uncork(),i.onBodySent(l),i.onRequestSent(),!c&&i.reset!==!1&&(s[la]=!0),r[ad]()}catch(l){t(l)}}o(Sat,"writeBlob");async function rAe(t,e,r,i,s,n,a,c){it(n!==0||r[ps]===0,"iterator body cannot be pipelined");let l=null;function u(){if(l){let d=l;l=null,d()}}o(u,"onDrain");let h=o(()=>new Promise((d,p)=>{it(l===null),s[Eo]?p(s[Eo]):l=d}),"waitForDrain");s.on("close",u).on("drain",u);let f=new M2({abort:t,socket:s,request:i,contentLength:n,client:r,expectsPayload:c,header:a});try{for await(let d of e){if(s[Eo])throw s[Eo];f.write(d)||await h()}f.end()}catch(d){f.destroy(d)}finally{s.off("close",u).off("drain",u)}}o(rAe,"writeIterable");var M2=class{static{o(this,"AsyncWriter")}constructor({abort:e,socket:r,request:i,contentLength:s,client:n,expectsPayload:a,header:c}){this.socket=r,this.request=i,this.contentLength=s,this.client=n,this.bytesWritten=0,this.expectsPayload=a,this.header=c,this.abort=e,r[tm]=!0}write(e){let{socket:r,request:i,contentLength:s,client:n,bytesWritten:a,expectsPayload:c,header:l}=this;if(r[Eo])throw r[Eo];if(r.destroyed)return!1;let u=Buffer.byteLength(e);if(!u)return!0;if(s!==null&&a+u>s){if(n[$H])throw new wg;process.emitWarning(new wg)}r.cork(),a===0&&(!c&&i.reset!==!1&&(r[la]=!0),s===null?r.write(`${l}transfer-encoding:chunked\r
`,"latin1"),r!==null&&s!==r){if(i[$H])throw new wg;process.emitWarning(new wg)}e[Jr].timeout&&e[Jr].timeoutType===ib&&e[Jr].timeout.refresh&&e[Jr].timeout.refresh(),i[ad]()}}destroy(e){let{socket:r,client:i,abort:s}=this;r[tm]=!1,e&&(it(i[ps]<=1,"pipeline should only contain this request"),s(e))}};cAe.exports=yat});var gAe=g((FIr,AAe)=>{"use strict";var Hc=require("node:assert"),{pipeline:Bat}=require("node:stream"),Kt=Ht(),{RequestContentLengthMismatchError:XH,RequestAbortedError:uAe,SocketError:qB,InformationalError:ZH}=Ar(),{kUrl:U2,kReset:G2,kClient:sb,kRunning:H2,kPending:vat,kQueue:rm,kPendingIdx:e6,kRunningIdx:Xl,kError:eu,kSocket:Hs,kStrictContentLength:xat,kOnError:t6,kMaxConcurrentStreams:mAe,kHTTP2Session:Zl,kResume:im,kSize:_at,kHTTPContext:Rat}=ci(),cd=Symbol("open streams"),hAe,fAe=!1,q2;try{q2=require("node:http2")}catch{q2={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:Tat,HTTP2_HEADER_METHOD:Nat,HTTP2_HEADER_PATH:Dat,HTTP2_HEADER_SCHEME:Oat,HTTP2_HEADER_CONTENT_LENGTH:Pat,HTTP2_HEADER_EXPECT:kat,HTTP2_HEADER_STATUS:Qat}}=q2;function Lat(t){let e=[];for(let[r,i]of Object.entries(t))if(Array.isArray(i))for(let s of i)e.push(Buffer.from(r),Buffer.from(s));else e.push(Buffer.from(r),Buffer.from(i));return e}o(Lat,"parseH2Headers");async function Fat(t,e){t[Hs]=e,fAe||(fAe=!0,process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"}));let r=q2.connect(t[U2],{createConnection:o(()=>e,"createConnection"),peerMaxConcurrentStreams:t[mAe]});r[cd]=0,r[sb]=t,r[Hs]=e,Kt.addListener(r,"error",Uat),Kt.addListener(r,"frameError",qat),Kt.addListener(r,"end",Gat),Kt.addListener(r,"goaway",Hat),Kt.addListener(r,"close",function(){let{[sb]:s}=this,{[Hs]:n}=s,a=this[Hs][eu]||this[eu]||new qB("closed",Kt.getSocketInfo(n));if(s[Zl]=null,s.destroyed){Hc(s[vat]===0);let c=s[rm].splice(s[Xl]);for(let l=0;l<c.length;l++){let u=c[l];Kt.errorRequest(s,u,a)}}}),r.unref(),t[Zl]=r,e[Zl]=r,Kt.addListener(e,"error",function(s){Hc(s.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[eu]=s,this[sb][t6](s)}),Kt.addListener(e,"end",function(){Kt.destroy(this,new qB("other side closed",Kt.getSocketInfo(this)))}),Kt.addListener(e,"close",function(){let s=this[eu]||new qB("closed",Kt.getSocketInfo(this));t[Hs]=null,this[Zl]!=null&&this[Zl].destroy(s),t[e6]=t[Xl],Hc(t[H2]===0),t.emit("disconnect",t[U2],[t],s),t[im]()});let i=!1;return e.on("close",()=>{i=!0}),{version:"h2",defaultPipelining:1/0,write(...s){return Vat(t,...s)},resume(){Mat(t)},destroy(s,n){i?queueMicrotask(n):e.destroy(s).on("close",n)},get destroyed(){return e.destroyed},busy(){return!1}}}o(Fat,"connectH2");function Mat(t){let e=t[Hs];e?.destroyed===!1&&(t[_at]===0&&t[mAe]===0?(e.unref(),t[Zl].unref()):(e.ref(),t[Zl].ref()))}o(Mat,"resumeH2");function Uat(t){Hc(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[Hs][eu]=t,this[sb][t6](t)}o(Uat,"onHttp2SessionError");function qat(t,e,r){if(r===0){let i=new ZH(`HTTP/2:"frameError"received-type${t},code${e}`);this[Hs][eu]=i,this[sb][t6](i)}}o(qat,"onHttp2FrameError");function Gat(){let t=new qB("other side closed",Kt.getSocketInfo(this[Hs]));this.destroy(t),Kt.destroy(this[Hs],t)}o(Gat,"onHttp2SessionEnd");function Hat(t){let e=this[eu]||new qB(`HTTP/2:"GOAWAY"framereceivedwithcode${t}`,Kt.getSocketInfo(this)),r=this[sb];if(r[Hs]=null,r[Rat]=null,this[Zl]!=null&&(this[Zl].destroy(e),this[Zl]=null),Kt.destroy(this[Hs],e),r[Xl]<r[rm].length){let i=r[rm][r[Xl]];r[rm][r[Xl]++]=null,Kt.errorRequest(r,i,e),r[e6]=r[Xl]}Hc(r[H2]===0),r.emit("disconnect",r[U2],[r],e),r[im]()}o(Hat,"onHTTP2GoAway");function zat(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}o(zat,"shouldSendContentLength");function Vat(t,e){let r=t[Zl],{method:i,path:s,host:n,upgrade:a,expectContinue:c,signal:l,headers:u}=e,{body:h}=e;if(a)return Kt.errorRequest(t,e,new Error("Upgrade not supported for H2")),!1;let f={};for(let I=0;I<u.length;I+=2){let D=u[I+0],M=u[I+1];if(Array.isArray(M))for(let R=0;R<M.length;R++)f[D]?f[D]+=`,${M[R]}`:f[D]=M[R];else f[D]=M}let d,{hostname:p,port:m}=t[U2];f[Ta
`;if(i.username||i.password){let d=`${decodeURIComponent(i.username)}:${decodeURIComponent(i.password)}`;n["Proxy-Authorization"]=`Basic${Buffer.from(d).toString("base64")}`}n.Host=`${a}:${r.port}`,n["Proxy-Connection"]||(n["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let d of Object.keys(n))c+=`${d}:${n[d]}\r
`)+4,e.outputData[0].data=e._header+i.substring(s),nw("Output buffer: %o",e.outputData[0].data));let n;return this.proxy.protocol==="https:"?(nw("Creating `tls.Socket`: %o",this.connectOpts),n=BSt.connect(this.connectOpts)):(nw("Creating `net.Socket`: %o",this.connectOpts),n=SSt.connect(this.connectOpts)),await(0,xSt.once)(n,"connect"),n}};yP.protocols=["http","https"];sl.HttpProxyAgent=yP;function RSt(t,...e){let r={},i;for(i in t)e.includes(i)||(r[i]=t[i]);return r}o(RSt,"omit")});var Gxe=g(DP=>{"use strict";Object.defineProperty(DP,"__esModule",{value:!0});DP.state=void 0;DP.state={instrumenterImplementation:void 0}});var n_e=g(LP=>{"use strict";Object.defineProperty(LP,"__esModule",{value:!0});LP.state=void 0;LP.state={operationRequestMap:new WeakMap}});var LTe=g(Iw=>{"use strict";Object.defineProperty(Iw,"__esModule",{value:!0});var JRt=require("os"),YRt=require("util");function KRt(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}o(KRt,"_interopDefaultLegacy");var XRt=KRt(YRt);function ZRt(t,...e){process.stderr.write(`${XRt.default.format(t,...e)}${JRt.EOL}`)}o(ZRt,"log");var xTe=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,RTe,GY=[],HY=[],rQ=[];xTe&&zY(xTe);var TTe=Object.assign(t=>NTe(t),{enable:zY,enabled:VY,disable:eTt,log:ZRt});function zY(t){RTe=t,GY=[],HY=[];let e=/\*/g,r=t.split(",").map(i=>i.trim().replace(e,".*?"));for(let i of r)i.startsWith("-")?HY.push(new RegExp(`^${i.substr(1)}$`)):GY.push(new RegExp(`^${i}$`));for(let i of rQ)i.enabled=VY(i.namespace)}o(zY,"enable");function VY(t){if(t.endsWith("*"))return!0;for(let e of HY)if(e.test(t))return!1;for(let e of GY)if(e.test(t))return!0;return!1}o(VY,"enabled");function eTt(){let t=RTe||"";return zY(""),t}o(eTt,"disable");function NTe(t){let e=Object.assign(r,{enabled:VY(t),destroy:tTt,log:TTe.log,namespace:t,extend:rTt});function r(...i){e.enabled&&(i.length>0&&(i[0]=`${t}${i[0]}`),e.log(...i))}return o(r,"debug"),rQ.push(e),e}o(NTe,"createDebugger");function tTt(){let t=rQ.indexOf(this);return t>=0?(rQ.splice(t,1),!0):!1}o(tTt,"destroy");function rTt(t){let e=NTe(`${this.namespace}:${t}`);return e.log=this.log,e}o(rTt,"extend");var Yx=TTe,DTe=new Set,eQ=typeof process<"u"&&process.env&&process.env.AZURE_LOG_LEVEL||void 0,iQ,sQ=Yx("azure");sQ.log=(...t)=>{Yx.log(...t)};var jY=["verbose","info","warning","error"];eQ&&(QTe(eQ)?OTe(eQ):console.error(`AZURE_LOG_LEVELsettounknownloglevel'${eQ}';loggingisnotenabled.Acceptablevalues:${jY.join(", ")}.`));function OTe(t){if(t&&!QTe(t))throw new Error(`Unknownloglevel'${t}'.Acceptablevalues:${jY.join(",")}`);iQ=t;let e=[];for(let r of DTe)kTe(r)&&e.push(r.namespace);Yx.enable(e.join(","))}o(OTe,"setLogLevel");function iTt(){return iQ}o(iTt,"getLogLevel");var _Te={verbose:400,info:300,warning:200,error:100};function sTt(t){let e=sQ.extend(t);return PTe(sQ,e),{error:tQ(e,"error"),warning:tQ(e,"warning"),info:tQ(e,"info"),verbose:tQ(e,"verbose")}}o(sTt,"createClientLogger");function PTe(t,e){e.log=(...r)=>{t.log(...r)}}o(PTe,"patchLogMethod");function tQ(t,e){let r=Object.assign(t.extend(e),{level:e});if(PTe(t,r),kTe(r)){let i=Yx.disable();Yx.enable(i+","+r.namespace)}return DTe.add(r),r}o(tQ,"createLogger");function kTe(t){return!!(iQ&&_Te[t.level]<=_Te[iQ])}o(kTe,"shouldEnable");function QTe(t){return jY.includes(t)}o(QTe,"isAzureLogLevel");Iw.AzureLogger=sQ;Iw.createClientLogger=sTt;Iw.getLogLevel=iTt;Iw.setLogLevel=OTe});var JY=g(Xx=>{"use strict";Object.defineProperty(Xx,"__esModule",{value:!0});var Sw=new WeakMap,nQ=new WeakMap,Kx=class t{static{o(this,"AbortSignal")}constructor(){this.onabort=null,Sw.set(this,[]),nQ.set(this,!1)}get aborted(){if(!nQ.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");return nQ.get(this)}static get none(){return new t}addEventListener(e,r){if(!Sw.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");Sw.get(this).push(r)}removeEventListener(e,r){if(!Sw.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");let i=Sw.get(this),s=i.indexOf(r);s>-
Seehttps://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}o(iQt,"logUnexpecedPropertyAccessOnce");function sQt(){Object.keys(LL).forEach(function(t){delete LL[t]})}o(sQt,"resetLoggedProperties")});var ML=g(zh=>{"use strict";zh.__esModule=!0;zh.HandlebarsEnvironment=EX;function wOe(t){return t&&t.__esModule?t:{default:t}}o(wOe,"_interopRequireDefault");var Oy=Po(),nQt=yc(),gX=wOe(nQt),oQt=dX(),aQt=gOe(),cQt=mX(),FL=wOe(cQt),lQt=AX(),uQt="4.7.9";zh.VERSION=uQt;var hQt=8;zh.COMPILER_REVISION=hQt;var fQt=7;zh.LAST_COMPATIBLE_COMPILER_REVISION=fQt;var dQt={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"};zh.REVISION_CHANGES=dQt;var yX="[object Object]";function EX(t,e,r){this.helpers=t||{},this.partials=e||{},this.decorators=r||{},oQt.registerDefaultHelpers(this),aQt.registerDefaultDecorators(this)}o(EX,"HandlebarsEnvironment");EX.prototype={constructor:EX,logger:FL.default,log:FL.default.log,registerHelper:o(function(e,r){if(Oy.toString.call(e)===yX){if(r)throw new gX.default("Arg not supported with multiple helpers");Oy.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(Oy.toString.call(e)===yX)Oy.extend(this.partials,e);else{if(typeof r>"u")throw new gX.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(Oy.toString.call(e)===yX){if(r)throw new gX.default("Arg not supported with multiple decorators");Oy.extend(this.decorators,e)}else this.decorators[e]=r},"registerDecorator"),unregisterDecorator:o(function(e){delete this.decorators[e]},"unregisterDecorator"),resetLoggedPropertyAccesses:o(function(){lQt.resetLoggedProperties()},"resetLoggedPropertyAccesses")};var pQt=FL.default.log;zh.log=pQt;zh.createFrame=Oy.createFrame;zh.logger=FL.default});var IOe=g((UL,COe)=>{"use strict";UL.__esModule=!0;function bX(t){this.string=t}o(bX,"SafeString");bX.prototype.toString=bX.prototype.toHTML=function(){return""+this.string};UL.default=bX;COe.exports=UL.default});var SOe=g(wX=>{"use strict";wX.__esModule=!0;wX.wrapHelper=mQt;function mQt(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(mQt,"wrapHelper")});var TOe=g(jm=>{"use strict";jm.__esModule=!0;jm.checkRevision=wQt;jm.template=CQt;jm.wrapProgram=qL;jm.resolvePartial=IQt;jm.invokePartial=SQt;jm.noop=_Oe;function AQt(t){return t&&t.__esModule?t:{default:t}}o(AQt,"_interopRequireDefault");function gQt(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(gQt,"_interopRequireWildcard");var yQt=Po(),Kw=gQt(yQt),EQt=yc(),Fd=AQt(EQt),Md=ML(),BOe=dX(),bQt=SOe(),vOe=AX();function wQt(t){var e=t&&t[0]||1,r=Md.COMPILER_REVISION;if(!(e>=Md.LAST_COMPATIBLE_COMPILER_REVISION&&e<=Md.COMPILER_REVISION))if(e<Md.LAST_COMPATIBLE_COMPILER_REVISION){var i=Md.REVISION_CHANGES[r],s=Md.REVISION_CHANGES[e];throw new Fd.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+i+") or downgrade your runtime to an older version ("+s+").")}else throw new Fd.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(wQt,"checkRevision");function CQt(t,e){if(!e)throw new Fd.default("No environment passed to template");if(!t||!t.main)throw new Fd.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 i(a,c,l){l.hash&&(c=Kw.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 n,a,c,l,u,h;this._more||(this.yytext="",this.match="");for(var f=this._currentRules(),d=0;d<f.length&&(c=this._input.match(this.rules[f[d]]),!(c&&(!a||c[0].length>a[0].length)&&(a=c,l=d,!this.options.flex)));d++);return a?(h=a[0].match(/(?:\r\n?|\n).*/g),h&&(this.yylineno+=h.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:h?h[h.length-1].length-h[h.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],n=this.performAction.call(this,this.yy,this,f[l],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`.Unrecognizedtext.
globstarwhile`,e,f,r,d,p),this.matchOne(e.slice(f),r.slice(d),i))return this.debug("globstar found match!",f,c,p),!0;if(p==="."||p===".."||!s.dot&&p.charAt(0)==="."){this.debug("dot detected!",e,f,r,d);break}this.debug("globstar swallow a segment, and continue"),f++}return!!(i&&(this.debug(`
${H4(u)}${u}`)}catch(u){if(u.code==="ENOENT")return;throw u}return z4(t,l)}o(h7e,"insert");Qc.exports.find=ehr;async function ehr(t,e){let r=GN(t,e);try{return(await G4(r)).reduce((s,n)=>n&&n.key===e?z4(t,n):s,null)}catch(i){if(i.code==="ENOENT")return null;throw i}}o(ehr,"find");Qc.exports.delete=thr;function thr(t,e,r={}){if(!r.removeFully)return h7e(t,e,null,r);let i=GN(t,e);return u7e(i,{recursive:!0,force:!0})}o(thr,"del");Qc.exports.lsStream=f7e;function f7e(t){let e=ple(t),r=new jur({objectMode:!0});return Promise.resolve().then(async()=>{let{default:i}=await Promise.resolve().then(()=>(q4(),U4)),s=await fle(e);return await i(s,async n=>{let a=kf.join(e,n),c=await fle(a);await i(c,async l=>{let u=kf.join(a,l),h=await fle(u);await i(h,async f=>{let d=kf.join(u,f);try{let m=(await G4(d)).reduce((A,E)=>(A.set(E.key,E),A),new Map);for(let A of m.values()){let E=z4(t,A);E&&r.write(E)}}catch(p){if(p.code==="ENOENT")return;throw p}},{concurrency:hle})},{concurrency:hle})},{concurrency:hle}),r.end(),r}).catch(i=>r.emit("error",i)),r}o(f7e,"lsStream");Qc.exports.ls=rhr;async function rhr(t){return(await f7e(t).collect()).reduce((r,i)=>(r[i.key]=i,r),{})}o(rhr,"ls");Qc.exports.bucketEntries=G4;async function G4(t,e){let r=await Hur(t,"utf8");return ihr(r,e)}o(G4,"bucketEntries");function ihr(t){let e=[];return t.split(`
`).forEach(r=>{if(!r)return;let i=r.split(" ");if(!i[1]||H4(i[1])!==i[0])return;let s;try{s=JSON.parse(i[1])}catch{}s&&e.push(s)}),e}o(ihr,"_bucketEntries");Qc.exports.bucketDir=ple;function ple(t){return kf.join(t,`index-v${Kur}`)}o(ple,"bucketDir");Qc.exports.bucketPath=GN;function GN(t,e){let r=d7e(e);return kf.join.apply(kf,[ple(t)].concat(Yur(r)))}o(GN,"bucketPath");Qc.exports.hashKey=d7e;function d7e(t){return p7e(t,"sha256")}o(d7e,"hashKey");Qc.exports.hashEntry=H4;function H4(t){return p7e(t,"sha1")}o(H4,"hashEntry");function p7e(t,e){return qur.createHash(e).update(t).digest("hex")}o(p7e,"hash");function z4(t,e,r){return!e.integrity&&!r?null:{key:e.key,integrity:e.integrity,path:e.integrity?Jur(t,e.integrity):void 0,size:e.size,time:e.time,metadata:e.metadata}}o(z4,"formatEntry");function fle(t){return zur(t).catch(e=>{if(e.code==="ENOENT"||e.code==="ENOTDIR")return[];throw e})}o(fle,"readdirOrEmpty")});var zN=g($4=>{"use strict";Object.defineProperty($4,"__esModule",{value:!0});$4.LRUCache=void 0;var shr=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,A7e=new Set,mle=typeof process=="object"&&process?process:{},g7e=o((t,e,r,i)=>{typeof mle.emitWarning=="function"?mle.emitWarning(t,e,r,i):console.error(`[${r}]${e}:${t}`)},"I"),j4=globalThis.AbortController,m7e=globalThis.AbortSignal;if(typeof j4>"u"){m7e=class{static{o(this,"L")}onabort;_onabort=[];reason;aborted=!1;addEventListener(r,i){this._onabort.push(i)}},j4=class{static{o(this,"C")}constructor(){e()}signal=new m7e;abort(r){if(!this.signal.aborted){this.signal.reason=r,this.signal.aborted=!0;for(let i of this.signal._onabort)i(r);this.signal.onabort?.(r)}}};let t=mle.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",e=o(()=>{t&&(t=!1,g7e("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",e))},"t")}var nhr=o(t=>!A7e.has(t),"G"),GA=o(t=>t&&t===Math.floor(t)&&t>0&&isFinite(t),"y"),y7e=o(t=>GA(t)?t<=Math.pow(2,8)?Uint8Array:t<=Math.pow(2,16)?Uint16Array:t<=Math.pow(2,32)?Uint32Array:t<=Number.MAX_SAFE_INTEGER?V4:null:null,"M"),V4=class extends Array{static{o(this,"z")}constructor(t){super(t),this.fill(0)}},ohr=class HN{static{o(this,"a")}heap;length;static#e=!1;static create(e){let r=y7e(e);if(!r)return[];HN.#e=!0;let i=new HN(e,r);return HN.#e=!1,i}constructor(e,r){if(!HN.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new r(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}},ahr=class E7e{static{o(this,"a")}#e;#t;#i;#r;#s;#n;#h;#u;get perf(){return this.#u}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#c;#l;#f;#d;#o;#A;#w;#m;#E;#v;#y;#I;#x;#p;#C;#S;#_;#a;#T;static unsafeExposeInternals(e){return{starts:e.#x,ttls:e.#p,autopurgeTimers:e.#C,sizes:e.#I,keyMap:e.#f,keyList:e.#d,valList:e.#o,next:e.#A,prev:e.#w,get head(){return e.#m},get tail(){return e.#E},free:e.#v,isBackgroundFetch:o(r=>e.#g(r),"isBackgroundFetch"),backgroundFetch:o((r,i,s,n)=>e.#H(r,i,s,n),"backgroundFetch"),moveToTail:o(r=>e.#U(r),"moveToTail"),indexes:o(r=>e.#b(r),"indexes"),rindexes:o(r=>e.#N(r),"rindexes"),isStale:o(r=>e.#B(r),"isStale")}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#l}get size(){return this.#c}get fetchMethod(){return this.#n}get memoMethod(){return this.#h}get dispose(){return this.#i}get onInsert(){return this.#r}get disposeAfter(){return this.#s}constructor(e){let{max:r=0,ttl:i,ttlResolution:s=1,ttlAutopurge:n,updateAgeOnGet:a,updateAgeOnHa
globstarwhile`,L,Ie,H,et,It),this.matchOne(L.slice(Ie),H.slice(et),Y))return this.debug("globstar found match!",Ie,F,It),!0;if(It==="."||It===".."||!se.dot&&It.charAt(0)==="."){this.debug("dot detected!",L,Ie,H,et);break}this.debug("globstar swallow a segment, and continue"),Ie++}return!!(Y&&(this.debug(`
`;if(i.username||i.password){let d=`${decodeURIComponent(i.username)}:${decodeURIComponent(i.password)}`;n["Proxy-Authorization"]=`Basic${Buffer.from(d).toString("base64")}`}n.Host=`${a}:${r.port}`,n["Proxy-Connection"]||(n["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let d of Object.keys(n))c+=`${d}:${n[d]}\r
`);let{connect:u,buffered:h}=await l;if(e.emit("proxyConnect",u),this.emit("proxyConnect",u,e),u.statusCode===200){if(e.once("socket",Qdr),r.secureEndpoint){i1("Upgrading socket connection to TLS");let d=r.servername||r.host;return zKe.connect({...VKe(r,"host","path","port"),socket:s,servername:r1.isIP(d)?void 0:d})}return s}s.destroy();let f=new r1.Socket({writable:!1});return f.readable=!0,e.once("socket",d=>{i1("Replaying proxy buffer for failed request"),(0,Ndr.default)(d.listenerCount("data")>0),d.push(h),d.push(null)}),f}};h5.protocols=["http","https"];ql.HttpsProxyAgent=h5;function Qdr(t){t.resume()}o(Qdr,"resume");function VKe(t,...e){let r={},i;for(i in t)e.includes(i)||(r[i]=t[i]);return r}o(VKe,"omit")});var XKe=g(Hp=>{"use strict";Object.defineProperty(Hp,"__esModule",{value:!0});var JKe=require("buffer"),n0={INVALID_ENCODING:"Invalid encoding provided. Please specify a valid encoding the internal Node.js Buffer supports.",INVALID_SMARTBUFFER_SIZE:"Invalid size provided. Size must be a valid integer greater than zero.",INVALID_SMARTBUFFER_BUFFER:"Invalid Buffer provided in SmartBufferOptions.",INVALID_SMARTBUFFER_OBJECT:"Invalid SmartBufferOptions object supplied to SmartBuffer constructor or factory methods.",INVALID_OFFSET:"An invalid offset value was provided.",INVALID_OFFSET_NON_NUMBER:"An invalid offset value was provided. A numeric value is required.",INVALID_LENGTH:"An invalid length value was provided.",INVALID_LENGTH_NON_NUMBER:"An invalid length value was provived. A numeric value is required.",INVALID_TARGET_OFFSET:"Target offset is beyond the bounds of the internal SmartBuffer data.",INVALID_TARGET_LENGTH:"Specified length value moves cursor beyong the bounds of the internal SmartBuffer data.",INVALID_READ_BEYOND_BOUNDS:"Attempted to read beyond the bounds of the managed data.",INVALID_WRITE_BEYOND_BOUNDS:"Attempted to write beyond the bounds of the managed data."};Hp.ERRORS=n0;function Ldr(t){if(!JKe.Buffer.isEncoding(t))throw new Error(n0.INVALID_ENCODING)}o(Ldr,"checkEncoding");Hp.checkEncoding=Ldr;function YKe(t){return typeof t=="number"&&isFinite(t)&&qdr(t)}o(YKe,"isFiniteInteger");Hp.isFiniteInteger=YKe;function KKe(t,e){if(typeof t=="number"){if(!YKe(t)||t<0)throw new Error(e?n0.INVALID_OFFSET:n0.INVALID_LENGTH)}else throw new Error(e?n0.INVALID_OFFSET_NON_NUMBER:n0.INVALID_LENGTH_NON_NUMBER)}o(KKe,"checkOffsetOrLengthValue");function Fdr(t){KKe(t,!1)}o(Fdr,"checkLengthValue");Hp.checkLengthValue=Fdr;function Mdr(t){KKe(t,!0)}o(Mdr,"checkOffsetValue");Hp.checkOffsetValue=Mdr;function Udr(t,e){if(t<0||t>e.length)throw new Error(n0.INVALID_TARGET_OFFSET)}o(Udr,"checkTargetOffset");Hp.checkTargetOffset=Udr;function qdr(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t}o(qdr,"isInteger");function Gdr(t){if(typeof BigInt>"u")throw new Error("Platform does not support JS BigInt type.");if(typeof JKe.Buffer.prototype[t]>"u")throw new Error(`PlatformdoesnotsupportBuffer.prototype.${t}.`)}o(Gdr,"bigIntAndBufferInt64Check");Hp.bigIntAndBufferInt64Check=Gdr});var eXe=g(eue=>{"use strict";Object.defineProperty(eue,"__esModule",{value:!0});var Ut=XKe(),ZKe=4096,Hdr="utf8",Zle=class t{static{o(this,"SmartBuffer")}constructor(e){if(this.length=0,this._encoding=Hdr,this._writeOffset=0,this._readOffset=0,t.isSmartBufferOptions(e))if(e.encoding&&(Ut.checkEncoding(e.encoding),this._encoding=e.encoding),e.size)if(Ut.isFiniteInteger(e.size)&&e.size>0)this._buff=Buffer.allocUnsafe(e.size);else throw new Error(Ut.ERRORS.INVALID_SMARTBUFFER_SIZE);else if(e.buff)if(Buffer.isBuffer(e.buff))this._buff=e.buff,this.length=e.buff.length;else throw new Error(Ut.ERRORS.INVALID_SMARTBUFFER_BUFFER);else this._buff=Buffer.allocUnsafe(ZKe);else{if(typeof e<"u")throw new Error(Ut.ERRORS.INVALID_SMARTBUFFER_OBJECT);this._buff=Buffer.allocUnsafe(ZKe)}}static fromSize(e,r){return new this({size:e,encoding:r})}static fromBuffer(e,r){return new this({buff:e,encoding:r})}static fromOptions(e){return new this(e)}static isSmartBufferOptions(e){let r=e;return r&&(r.encoding!==void 0||r.size!==void 0||r.buff!==void 0)}r
`,Vwr=/\u2014 (\S+) (\S+)\n/g;function jwr(t,e){let r=t.inclusionProof,i=Jfe.fromString(r.checkpoint.envelope),s=YG.fromString(i.note);if(!$wr(i,e))throw new O1.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid checkpoint signature"});return s}o(jwr,"verifyCheckpoint");function $wr(t,e){let r=Buffer.from(t.note,"utf-8");return t.signatures.some(i=>{let s=e.find(n=>srt.crypto.bufferEqual(n.logID.subarray(0,4),i.keyHint)&&n.baseURL.match(i.name));return s?srt.crypto.verify(r,s.publicKey,i.signature):!1})}o($wr,"verifySignedNote");var Jfe=class t{static{o(this,"SignedNote")}note;signatures;constructor(e,r){this.note=e,this.signatures=r}static fromString(e){if(!e.includes(Wfe))throw new O1.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"missing checkpoint separator"});let r=e.indexOf(Wfe),i=e.slice(0,r+1),n=e.slice(r+Wfe.length).matchAll(Vwr),a=Array.from(n,c=>{let[,l,u]=c,h=Buffer.from(u,"base64");if(h.length<5)throw new O1.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"malformed checkpoint signature"});return{name:l,keyHint:h.subarray(0,4),signature:h.subarray(4)}});if(a.length===0)throw new O1.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"no signatures found in checkpoint"});return new t(i,a)}},YG=class t{static{o(this,"LogCheckpoint")}origin;logSize;logHash;rest;constructor(e,r,i,s){this.origin=e,this.logSize=r,this.logHash=i,this.rest=s}static fromString(e){let r=e.trimEnd().split(`
`);if(r.length<3)throw new O1.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"too few lines in checkpoint header"});let i=r[0],s=BigInt(r[1]),n=Buffer.from(r[2],"base64"),a=r.slice(3);return new t(i,s,n,a)}};P1.LogCheckpoint=YG});var ort=g(Zfe=>{"use strict";Object.defineProperty(Zfe,"__esModule",{value:!0});Zfe.verifyMerkleInclusion=Ywr;var Xfe=Tc(),Yfe=Ao(),Wwr=Buffer.from([0]),Jwr=Buffer.from([1]);function Ywr(t,e){let r=t.inclusionProof,i=BigInt(r.logIndex),s=BigInt(e.logSize);if(i<0n||i>=s)throw new Yfe.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:`invalidindex:${i}`});let{inner:n,border:a}=Kwr(i,s);if(r.hashes.length!==n+a)throw new Yfe.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid hash count"});let c=r.hashes.slice(0,n),l=r.hashes.slice(n),u=iCr(t.canonicalizedBody),h=Zwr(Xwr(u,c,i),l);if(!Xfe.crypto.bufferEqual(h,e.logHash))throw new Yfe.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"calculated root hash does not match inclusion proof"})}o(Ywr,"verifyMerkleInclusion");function Kwr(t,e){let r=eCr(t,e),i=tCr(t>>BigInt(r));return{inner:r,border:i}}o(Kwr,"decompInclProof");function Xwr(t,e,r){return e.reduce((i,s,n)=>r>>BigInt(n)&BigInt(1)?Kfe(s,i):Kfe(i,s),t)}o(Xwr,"chainInner");function Zwr(t,e){return e.reduce((r,i)=>Kfe(i,r),t)}o(Zwr,"chainBorderRight");function eCr(t,e){return rCr(t^e-BigInt(1))}o(eCr,"innerProofSize");function tCr(t){return t.toString(2).split("1").length-1}o(tCr,"onesCount");function rCr(t){return t===0n?0:t.toString(2).length}o(rCr,"bitLength");function Kfe(t,e){return Xfe.crypto.digest("sha256",Jwr,t,e)}o(Kfe,"hashChildren");function iCr(t){return Xfe.crypto.digest("sha256",Wwr,t)}o(iCr,"hashLeaf")});var crt=g(ede=>{"use strict";Object.defineProperty(ede,"__esModule",{value:!0});ede.verifyTLogSET=oCr;var art=Tc(),sCr=Ao(),nCr=aB();function oCr(t,e){if(!(0,nCr.filterTLogAuthorities)(e,{logID:t.logId.keyId,targetDate:new Date(Number(t.integratedTime)*1e3)}).some(s=>{let n=aCr(t),a=Buffer.from(art.json.canonicalize(n),"utf8"),c=t.inclusionPromise.signedEntryTimestamp;return art.crypto.verify(a,s.publicKey,c)}))throw new sCr.VerificationError({code:"TLOG_INCLUSION_PROMISE_ERROR",message:"inclusion promise could not be verified"})}o(oCr,"verifyTLogSET");function aCr(t){let{integratedTime:e,logIndex:r,logId:i,canonicalizedBody:s}=t;return{body:s.toString("base64"),integratedTime:Number(e),logIndex:Number(r),logID:i.keyId.toString("hex")}}o(aCr,"toVerificationPayload")});var urt=g(KG=>{"use strict";Object.defineProperty(KG,"__esModule",{value:!0});KG.verifyTLogBody=fCr;KG.verifyTLogInclusion=dCr;var lrt=Wue(),ide=Ao(),tde=trt(),rde=rrt(),cCr=irt(),lCr=nrt(),uCr=ort(),hCr=crt();function fCr(t,e){let{kind:r,version:i}=t.kindVersion,s=JSON.parse(t.canonicalizedBody.toString("utf8"));if(r!==s.kind||i!==s.apiVersion)throw new ide.VerificationError({code:"TLOG_BODY_ERROR",message:`kind/versionmismatch-expected:${r}/${i},received:${s.kind}/${s.apiVersion}`});switch(r){case"dsse":if(i==tde.DSSE_API_VERSION_V1)return(0,tde.verifyDSSETLogBody)(s,e);{let n=lrt.Entry.fromJSON(s);return(0,tde.verifyDSSETLogBodyV2)(n,e)}case"intoto":return(0,cCr.verifyIntotoTLogBody)(s,e);case"hashedrekord":if(i==rde.HASHEDREKORD_API_VERSION_V1)return(0,rde.verifyHashedRekordTLogBody)(s,e);{let n=lrt.Entry.fromJSON(s);return(0,rde.verifyHashedRekordTLogBodyV2)(n,e)}default:throw new ide.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupportedkind:${r}`})}}o(fCr,"verifyTLogBody");function dCr(t,e){let r=!1;if(pCr(t)&&((0,hCr.verifyTLogSET)(t,e),r=!0),mCr(t)){let i=(0,lCr.verifyCheckpoint)(t,e);(0,uCr.verifyMerkleInclusion)(t,i),r=!0}if(!r)throw new ide.VerificationError({code:"TLOG_MISSING_INCLUSION_ERROR",message:"inclusion could not be verified"})}o(dCr,"verifyTLogInclusion");function pCr(t){return t.inclusionPromise!==void 0}o(pCr,"isTLogEntryWithInclusionPromise");function mCr(t){return t.inclusionProof!==void 0}o(mCr,"isTLogEntryWithInclusionProof")});var mrt=g(XG=>{"use strict";Object.defineProperty(XG,"__esModule",{value:!0});XG.Verifier=
Supportbooleaninputlist:\`true | True | TRUE | false | False | FALSE\``)}o(Vg,"getBooleanInput");functionoO(t,e){if(process.env.GITHUB_OUTPUT||"")returnn2("OUTPUT",O8(t,e));process.stdout.write(CV.EOL),ed("set-output",{name:t},Zf(e))}o(oO,"setOutput");functionaO(t){process.exitCode=wV.Failure,Mb(t)}o(aO,"setFailed");functionjg(){returnprocess.env.RUNNER_DEBUG==="1"}o(jg,"isDebug");functionj(t){ed("debug",{},t)}o(j,"debug");functionMb(t,e={}){ed("error",T8(e),tinstanceofError?t.toString():t)}o(Mb,"error");functionZt(t,e={}){ed("warning",T8(e),tinstanceofError?t.toString():t)}o(Zt,"warning");functionie(t){process.stdout.write(t+CV.EOL)}o(ie,"info");functionqAt(t){D8("group",t)}o(qAt,"startGroup");functionGAt(){D8("endgroup")}o(GAt,"endGroup");function_i(t,e){returnUAt(this,void0,void0,function*(){qAt(t);letr;try{r=yielde()}finally{GAt()}returnr})}o(_i,"group");functionau(t,e){if(process.env.GITHUB_STATE||"")returnn2("STATE",O8(t,e));ed("save-state",{name:t},Zf(e))}o(au,"saveState");functionxwe(t){returnprocess.env[`STATE_${t}`]||""}o(xwe,"getState");varuL=q(require("fs"),1),PK=q(require("os"),1),kK=q(require("path"),1);varRwe=q(require("os"),1);functionNv(t){returnt==null?"":typeoft=="string"||tinstanceofString?t:JSON.stringify(t)}o(Nv,"toCommandValue");functionTwe(t,e,r){leti=newIV(t,e,r);process.stdout.write(i.toString()+Rwe.EOL)}o(Twe,"issueCommand");var_we="::",IV=class{static{o(this,"Command")}constructor(e,r,i){e||(e="missing.command"),this.command=e,this.properties=r,this.message=i}toString(){lete=_we+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";letr=!0;for(letiinthis.properties)if(this.properties.hasOwnProperty(i)){lets=this.properties[i];s&&(r?r=!1:e+=",",e+=`${i}=${zAt(s)}`)}}returne+=`${_we}${HAt(this.message)}`,e}};functionHAt(t){returnNv(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}o(HAt,"escapeData");functionzAt(t){returnNv(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}o(zAt,"escapeProperty");varPwe=q(require("os"),1);varDwe=require("os"),Dv=require("fs");varSV=function(t,e,r,i){functions(n){returnninstanceofr?n:newr(function(a){a(n)})}returno(s,"adopt"),new(r||(r=Promise))(function(n,a){functionc(h){try{u(i.next(h))}catch(f){a(f)}}o(c,"fulfilled");functionl(h){try{u(i.throw(h))}catch(f){a(f)}}o(l,"rejected");functionu(h){h.done?n(h.value):s(h.value).then(c,l)}o(u,"step"),u((i=i.apply(t,e||[])).next())})},{access:VAt,appendFile:jAt,writeFile:$At}=Dv.promises,Nwe="GITHUB_STEP_SUMMARY";varBV=class{static{o(this,"Summary")}constructor(){this._buffer=""}filePath(){returnSV(this,void0,void0,function*(){if(this._filePath)returnthis._filePath;lete=process.env[Nwe];if(!e)thrownewError(`Unable to find environment variable for $${Nwe}. Check if your runtime environment supports job summaries.`);try{yieldVAt(e,Dv.constants.R_OK|Dv.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,i={}){lets=Object.entries(i).map(([n,a])=>`${n}="${a}"`).join("");returnr?`<${e}${s}>${r}</${e}>`:`<${e}${s}>`}write(e){returnSV(this,void0,void0,function*(){letr=!!e?.overwrite,i=yieldthis.filePath();returnyield(r?$At:jAt)(i,this._buffer,{encoding:"utf8"}),this.emptyBuffer()})}clear(){returnSV(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(Dwe.EOL)}addCodeBlock(e,r){leti=Object.assign({},r&&{lang:r}),s=this.wrap("pre",this.wrap("code",e),i);returnthis.addRaw(s).addEOL()}addList(e,r=!1){leti=r?"ol":"ul",s=e.map(a=>this.wrap("li",a)).join(""),n=this.wrap(i,s);returnthis.addRaw(n).addEOL()}addTable(e){letr=e.map(s=>{letn=s.map(a=>{if(typeofa=="string")returnthis.wrap("td",a);l
${nIt.sanitize({...this,request:{...this.request,agent:i},response:this.response})}`,"value"),enumerable:!1}),Object.setPrototypeOf(this,t.prototype)}};function KO(t){return t instanceof _o?!0:Zg(t)&&t.name==="RestError"}o(KO,"isRestError");function pa(t,e){return Buffer.from(t,e)}o(pa,"stringToUint8Array");var XO=q(require("node:http"),1),ZO=q(require("node:https"),1),Yj=q(require("node:zlib"),1),xve=require("node:stream");var tl=nx("ts-http-runtime");var oIt={};function ox(t){return t&&typeof t.pipe=="function"}o(ox,"isReadableStream");function vve(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(vve,"isStreamComplete");function _ve(t){return t&&typeof t.byteLength=="number"}o(_ve,"isArrayBuffer");var eP=class extends xve.Transform{static{o(this,"ReportTransform")}loadedBytes=0;progressCallback;_transform(e,r,i){this.push(e),this.loadedBytes+=e.length;try{this.progressCallback({loadedBytes:this.loadedBytes}),i()}catch(s){i(s)}}constructor(e){super(),this.progressCallback=e}},Kj=class{static{o(this,"NodeHttpClient")}cachedHttpAgent;cachedHttpsAgents=new WeakMap;async sendRequest(e){let r=new AbortController,i;if(e.abortSignal){if(e.abortSignal.aborted)throw new lh("The operation was aborted. Request has already been canceled.");i=o(u=>{u.type==="abort"&&r.abort()},"abortListener"),e.abortSignal.addEventListener("abort",i)}let s;e.timeout>0&&(s=setTimeout(()=>{let u=new hu;tl.info(`requestto'${u.sanitizeUrl(e.url)}'timedout.canceling...`),r.abort()},e.timeout));let n=e.headers.get("Accept-Encoding"),a=n?.includes("gzip")||n?.includes("deflate"),c=typeof e.body=="function"?e.body():e.body;if(c&&!e.headers.has("Content-Length")){let u=uIt(c);u!==null&&e.headers.set("Content-Length",u)}let l;try{if(c&&e.onUploadProgress){let m=e.onUploadProgress,A=new eP(m);A.on("error",E=>{tl.error("Error in upload progress",E)}),ox(c)?c.pipe(A):A.end(c),c=A}let u=await this.makeRequest(e,r,c);s!==void 0&&clearTimeout(s);let h=aIt(u),d={status:u.statusCode??0,headers:h,request:e};if(e.method==="HEAD")return u.resume(),d;l=a?cIt(u,h):u;let p=e.onDownloadProgress;if(p){let m=new eP(p);m.on("error",A=>{tl.error("Error in download progress",A)}),l.pipe(m),l=m}return e.streamResponseStatusCodes?.has(Number.POSITIVE_INFINITY)||e.streamResponseStatusCodes?.has(d.status)?d.readableStreamBody=l:d.bodyAsText=await lIt(l),d}finally{if(e.abortSignal&&i){let u=Promise.resolve();ox(c)&&(u=vve(c));let h=Promise.resolve();ox(l)&&(h=vve(l)),Promise.all([u,h]).then(()=>{i&&e.abortSignal?.removeEventListener("abort",i)}).catch(f=>{tl.warning("Error when cleaning up abortListener on httpRequest",f)})}}}makeRequest(e,r,i){let s=new URL(e.url),n=s.protocol!=="https:";if(n&&!e.allowInsecureConnection)throw new Error(`Cannotconnectto${e.url}whileallowInsecureConnectionisfalse.`);let c={agent:e.agent??this.getOrCreateAgent(e,n),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 h=n?XO.default.request(c,l):ZO.default.request(c,l);h.once("error",f=>{u(new _o(f.message,{code:f.code??_o.REQUEST_SEND_ERROR,request:e}))}),r.signal.addEventListener("abort",()=>{let f=new lh("The operation was aborted. Rejecting from abort signal callback while making request.");h.destroy(f),u(f)}),i&&ox(i)?i.pipe(h):i?typeof i=="string"||Buffer.isBuffer(i)?h.end(i):_ve(i)?h.end(ArrayBuffer.isView(i)?Buffer.from(i.buffer):Buffer.from(i)):(tl.error("Unrecognized body type",i),u(new _o("Unrecognized body type"))):h.end()})}getOrCreateAgent(e,r){let i=e.disableKeepAlive;if(r)return i?XO.default.globalAgent:(this.cachedHttpAgent||(this.cachedHttpAgent=new XO.default.Agent({keepAlive:!0})),this.cachedHttpAgent);{if(i&&!e.tlsSettings)return ZO.default.globalAgent;let s=e.tlsSettings??oIt,n=this.cachedHttpsAgents.get(s);return n&&n.options.keepAlive===!i||(tl.info("No cached TLS Agent exi
`;return e}o(qSt,"encodeHeaders");function GSt(t){return t instanceof Uint8Array?t.byteLength:IP(t)?t.size===-1?void 0:t.size:void 0}o(GSt,"getLength");function HSt(t){let e=0;for(let r of t){let i=GSt(r);if(i===void 0)return;e+=i}return e}o(HSt,"getTotalLength");async function zSt(t,e,r){let i=[pa(`--${r}`,"utf-8"),...e.flatMap(n=>[pa(`\r
`,"utf-8")],s=HSt(i);s&&t.headers.set("Content-Length",s),t.body=await Txe(i)}o(zSt,"buildRequestBody");var ux="multipartPolicy",VSt=70,jSt=new Set("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");function $St(t){if(t.length>VSt)throw new Error(`Multipartboundary"${t}"exceedsmaximumlengthof70characters`);if(Array.from(t).some(e=>!jSt.has(e)))throw new Error(`Multipartboundary"${t}"containsinvalidcharacters`)}o($St,"assertValidBoundary");function BP(){return{name:ux,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,i=t.headers.get("Content-Type")??"multipart/mixed",s=i.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!s)throw new Error(`Gotmultipartrequestbody,butcontent-typeheaderwasnotmultipart:${i}`);let[,n,a]=s;if(a&&r&&a!==r)throw new Error(`Multipartboundarywasspecifiedas${a}intheheader,butgot${r}intherequestbody`);return r??=a,r?$St(r):r=USt(),t.headers.set("Content-Type",`${n};boundary=${r}`),await zSt(t,t.multipartBody.parts,r),t.multipartBody=void 0,e(t)}}}o(BP,"multipartPolicy");function vP(){return YO()}o(vP,"createEmptyPipeline");var Nxe=$O({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"}),Akr=Nxe.logger;function fh(t){return Nxe.createClientLogger(t)}o(fh,"createClientLogger");var dh=fh("core-rest-pipeline");function g9(t={}){return rP({logger:dh.info,...t})}o(g9,"logPolicy");var y9=iP;function E9(t={}){return sP(t)}o(E9,"redirectPolicy");var xP=q(require("node:os"),1),_P=q(require("node:process"),1);function Dxe(){return"User-Agent"}o(Dxe,"getHeaderName");async function Oxe(t){if(_P.default&&_P.default.versions){let e=`${xP.default.type()}${xP.default.release()};${xP.default.arch()}`,r=_P.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(Oxe,"setPlatformSpecificData");var RP="1.22.2";function tBt(t){let e=[];for(let[r,i]of t){let s=i?`${r}/${i}`:r;e.push(s)}return e.join(" ")}o(tBt,"getUserAgentString");function Pxe(){return Dxe()}o(Pxe,"getUserAgentHeaderName");async function TP(t){let e=new Map;e.set("core-rest-pipeline",RP),await Oxe(e);let r=tBt(e);return t?`${t}${r}`:r}o(TP,"getUserAgentValue");var kxe=Pxe(),Qxe="userAgentPolicy";function b9(t={}){let e=TP(t.userAgentPrefix);return{name:Qxe,async sendRequest(r,i){return r.headers.has(kxe)||r.headers.set(kxe,await e),i(r)}}}o(b9,"userAgentPolicy");var lc=class extends Error{static{o(this,"AbortError")}constructor(e){super(e),this.name="AbortError"}};function w9(t,e){let{cleanupBeforeAbort:r,abortSignal:i,abortErrorMsg:s}=e??{};return new Promise((n,a)=>{function c(){a(new lc(s??"The operation was aborted."))}o(c,"rejectOnAbort");function l(){i?.removeEventListener("abort",u)}o(l,"removeListeners");function u(){r?.(),l(),c()}if(o(u,"onAbort"),i?.aborted)return c();try{t(h=>{l(),n(h)},h=>{l(),a(h)})}catch(h){a(h)}i?.addEventListener("abort",u)})}o(w9,"createAbortablePromise");var oBt="The delay was aborted.";function hx(t,e){let r,{abortSignal:i,abortErrorMsg:s}=e??{};return w9(n=>{r=setTimeout(n,t)},{cleanupBeforeAbort:o(()=>clearTimeout(r),"cleanupBeforeAbort"),abortSignal:i,abortErrorMsg:s??oBt})}o(hx,"delay");function Tm(t){if(Zg(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(Tm,"getErrorMessage");function Lxe(t){return Zg(t)}o(Lxe,"isError");function ow(){return Xg()}o(ow,"randomUUID");var Ir=ry;var Fxe=Symbol("rawContent");function I9(t){return typeof t[Fxe]=="function"}o(I9,"hasRawContent");function Mxe(t){return I9(t)?t[Fxe]():t}o(Mxe,"getRawContent");var NP=ux;function S9(){let t=BP();return{name:NP,sendRequest:o(async(e,r)=>{if(e.multipartBody)for(let i of e.multipartBody.parts)I9(i.body)&&(i.body=Mxe(i.body));return t.sendRequest(e,r)},"sendRequest")}}o(S9,"multipartPolicy");var B9=nP;function v9(){return oP()}o(v9,"decompressResponsePolicy");fun
`&&t[n]!=="\r";n++)l+=t[n];if(l=l.trim(),l[l.length-1]==="/"&&(l=l.substring(0,l.length-1),n--),!Tvt(l)){let f;return l.trim().length===0?f="Invalid space after '<'.":f="Tag '"+l+"' is an invalid name.",Ki("InvalidTag",f,Ro(t,n))}let u=Bvt(t,n);if(u===!1)return Ki("InvalidAttr","Attributes for '"+l+"' have open quote.",Ro(t,n));let h=u.value;if(n=u.index,h[h.length-1]==="/"){let f=n-h.length;h=h.substring(0,h.length-1);let d=S_e(h,e);if(d===!0)i=!0;else return Ki(d.err.code,d.err.msg,Ro(t,f+d.err.line))}else if(c)if(u.tagClosed){if(h.trim().length>0)return Ki("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",Ro(t,a));if(r.length===0)return Ki("InvalidTag","Closing tag '"+l+"' has not been opened.",Ro(t,a));{let f=r.pop();if(l!==f.tagName){let d=Ro(t,f.tagStartPos);return Ki("InvalidTag","Expected closing tag '"+f.tagName+"' (opened in line "+d.line+", col "+d.col+") instead of closing tag '"+l+"'.",Ro(t,a))}r.length==0&&(s=!0)}}else return Ki("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",Ro(t,n));else{let f=S_e(h,e);if(f!==!0)return Ki(f.err.code,f.err.msg,Ro(t,n-h.length+f.err.line));if(s===!0)return Ki("InvalidXml","Multiple possible root nodes found.",Ro(t,n));e.unpairedTags.indexOf(l)!==-1||r.push({tagName:l,tagStartPos:a}),i=!0}for(n++;n<t.length;n++)if(t[n]==="<")if(t[n+1]==="!"){n++,n=I_e(t,n);continue}else if(t[n+1]==="?"){if(n=C_e(t,++n),n.err)return n}else break;else if(t[n]==="&"){let f=_vt(t,n);if(f==-1)return Ki("InvalidChar","char '&' is not expected.",Ro(t,n));n=f}else if(s===!0&&!w_e(t[n]))return Ki("InvalidXml","Extra text at the end",Ro(t,n));t[n]==="<"&&n--}}else{if(w_e(t[n]))continue;return Ki("InvalidChar","char '"+t[n]+"' is not expected.",Ro(t,n))}if(i){if(r.length==1)return Ki("InvalidTag","Unclosed tag '"+r[0].tagName+"'.",Ro(t,r[0].tagStartPos));if(r.length>0)return Ki("InvalidXml","Invalid '"+JSON.stringify(r.map(n=>n.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return Ki("InvalidXml","Start tag expected.",1);return!0}o(zP,"validate");function w_e(t){return t===" "||t===" "||t===`
`||t==="\r"}o(w_e,"isWhiteSpace");function C_e(t,e){let r=e;for(;e<t.length;e++)if(t[e]=="?"||t[e]==" "){let i=t.substr(r,e-r);if(e>5&&i==="xml")return Ki("InvalidXml","XML declaration allowed only at the start of the document.",Ro(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}o(C_e,"readPI");function I_e(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(I_e,"readCommentAndCDATA");var Ivt='"',Svt="'";function Bvt(t,e){let r="",i="",s=!1;for(;e<t.length;e++){if(t[e]===Ivt||t[e]===Svt)i===""?i=t[e]:i!==t[e]||(i="");else if(t[e]===">"&&i===""){s=!0;break}r+=t[e]}return i!==""?!1:{value:r,index:e,tagClosed:s}}o(Bvt,"readAttributeStr");var vvt=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function S_e(t,e){let r=GP(t,vvt),i={};for(let s=0;s<r.length;s++){if(r[s][1].length===0)return Ki("InvalidAttr","Attribute '"+r[s][2]+"' has no space in starting.",Ix(r[s]));if(r[s][3]!==void 0&&r[s][4]===void 0)return Ki("InvalidAttr","Attribute '"+r[s][2]+"' is without value.",Ix(r[s]));if(r[s][3]===void 0&&!e.allowBooleanAttributes)return Ki("InvalidAttr","boolean attribute '"+r[s][2]+"' is not allowed.",Ix(r[s]));let n=r[s][2];if(!Rvt(n))return Ki("InvalidAttr","Attribute '"+n+"' is an invalid name.",Ix(r[s]));if(!Object.prototype.hasOwnProperty.call(i,n))i[n]=1;else return Ki("InvalidAttr","Attribute '"+n+"' is repeated.",Ix(r[s]))}return!0}o(S_e,"validateAttributeString");function xvt(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(xvt,"validateNumberAmpersand");function _vt(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,xvt(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(_vt,"validateAmpersand");function Ki(t,e,r){return{err:{code:t,msg:e,line:r.line||r,col:r.col}}}o(Ki,"getErrorObject");function Rvt(t){return K9(t)}o(Rvt,"validateAttrName");function Tvt(t){return K9(t)}o(Tvt,"validateTagName");function Ro(t,e){let r=t.substring(0,e).split(/\r?\n/);return{line:r.length,col:r[r.length-1].length+1}}o(Ro,"getLineNumberForPosition");function Ix(t){return t.startIndex+t[1].length}o(Ix,"getPositionFromMatch");var B_e={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"},v_e={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",ntil
`);let e=new ya("!xml"),r=e,i="";this.matcher.reset(),this.entityDecoder.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0;let s=this.options,n=new vx(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 h=fw(t,">",c,"Closing Tag is not closed."),f=t.substring(c+2,h).trim();if(s.removeNSPrefix){let p=f.indexOf(":");p!==-1&&(f=f.substr(p+1))}f=n$(s.transformTagName,f,"",s).tagName,r&&(i=this.saveTextToParentTag(i,r,this.readonlyMatcher));let d=this.matcher.getCurrentTag();if(f&&s.unpairedTagsSet.has(f))throw new Error(`Unpairedtagcannotbeusedasclosingtag:</${f}>`);d&&s.unpairedTagsSet.has(d)&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,r=this.tagsNodeStack.pop(),i="",c=h}else if(u===63){let h=o$(t,c,!1,"?>");if(!h)throw new Error("Pi Tag is not closed.");i=this.saveTextToParentTag(i,r,this.readonlyMatcher);let f=this.buildAttributesMap(h.tagExp,this.matcher,h.tagName,!0);if(f){let d=f[this.options.attributeNamePrefix+"version"];this.entityDecoder.setXmlVersion(Number(d)||1),n.setXmlVersion(Number(d)||1)}if(!(s.ignoreDeclaration&&h.tagName==="?xml"||s.ignorePiTags)){let d=new ya(h.tagName);d.add(s.textNodeName,""),h.tagName!==h.tagExp&&h.attrExpPresent&&s.ignoreAttributes!==!0&&(d[":@"]=f),this.addChild(r,d,this.readonlyMatcher,c)}c=h.closeIndex+1}else if(u===33&&t.charCodeAt(c+2)===45&&t.charCodeAt(c+3)===45){let h=fw(t,"-->",c+4,"Comment is not closed.");if(s.commentPropName){let f=t.substring(c+4,h-2);i=this.saveTextToParentTag(i,r,this.readonlyMatcher),r.add(s.commentPropName,[{[s.textNodeName]:f}])}c=h}else if(u===33&&t.charCodeAt(c+2)===68){let h=n.readDocType(t,c);this.entityDecoder.addInputEntities(h.entities),c=h.i}else if(u===33&&t.charCodeAt(c+2)===91){let h=fw(t,"]]>",c,"CDATA is not closed.")-2,f=t.substring(c+9,h);i=this.saveTextToParentTag(i,r,this.readonlyMatcher);let d=this.parseTextData(f,r.tagname,this.readonlyMatcher,!0,!1,!0,!0);d==null&&(d=""),s.cdataPropName?r.add(s.cdataPropName,[{[s.textNodeName]:f}]):r.add(s.textNodeName,d),c=h+2}else{let h=o$(t,c,s.removeNSPrefix);if(!h){let M=t.substring(Math.max(0,c-50),Math.min(a,c+50));throw new Error(`readTagExp returned undefined at position ${c}. Context: "${M}"`)}let f=h.tagName,d=h.rawTagName,p=h.tagExp,m=h.attrExpPresent,A=h.closeIndex;if({tagName:f,tagExp:p}=n$(s.transformTagName,f,p,s),s.strictReservedNames&&(f===s.commentPropName||f===s.cdataPropName||f===s.textNodeName||f===s.attributesGroupName))throw new Error(`Invalid tag name: ${f}`);r&&i&&r.tagname!=="!xml"&&(i=this.saveTextToParentTag(i,r,this.readonlyMatcher,!1));let E=r;E&&s.unpairedTagsSet.has(E.tagname)&&(r=this.tagsNodeStack.pop(),this.matcher.pop());let y=!1;p.length>0&&p.lastIndexOf("/")===p.length-1&&(y=!0,f[f.length-1]==="/"?(f=f.substr(0,f.length-1),p=f):p=p.substr(0,p.length-1),m=f!==p);let b=null,C={},I;I=Zvt(d),f!==e.tagname&&this.matcher.push(f,{},I),f!==p&&m&&(b=this.buildAttributesMap(p,this.matcher,f),b&&(C=Xvt(b,s))),f!==e.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());let D=c;if(this.isCurrentNodeStopNode){let M="";if(y)c=h.closeIndex;else if(s.unpairedTagsSet.has(f))c=h.closeIndex;else{let U=this.readStopNodeData(t,d,A+1);if(!U)throw new Error(`Unexpected end of ${d}`);c=U.i,M=U.tagContent}let R=new ya(f);b&&(R[":@"]=b),R.add(s.textNodeName,M),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(r,R,this.readonlyMatcher,D)}else{if(y){({tagName:f,tagExp:p}=n$(s.transformTagName,f,p,s));let M=new ya(f);b&&(M[":@"]=b),this.addChild(r,M,this.readonlyMatcher,D),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else if(s.unpairedTagsSet.has(f)){let M=new ya(f);b&&(M[":@"]=b),this.addChild(r,M,this.readonlyMatcher,D),this.matcher.pop(),this.isCurrentNodeStopNode=!1,c=h.closeIndex;continue}else{let M=new ya(f);if(this.tagsNodeStack.length>s.maxNestedTags)throw new Error("Maximumnestedtagsexceeded");this.tagsNodeStack.push(r),b&&(M[":@"]=b),this.addChild(r,M,this.readonlyMatcher,D),r=M}i="",c=A}}}else i+=t[c];return e.child},"parseXml"
`}),i}getCanonicalizedResourceString(e){let r=ik(e.url)||"/",i="";i+=`/${this.factory.accountName}${r}`;let s=sk(e.url),n={};if(s){let a=[];for(let c in s)if(Object.prototype.hasOwnProperty.call(s,c)){let l=c.toLowerCase();n[l]=s[c],a.push(l)}a.sort();for(let c of a)i+=`
${c}:${decodeURIComponent(n[c])}`}return i}};var Ti=class extends hy{static{o(this,"StorageSharedKeyCredential")}accountName;accountKey;constructor(e,r){super(),this.accountName=e,this.accountKey=Buffer.from(r,"base64")}create(e,r){return new Nx(e,r,this)}computeHMACSHA256(e){return(0,iRe.createHmac)("sha256",this.accountKey).update(e,"utf8").digest("base64")}};var _s=fh("storage-common");var nl;(function(t){t[t.EXPONENTIAL=0]="EXPONENTIAL",t[t.FIXED=1]="FIXED"})(nl||(nl={}));var Qm={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:nl.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:void 0},Dxt=new lc("The operation was aborted."),Dx=class extends gh{static{o(this,"StorageRetryPolicy")}retryOptions;constructor(e,r,i=Qm){super(e,r),this.retryOptions={retryPolicyType:i.retryPolicyType?i.retryPolicyType:Qm.retryPolicyType,maxTries:i.maxTries&&i.maxTries>=1?Math.floor(i.maxTries):Qm.maxTries,tryTimeoutInMs:i.tryTimeoutInMs&&i.tryTimeoutInMs>=0?i.tryTimeoutInMs:Qm.tryTimeoutInMs,retryDelayInMs:i.retryDelayInMs&&i.retryDelayInMs>=0?Math.min(i.retryDelayInMs,i.maxRetryDelayInMs?i.maxRetryDelayInMs:Qm.maxRetryDelayInMs):Qm.retryDelayInMs,maxRetryDelayInMs:i.maxRetryDelayInMs&&i.maxRetryDelayInMs>=0?i.maxRetryDelayInMs:Qm.maxRetryDelayInMs,secondaryHost:i.secondaryHost?i.secondaryHost:Qm.secondaryHost}}async sendRequest(e){return this.attemptSendRequest(e,!1,1)}async attemptSendRequest(e,r,i){let s=e.clone(),n=r||!this.retryOptions.secondaryHost||!(e.method==="GET"||e.method==="HEAD"||e.method==="OPTIONS")||i%2===1;n||(s.url=rk(s.url,this.retryOptions.secondaryHost)),this.retryOptions.tryTimeoutInMs&&(s.url=km(s.url,vd.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString()));let a;try{if(_s.info(`RetryPolicy:=====>Try=${i}${n?"Primary":"Secondary"}`),a=await this._nextPolicy.sendRequest(s),!this.shouldRetry(n,i,a))return a;r=r||!n&&a.status===404}catch(c){if(_s.error(`RetryPolicy:Caughterror,message:${c.message},code:${c.code}`),!this.shouldRetry(n,i,a,c))throw c}return await this.delay(n,i,e.abortSignal),this.attemptSendRequest(e,r,++i)}shouldRetry(e,r,i,s){if(r>=this.retryOptions.maxTries)return _s.info(`RetryPolicy:Attempt(s)${r}>=maxTries${this.retryOptions.maxTries},nofurthertry.`),!1;let n=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(s){for(let a of n)if(s.name.toUpperCase().includes(a)||s.message.toUpperCase().includes(a)||s.code&&s.code.toString().toUpperCase()===a)return _s.info(`RetryPolicy:Networkerror${a}found,willretry.`),!0}if(i||s){let a=i?i.status:s?s.statusCode:0;if(!e&&a===404)return _s.info("RetryPolicy: Secondary access with 404, will retry."),!0;if(a===503||a===500)return _s.info(`RetryPolicy:Willretryforstatuscode${a}.`),!0}if(i&&i?.status>=400){let a=i.headers.get(bt.X_MS_CopySourceErrorCode);if(a!==void 0)switch(a){case"InternalError":case"OperationTimedOut":case"ServerBusy":return!0}}return s?.code==="PARSE_ERROR"&&s?.message.startsWith('Error "Error: Unclosed root tag')?(_s.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry."),!0):!1}async delay(e,r,i){let s=0;if(e)switch(this.retryOptions.retryPolicyType){case nl.EXPONENTIAL:s=Math.min((Math.pow(2,r-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;case nl.FIXED:s=this.retryOptions.retryDelayInMs;break}else s=Math.random()*1e3;return _s.info(`RetryPolicy:Delayfor${s}ms`),nk(s,i,Dxt)}};var Ox=class{static{o(this,"StorageRetryPolicyFactory")}retryOptions;constructor(e){this.retryOptions=e}create(e,r){return new Dx(e,r,this.retryOptions)}};var Oxt="storageBrowserPolicy";function sRe(){return{name:Oxt,async sendRequest(t,e){return Ir||((t.method==="GET"||t.method==="HEAD")&&(t.url=km(t.url,vd.Parameters.FORCE_BROWSER_NO_CACHE,new Date().getTime().toString())),t.headers.delete(bt.COOKIE),t.headers.delete(bt.CONTENT_LENGTH)),e(t)}}}o(sRe,"storageBrowserPolicy");var Pxt="StorageCorrectContentLengthPolicy";function nRe(){function t(e){e.body&&(
`}),c}o(i,"getCanonicalizedHeadersString");function s(n){let a=ik(n.url)||"/",c="";c+=`/${t.accountName}${a}`;let l=sk(n.url),u={};if(l){let h=[];for(let f in l)if(Object.prototype.hasOwnProperty.call(l,f)){let d=f.toLowerCase();u[d]=l[f],h.push(d)}h.sort();for(let f of h)c+=`
`),n=e.computeHMACSHA256(s);return{sasQueryParameters:new gu(t.version,n,i,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(GRt,"generateBlobSASQueryParameters20150405");function HRt(t,e){if(t=by(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",i=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",i=t.versionId));let s;t.permissions&&(t.blobName?s=Ph.parse(t.permissions.toString()).toString():s=kh.parse(t.permissions.toString()).toString());let n=[s||"",t.startsOn?Sr(t.startsOn,!1):"",t.expiresOn?Sr(t.expiresOn,!1):"",Ey(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?Au(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,i,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),a=e.computeHMACSHA256(n);return{sasQueryParameters:new gu(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:n}}o(HRt,"generateBlobSASQueryParameters20181109");function zRt(t,e){if(t=by(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",i=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",i=t.versionId));let s;t.permissions&&(t.blobName?s=Ph.parse(t.permissions.toString()).toString():s=kh.parse(t.permissions.toString()).toString());let n=[s||"",t.startsOn?Sr(t.startsOn,!1):"",t.expiresOn?Sr(t.expiresOn,!1):"",Ey(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?Au(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,i,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(n);return{sasQueryParameters:new gu(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:n}}o(zRt,"generateBlobSASQueryParameters20201206");function VRt(t,e){if(t=by(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",i=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",i=t.versionId));let s;t.permissions&&(t.blobName?s=Ph.parse(t.permissions.toString()).toString():s=kh.parse(t.permissions.toString()).toString());let n=[s||"",t.startsOn?Sr(t.startsOn,!1):"",t.expiresOn?Sr(t.expiresOn,!1):"",Ey(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Sr(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Sr(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.ipRange?Au(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,i,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(n);return{sasQueryParameters:new gu(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:n}}o(VRt,"generateBlobSASQueryParametersUDK20181109");function jRt(t,e){if(t=by(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",i=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",i=t.versionId));let s;t.permissions&&(t.blobName?s=Ph.parse(t.permissions.toString()).toString():s=kh.parse(t.permissions.toString()).toString());let n=[s||"",t.startsOn?Sr(t.startsOn,!1):"",t.expiresOn?Sr(t.expiresOn,!1):"",Ey(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Sr(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Sr(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?Au(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,i,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(n);return{sasQueryParameters:new gu(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:n}}o(jRt,"generateBlobSASQueryParametersUDK20200210");function $Rt(t,e){if(t=by(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",i=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",i=t.versionId));let s;t.permissions&&(t.blobName?s=Ph.parse(t.permissions.toString()).toString():s=kh.parse(t.permissions.toString()).toString());let n=[s||"",t.startsOn?Sr(t.startsOn,!1):"",t.expiresOn?Sr(t.expiresOn,!1):"",Ey(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Sr(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Sr(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?Au(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,i,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(n);return{sasQueryParameters:new gu(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:n}}o($Rt,"generateBlobSASQueryParametersUDK20201206");function WRt(t,e){if(t=by(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",i=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",i=t.versionId));let s;t.permissions&&(t.blobName?s=Ph.parse(t.permissions.toString()).toString():s=kh.parse(t.permissions.toString()).toString());let n=[s||"",t.startsOn?Sr(t.startsOn,!1):"",t.expiresOn?Sr(t.expiresOn,!1):"",Ey(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Sr(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Sr(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,void 0,t.delegatedUserObjectId,t.ipRange?Au(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,i,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(n);return{sasQueryParameters:new gu(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:n}}o(WRt,"generateBlobSASQueryParametersUDK20250705");function Ey(t,e,r){let i=[`/blob/${t}/${e}`];return r&&i.push(`/${r}`),i.join("")}o(Ey,"getCanonicalName");function by(t){let e=t.version?t.version:lk;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(by,"SASSignatureValuesSanityCheckAndAutofill");var jx=class{static{o(this,"BlobLeaseClient")}_leaseId;_url;_containerOrBlobOperation;_isContainer;get leaseId(){return this._leaseId}get url(){return this._url}constructor(e,r){let i=e.storageClientContext;this._url=e.url,e.name===void 0?(this._isContainer=!0,this._containerOrBlobOperation=i.container):(this._isContainer=!1,this._containerOrBlobOperation=i.blob),r||(r=ow()),this._leaseId=r}async acquireLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==fu||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==fu||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 je.withSpan("BlobLeaseClient-acquireLease",r,async i=>rt(await this._containerOrBlobOperation.acquireLease({abortSignal:r.abortSignal,duration:e,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},proposedLeaseId:this._leaseId,tracingOptions:i.tracingOptions})))}async changeLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==fu||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==fu||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 je.withSpan("BlobLeaseClient-changeLease",r,async i=>{let s=rt(await this._containerOrBlobOperation.changeLease(this._leaseId,e,{abortSignal:r.abortSignal,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},tracingOptions:i.tracingOptions}));return this._leaseId=e,s})}async releaseLease(e={}){if(this._isContainer&&(e.conditions?.i
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"}};vw.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var Sy=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"}};Sy.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1;var r_=class extends Error{static{o(this,"RateLimitError")}constructor(e){super(e),this.name="RateLimitError"}};var sNt=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(a){a(n)})}return o(s,"adopt"),new(r||(r=Promise))(function(n,a){function c(h){try{u(i.next(h))}catch(f){a(f)}}o(c,"fulfilled");function l(h){try{u(i.throw(h))}catch(f){a(f)}}o(l,"rejected");function u(h){h.done?n(h.value):s(h.value).then(c,l)}o(u,"step"),u((i=i.apply(t,e||[])).next())})},h7=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),i=Date.now()-this.startTime,s=(e/(1024*1024)/(i/1e3)).toFixed(1);ie(`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 bNe(t,e,r){return sNt(this,void 0,void 0,function*(){var i;let s=new yu(t),n=s.getBlockBlobClient(),a=new h7((i=r?.archiveSizeBytes)!==null&&i!==void 0?i:0),c={blockSize:r?.uploadChunkSize,concurrency:r?.uploadConcurrency,maxSingleShotSize:128*1024*1024,onProgress:a.onProgress()};try{a.startDisplayTimer(),j(`BlobClient: ${s.name}:${s.accountName}:${s.containerName}`);let l=yield n.uploadFile(e,c);if(l._response.status>=400)throw new pQ(`uploadCacheArchiveSDK: upload failed with status code ${l._response.status}`);return l}catch(l){throw Zt(`uploadCacheArchiveSDK: internal error uploading cache archive: ${l.message}`),l}finally{a.stopDisplayTimer()}})}o(bNe,"uploadCacheArchiveSDK");var CNe=q(require("buffer"),1),Qh=q(require("fs"),1),INe=q(require("stream"),1),SNe=q(require("util"),1);var mQ=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(a){a(n)})}return o(s,"adopt"),new(r||(r=Promise))(function(n,a){function c(h){try{u(i.next(h))}catch(f){a(f)}}o(c,"fulfilled");function l(h){try{u(i.throw(h))}catch(f){a(f)}}o(l,"rejected");function u(h){h.done?n(h.value):s(h.value).then(c,l)}o(u,"step"),u((i=i.apply(t,e||[])).next())})};function AQ(t){return t?t>=200&&t<300:!1}o(AQ,"isSuccessStatusCode");function nNt(t){return t?t>=500:!0}o(nNt,"isServerErrorStatusCode");function oNt(t){return t?[Ri.BadGateway,Ri.ServiceUnavailable,Ri.GatewayTimeout].includes(t):!1}o(oNt,"isRetryableStatusCode");function aNt(t){return mQ(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}o(aNt,"sleep");function wNe(t,e,r){return mQ(this,arguments,void 0,function*(i,s,n,a=qO,c=GO,l=void 0){let u="",h=1;for(;h<=a;){let f,d,p=!1;try{f=yield s()}catch(m){l&&(f=l(m)),p=!0,u=m.message}if(f&&(d=n(f),!nNt(d)))return f;if(d&&(p=oNt(d),u=`Cache service responded with ${d}`),j(`${i} - Attempt ${h} of ${a} failed with error: ${u}`),!p){j(`${i} - Error is not retryable`);break}yield aNt(c),h++}throw Error(`${i} failed: ${u}`)})}o(wNe,"retry");function i_(t,e){return mQ(this,arguments,void 0,function*(r,i,s=qO,n=GO){return yield wNe(r,i,a=>a.statusCode,s,n,a=>{if(a instanceof ch)return{statusCode:a.statusCode,result:null,headers:{},error:a}})})}o(i_,"retryTypedResponse");function xw(t,e){return mQ(this,arguments,void 0,function*(r,i,s=qO,n=GO){return yield wNe(r,i,a=>a.message.statusCode,s,n)})}o(xw,"retryHttpClientResponse");var ul=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(
Othercacheswithsimilarkey:`);for(let c of n?.artifactCaches||[])j(`CacheKey:${c?.cacheKey},CacheVersion:${c?.cacheVersion},CacheScope:${c?.scope},CacheCreated:${c?.creationTime}`)}}})}o(mNt,"printCachesListForDiagnostics");function m7(t,e,r){return Ca(this,void 0,void 0,function*(){let i=new PNe.URL(t),s=_Ne(r);i.hostname.endsWith(".blob.core.windows.net")?s.useAzureSdk?yield vNe(t,e,s):s.concurrentBlobDownloads?yield BNe(t,e,s):yield yQ(t,e):yield yQ(t,e)})}o(m7,"downloadCache");function QNe(t,e,r){return Ca(this,void 0,void 0,function*(){let i=p7(),s=Kb(e,r?.compressionMethod,r?.enableCrossOsArchive),n={key:t,version:s,cacheSize:r?.cacheSize};return yield i_("reserveCache",()=>Ca(this,void 0,void 0,function*(){return i.postJson(n_("caches"),n)}))})}o(QNe,"reserveCache");function ONe(t,e){return`bytes${t}-${e}/*`}o(ONe,"getContentRange");function ANt(t,e,r,i,s){return Ca(this,void 0,void 0,function*(){j(`Uploadingchunkofsize${s-i+1}bytesatoffset${i}withcontentrange:${ONe(i,s)}`);let n={"Content-Type":"application/octet-stream","Content-Range":ONe(i,s)},a=yield xw(`uploadChunk(start:${i},end:${s})`,()=>Ca(this,void 0,void 0,function*(){return t.sendStream("PATCH",e,r(),n)}));if(!AQ(a.message.statusCode))throw new Error(`Cacheservicerespondedwith${a.message.statusCode}duringuploadchunk.`)})}o(ANt,"uploadChunk");function gNt(t,e,r,i){return Ca(this,void 0,void 0,function*(){let s=ah(r),n=n_(`caches/${e.toString()}`),a=_w.openSync(r,"r"),c=f7(i),l=Lj("uploadConcurrency",c.uploadConcurrency),u=Lj("uploadChunkSize",c.uploadChunkSize),h=[...new Array(l).keys()];j("Awaiting all uploads");let f=0;try{yield Promise.all(h.map(()=>Ca(this,void 0,void 0,function*(){for(;f<s;){let d=Math.min(s-f,u),p=f,m=f+d-1;f+=u,yield ANt(t,n,()=>_w.createReadStream(r,{fd:a,start:p,end:m,autoClose:!1}).on("error",A=>{throw new Error(`Cacheuploadfailedbecausefilereadfailedwith${A.message}`)}),p,m)}})))}finally{_w.closeSync(a)}})}o(gNt,"uploadFile");function yNt(t,e,r){return Ca(this,void 0,void 0,function*(){let i={size:r};return yield i_("commitCache",()=>Ca(this,void 0,void 0,function*(){return t.postJson(n_(`caches/${e.toString()}`),i)}))})}o(yNt,"commitCache");function A7(t,e,r,i){return Ca(this,void 0,void 0,function*(){if(f7(i).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield bNe(r,e,i)}else{let n=p7();j("Upload cache"),yield gNt(n,t,e,i),j("Commiting cache");let a=ah(e);ie(`CacheSize:~${Math.round(a/(1024*1024))}MB(${a}B)`);let c=yield yNt(n,t,a);if(!AQ(c.statusCode))throw new Error(`Cacheservicerespondedwith${c.statusCode}duringcommitcache.`);ie("Cache saved successfully")}})}o(A7,"saveCache");var T1e=q(I1e(),1),ts=q(es(),1),mc=q(es(),1),Ry=q(es(),1),Ty=q(es(),1),Ny=q(es(),1);var uK=q(es(),1),hK=q(es(),1),x1e=q(es(),1),_1e=q(es(),1),R1e=q(es(),1);var aK=q(es(),1),cK=q(es(),1),S1e=q(es(),1),B1e=q(es(),1),v1e=q(es(),1);var lK=class extends v1e.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,B1e.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,S1e.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,i,s){let n=s??this.create(),a=e.pos+r;for(;e.pos<a;){let[c,l]=e.tag();switch(c){case 1:n.scope=e.string();break;case 2:n.permission=e.int64().toString();break;default:let u=i.readUnknownField;if(u==="throw")throw new globalThis.Error(`Unknownfield${c}(wiretype${l})for${this.typeName}`);let h=e.skip(l);u!==!1&&(u===!0?cK.UnknownFieldHandler.onRead:u)(this.typeName,n,c,l,h)}}return n}internalBinaryWrite(e,r,i){e.scope!==""&&r.tag(1,aK.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,aK.WireType.Varint).int64(e.permission);let s=i.writeUnknownFields;return s!==!1&&(s==!0?cK.UnknownFieldHandler.onWrite:s)(this.typeName,e,r),r}},nL=new lK;var fK=class extends R1e.Me
`));let i=yield xK(r,"create");yield _K(i,t)})}o(TK,"createTar");var Vw=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(a){a(n)})}return o(s,"adopt"),new(r||(r=Promise))(function(n,a){function c(h){try{u(i.next(h))}catch(f){a(f)}}o(c,"fulfilled");function l(h){try{u(i.throw(h))}catch(f){a(f)}}o(l,"rejected");function u(h){h.done?n(h.value):s(h.value).then(c,l)}o(u,"step"),u((i=i.apply(t,e||[])).next())})},wu=class t extends Error{static{o(this,"ValidationError")}constructor(e){super(e),this.name="ValidationError",Object.setPrototypeOf(this,t.prototype)}},zw=class t extends Error{static{o(this,"ReserveCacheError")}constructor(e){super(e),this.name="ReserveCacheError",Object.setPrototypeOf(this,t.prototype)}},lL=class t extends Error{static{o(this,"FinalizeCacheError")}constructor(e){super(e),this.name="FinalizeCacheError",Object.setPrototypeOf(this,t.prototype)}};function P1e(t){if(!t||t.length===0)throw new wu("Path Validation Error: At least one directory or file path is required")}o(P1e,"checkPaths");function NK(t){if(t.length>512)throw new wu(`KeyValidationError:${t}cannotbelargerthan512characters.`);if(!/^[^,]*$/.test(t))throw new wu(`KeyValidationError:${t}cannotcontaincommas.`)}o(NK,"checkKey");function DK(){return s_()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}o(DK,"isFeatureAvailable");function k1e(t,e,r,i){return Vw(this,arguments,void 0,function*(s,n,a,c,l=!1){let u=s_();return j(`Cacheserviceversion:${u}`),P1e(s),u==="v2"?yield O2t(s,n,a,c,l):yield D2t(s,n,a,c,l)})}o(k1e,"restoreCache");function D2t(t,e,r,i){return Vw(this,arguments,void 0,function*(s,n,a,c,l=!1){a=a||[];let u=[n,...a];if(j("Resolved Keys:"),j(JSON.stringify(u)),u.length>10)throw new wu("Key Validation Error: Keys are limited to a maximum of 10.");for(let d of u)NK(d);let h=yield rx(),f="";try{let d=yield kNe(u,s,{compressionMethod:h,enableCrossOsArchive:l});if(!d?.archiveLocation)return;if(c?.lookupOnly)return ie("Lookup only - skipping download"),d.cacheKey;f=w_.join(yield ex(),xm(h)),j(`ArchivePath:${f}`),yield m7(d.archiveLocation,f,c),jg()&&(yield b_(f,h));let p=ah(f);return ie(`CacheSize:~${Math.round(p/(1024*1024))}MB(${p}B)`),yield RK(f,h),ie("Cache restored successfully"),d.cacheKey}catch(d){let p=d;if(p.name===wu.name)throw d;p instanceof ch&&typeof p.statusCode=="number"&&p.statusCode>=500?Mb(`Failedtorestore:${d.message}`):Zt(`Failedtorestore:${d.message}`)}finally{try{yield tx(f)}catch(d){j(`Failedtodeletearchive:${d}`)}}})}o(D2t,"restoreCacheV1");function O2t(t,e,r,i){return Vw(this,arguments,void 0,function*(s,n,a,c,l=!1){c=Object.assign(Object.assign({},c),{useAzureSdk:!0}),a=a||[];let u=[n,...a];if(j("Resolved Keys:"),j(JSON.stringify(u)),u.length>10)throw new wu("Key Validation Error: Keys are limited to a maximum of 10.");for(let f of u)NK(f);let h="";try{let f=vK(),d=yield rx(),p={key:n,restoreKeys:a,version:Kb(s,d,l)},m=yield f.GetCacheEntryDownloadURL(p);if(!m.ok){j(`Cachenotfoundforversion${p.version}ofkeys:${u.join(", ")}`);return}if(p.key!==m.matchedKey?ie(`Cachehitforrestore-key:${m.matchedKey}`):ie(`Cachehitfor:${m.matchedKey}`),c?.lookupOnly)return ie("Lookup only - skipping download"),m.matchedKey;h=w_.join(yield ex(),xm(d)),j(`Archivepath:${h}`),j(`Startingdownloadofarchiveto:${h}`),yield m7(m.signedDownloadUrl,h,c);let E=ah(h);return ie(`CacheSize:~${Math.round(E/(1024*1024))}MB(${E}B)`),jg()&&(yield b_(h,d)),yield RK(h,d),ie("Cache restored successfully"),m.matchedKey}catch(f){let d=f;if(d.name===wu.name)throw f;d instanceof ch&&typeof d.statusCode=="number"&&d.statusCode>=500?Mb(`Failedtorestore:${f.message}`):Zt(`Failedtorestore:${f.message}`)}finally{try{h&&(yield tx(h))}catch(f){j(`Failedtodeletearchive:${f}`)}}})}o(O2t,"restoreCacheV2");function OK(t,e,r){return Vw(this,arguments,void 0,function*(i,s,n,a=!1){let c=s_();return j(`Cacheserviceversion:${c}`),P1e(i),NK(s),c==="v2"?yield k2t(i,s,n,a):yield P2t(i,s,n,a)})}o(OK,"saveCache");function P2t(t,e,r){return Vw(this,arguments,v
`,a).length:f,u?(c===null?0:c.length)+l.length:0,u?l.length+f:0);return d<p},"__needMoreData"),parse:o(function(i,s,n,a){let{bom:c,comment_no_infix:l,encoding:u,from_line:h,ltrim:f,max_record_size:d,raw:p,relax_quotes:m,rtrim:A,skip_empty_lines:E,to:y,to_line:b}=this.options,{comment:C,escape:I,quote:D,record_delimiter:M}=this.options,{bomSkipped:R,previousBuf:U,rawBuffer:k,escapeIsQuote:W}=this.state,Q;if(U===void 0)if(i===void 0){a();return}else Q=i;else U!==void 0&&i===void 0?Q=U:Q=Buffer.concat([U,i]);if(R===!1)if(c===!1)this.state.bomSkipped=!0;else if(Q.length<3){if(s===!1){this.state.previousBuf=Q;return}}else{for(let ne in oC)if(oC[ne].compare(Q,0,oC[ne].length)===0){let ae=oC[ne].length;this.state.bufBytesStart+=ae,Q=Q.slice(ae);let Ce=iZ({...this.original_options,encoding:ne});for(let Z in Ce)this.options[Z]=Ce[Z];({comment:C,escape:I,quote:D}=this.options);break}this.state.bomSkipped=!0}let z=Q.length,$;for($=0;$<z&&!this.__needMoreData($,z,s);$++){if(this.state.wasRowDelimiter===!0&&(this.info.lines++,this.state.wasRowDelimiter=!1),b!==-1&&this.info.lines>b){this.state.stop=!0,a();return}this.state.quoting===!1&&M.length===0&&this.__autoDiscoverRecordDelimiter(Q,$)&&(M=this.options.record_delimiter);let ne=Q[$];if(p===!0&&k.append(ne),(ne===nFt||ne===oFt)&&this.state.wasRowDelimiter===!1&&(this.state.wasRowDelimiter=!0),this.state.escaping===!0)this.state.escaping=!1;else{if(I!==null&&this.state.quoting===!0&&this.__isEscape(Q,$,ne)&&$+I.length<z)if(W){if(this.__isQuote(Q,$+I.length)){this.state.escaping=!0,$+=I.length-1;continue}}else{this.state.escaping=!0,$+=I.length-1;continue}if(this.state.commenting===!1&&this.__isQuote(Q,$))if(this.state.quoting===!0){let Z=Q[$+D.length],ue=A&&this.__isCharTrimable(Q,$+D.length),be=C!==null&&this.__compareBytes(C,Q,$+D.length,Z),Ye=this.__isDelimiter(Q,$+D.length,Z),Ke=M.length===0?this.__autoDiscoverRecordDelimiter(Q,$+D.length):this.__isRecordDelimiter(Z,Q,$+D.length);if(I!==null&&this.__isEscape(Q,$,ne)&&this.__isQuote(Q,$+I.length))$+=I.length-1;else if(!Z||Ye||Ke||be||ue){this.state.quoting=!1,this.state.wasQuoting=!0,$+=D.length-1;continue}else if(m===!1){let We=this.__error(new dr("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got"${String.fromCharCode(Z)}"`,`atline${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if(We!==void 0)return We}else this.state.quoting=!1,this.state.wasQuoting=!0,this.state.field.prepend(D),$+=D.length-1}else if(this.state.field.length!==0){if(m===!1){let Z=this.__infoField(),ue=Object.keys(oC).map(Ye=>oC[Ye].equals(this.state.field.toString())?Ye:!1).filter(Boolean)[0],be=this.__error(new dr("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`aquoteisfoundonfield${JSON.stringify(Z.column)}atline${Z.lines},valueis${JSON.stringify(this.state.field.toString(u))}`,ue?`(${ue}bom)`:void 0],this.options,Z,{field:this.state.field}));if(be!==void 0)return be}}else{this.state.quoting=!0,$+=D.length-1;continue}if(this.state.quoting===!1){let Z=this.__isRecordDelimiter(ne,Q,$);if(Z!==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)>=h){this.state.enabled=!0,this.__resetField(),this.__resetRecord(),$+=Z-1;continue}if(E===!0&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0){this.info.empty_lines++,$+=Z-1;continue}this.info.bytes=this.state.bufBytesStart+$;let Ye=this.__onField();if(Ye!==void 0)return Ye;this.info.bytes=this.state.bufBytesStart+$+Z;let Ke=this.__onRecord(n);if(Ke!==void 0)return Ke;if(y!==-1&&this.info.records>=y){this.state.stop=!0,a();return}}this.state.commenting=!1,$+=Z-1;continue}if(this.state.commenting)continue;if(C!==null&&(l===!1||this.state.record.length===0&&this.state.field.length===0)&&this.__compareBytes(C,Q,$,ne)!==0){this.state.commenting=!0;continue}let ue=this.__isDelimiter(Q,$,ne);if(u
`)}o(XFt,"_buildMessageForResponseErrors");var ZFt=class extends Error{static{o(this,"GraphqlResponseError")}constructor(t,e,r){super(XFt(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},eMt=["method","baseUrl","url","headers","request","query","mediaType","operationName"],tMt=["query","method","url"],Tke=/\/api\/v3\/?$/;function rMt(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(tMt.includes(a))return Promise.reject(new Error(`[@octokit/graphql]"${a}"cannotbeusedasvariablename`))}let i=typeof e=="string"?Object.assign({query:e},r):e,s=Object.keys(i).reduce((a,c)=>eMt.includes(c)?(a[c]=i[c],a):(a.variables||(a.variables={}),a.variables[c]=i[c],a),{}),n=i.baseUrl||t.endpoint.DEFAULTS.baseUrl;return Tke.test(n)&&(s.url=n.replace(Tke,"/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 ZFt(s,c,a.data)}return a.data.data})}o(rMt,"graphql");function AZ(t,e){let r=t.defaults(e);return Object.assign(o((s,n)=>rMt(r,s,n),"newApi"),{defaults:AZ.bind(null,r),endpoint:r.endpoint})}o(AZ,"withDefaults");var BKr=AZ(j_,{headers:{"user-agent":`octokit-graphql.js/${KFt}${Wm()}`},method:"POST",url:"/graphql"});function Nke(t){return AZ(t,{method:"POST",url:"/graphql"})}o(Nke,"withCustomRequest");var gZ="(?:[a-zA-Z0-9_-]+)",Dke="\\.",Oke=new RegExp(`^${gZ}${Dke}${gZ}${Dke}${gZ}$`),iMt=Oke.test.bind(Oke);async function sMt(t){let e=iMt(t),r=t.startsWith("v1.")||t.startsWith("ghs_"),i=t.startsWith("ghu_");return{type:"token",token:t,tokenType:e?"app":r?"installation":i?"user-to-server":"oauth"}}o(sMt,"auth");function nMt(t){return t.split(/\./).length===3?`bearer${t}`:`token${t}`}o(nMt,"withAuthorizationPrefix");async function oMt(t,e,r,i){let s=e.endpoint.merge(r,i);return s.headers.authorization=nMt(t),e(s)}o(oMt,"hook");var Pke=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(sMt.bind(null,e),{hook:oMt.bind(null,e)})},"createTokenAuth2");var yZ="7.0.6";var kke=o(()=>{},"noop"),aMt=console.warn.bind(console),cMt=console.error.bind(console);function lMt(t={}){return typeof t.debug!="function"&&(t.debug=kke),typeof t.info!="function"&&(t.info=kke),typeof t.warn!="function"&&(t.warn=aMt),typeof t.error!="function"&&(t.error=cMt),t}o(lMt,"createLogger");var Qke=`octokit-core.js/${yZ}${Wm()}`,uC=class{static{o(this,"Octokit")}static VERSION=yZ;static defaults(e){return class extends this{static{o(this,"OctokitWithDefaults")}constructor(...i){let s=i[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 lke.Collection,i={baseUrl:j_.endpoint.DEFAULTS.baseUrl,headers:{},request:Object.assign({},e.request,{hook:r.bind(null,"request")}),mediaType:{previews:[],format:""}};if(i.headers["user-agent"]=e.userAgent?`${e.userAgent}${Qke}`:Qke,e.baseUrl&&(i.baseUrl=e.baseUrl),e.previews&&(i.mediaType.previews=e.previews),e.timeZone&&(i.headers["time-zone"]=e.timeZone),this.request=j_.defaults(i),this.graphql=Nke(this.request).defaults(i),this.log=lMt(e.log),this.hook=r,e.authStrategy){let{authStrategy:n,...a}=e,c=n(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 n=Pke(e.auth);r.wrap("request",n.hook),this.auth=n}let s=this.constructor;for(let n=0;n<s.plugins.length;++n)
Moreinfo:${l.url}`);let p=l.range&&l.range.length>0?l.range[0]?.start.line:void 0,m=!1;for(let A of a)if(A.remote||A.path.endsWith(u)&&A.content===h){c.push({title:f,message:d,file:A.path,startLine:p}),m=!0;break}m||j(`Buildx.convertWarningsToGitHubAnnotations:skippingwarningwithoutmatchingDockerfile${u}:${f}`)}return c}};var _Z=q(require("fs"),1),RZ=q(require("path"),1);var BF=class t{static{o(this,"History")}buildx;constructor(e){this.buildx=e?.buildx||new Er}async getCommand(e){return await this.buildx.getCommand(["history",...e])}async getInspectCommand(e){return await this.getCommand(["inspect",...e])}async getExportCommand(e){return await this.getCommand(["export",...e])}async inspect(e){let r=["--format","json"];e.builder&&r.push("--builder",e.builder),e.ref&&r.push(e.ref);let i=await this.getInspectCommand(r);return await nt.getExecOutput(i.command,i.args,{ignoreReturnCode:!0,silent:!0}).then(s=>{if(s.stderr.length>0&&s.exitCode!=0)throw new Error(s.stderr.trim());return JSON.parse(s.stdout)})}async export(e){if(!await this.buildx.versionSatisfies(">=0.23.0"))throw new Error("Buildx >= 0.23.0 is required to export a build record");let r="",i="",s=[];for(let f of e.refs){let d=f.split("/");if(d.length!=3)throw new Error(`Invalidbuildref:${f}`);s.push(d[2]),r||(r=d[0]),i||(i=d[1])}if(s.length===0)throw new Error("No build refs provided");let n=RZ.default.join(er.tmpDir(),"export");ie(`exportingbuildrecordto${n}`),_Z.default.mkdirSync(n,{recursive:!0}),await this.buildx.versionSatisfies("<0.24.0")&&await ve.sleep(3);let a={};if(!e.noSummaries)for(let f of s)await this.inspect({ref:f,builder:r}).then(d=>{let p="";d.Error&&d.Status!=="canceled"&&(d.Error.Message?p=d.Error.Message:d.Error.Name&&d.Error.Logs&&(p=`=>${d.Error.Name}
`," Line feed \\n"]]),JQe=new Map([...ote,["\\"," Backslash \\"],["/"," Forward slash /"]]);function YQe(t){if(!t)throw new Error("Provided artifact name input during validation is empty");for(let[e,r]of JQe)if(t.includes(e))throw new Error(`Theartifactnameisnotvalid:${t}.Containsthefollowingcharacter:${r}
ThesecharactersarenotallowedintheartifactnameduetolimitationswithcertainfilesystemssuchasNTFS.Tomaintainfilesystemagnosticbehavior,thesecharactersareintentionallynotallowedtopreventpotentialproblemswithdownloadsondifferentfilesystems.`);zt("Artifact name is valid!")}o(YQe,"validateArtifactName");function ate(t){if(!t)throw new Error("Provided file path input during validation is empty");for(let[e,r]of ote)if(t.includes(e))throw new Error(`Thepathforoneofthefilesinartifactisnotvalid:${t}.Containsthefollowingcharacter:${r}
`)}o(ate,"validateFilePath");var eLe=q(ZQe(),1);function ef(){return`@actions/artifact-${eLe.version}`}o(ef,"getUserAgentString");var RC=class extends Error{static{o(this,"FilesNotFoundError")}constructor(e=[]){let r="No files were found to upload";e.length>0&&(r+=`:${e.join(", ")}`),super(r),this.files=e,this.name="FilesNotFoundError"}},vu=class extends Error{static{o(this,"InvalidResponseError")}constructor(e){super(e),this.name="InvalidResponseError"}},jd=class extends Error{static{o(this,"ArtifactNotFoundError")}constructor(e="Artifact not found"){super(e),this.name="ArtifactNotFoundError"}},Zm=class extends Error{static{o(this,"GHESNotSupportedError")}constructor(e="@actions/artifact v2.0.0+, upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES."){super(e),this.name="GHESNotSupportedError"}},$d=class extends Error{static{o(this,"NetworkError")}constructor(e){let r=`Unabletomakerequest:${e}
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"}};$d.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var jy=class extends Error{static{o(this,"UsageError")}constructor(){super(`Artifact storage quota has been hit. Unable to upload any new artifacts.
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"}};jy.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1;var dM=new Error("Failed to get backend IDs: The provided JWT token is invalid and/or missing claims");function tf(){let t=xF(),e=SF(t);if(!e.scp)throw dM;let r=e.scp.split(" ");if(r.length===0)throw dM;for(let i of r){let s=i.split(":");if(s?.[0]!=="Actions.Results")continue;if(s.length!==3)throw dM;let n={workflowRunBackendId:s[1],workflowJobRunBackendId:s[2]};return Nt(`Workflow Run Backend ID: ${n.workflowRunBackendId}`),Nt(`Workflow Job Run Backend ID: ${n.workflowJobRunBackendId}`),n}throw dM}o(tf,"getBackendIdsFromToken");function tLe(t){if(t)try{let r=new URL(t).searchParams.get("sig");r&&(vF(r),vF(encodeURIComponent(r)))}catch(e){Nt(`Failed to parse URL: ${t} ${e instanceof Error?e.message:String(e)}`)}}o(tLe,"maskSigUrl");function rLe(t){if(typeof t!="object"||t===null){Nt("body is not an object or is null");return}"signed_upload_url"in t&&typeof t.signed_upload_url=="string"&&tLe(t.signed_upload_url),"signed_url"in t&&typeof t.signed_url=="string"&&tLe(t.signed_url)}o(rLe,"maskSecretUrls");var pM=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(a){a(n)})}return o(s,"adopt"),new(r||(r=Promise))(function(n,a){function c(h){try{u(i.next(h))}catch(f){a(f)}}o(c,"fulfilled");function l(h){try{u(i.throw(h))}catch(f){a(f)}}o(l,"rejected");function u(h){h.done?n(h.value):s(h.value).then(c,l)}o(u,"step"),u((i=i.apply(t,e||[])).next())})},cte=class{static{o(this,"ArtifactHttpClient")}constructor(e,r,i,s){this.maxAttempts=5,this.baseRetryIntervalMilliseconds=3e3,this.retryMultiplier=1.5;let n=xF();this.baseUrl=Xke(),r&&(this.maxAttempts=r),i&&(this.baseRetryIntervalMilliseconds=i),s&&(this.retryMultiplier=s),this.httpClient=new $c(e,[new Em(n)])}request(e,r,i,s){return pM(this,void 0,void 0,function*(){let n=new URL(`/twirp/${e}/${r}`,this.baseUrl).href;Nt(`[Request] ${r} ${n}`);let a={"Content-Type":i};try{let{body:c}=yield this.retryableRequest(()=>pM(this,void 0,void 0,function*(){return this.httpClient.post(n,JSON.stringify(s),a)}));return c}catch(c){throw new Error(`Failed to ${r}: ${c.message}`)}})}retryableRequest(e){return pM(this,void 0,void 0,function*(){let r=0,i="",s="";for(;r<this.maxAttempts;){let n=!1;try{let c=yield e(),l=c.message.statusCode;s=yield c.readBody(),Nt(`[Response] - ${c.message.statusCode}`),Nt(`Headers: ${JSON.stringify(c.message.headers,null,2)}`);let u=JSON.parse(s);if(rLe(u),Nt(`Body: ${JSON.stringify(u,null,2)}`),this.isSuccessStatusCode(l))return{response:c,body:u};if(n=this.isRetryableHttpStatusCode(l),i=`Failed request: (${l}) ${c.message.statusMessage}`,u.msg){if(jy.isUsageErrorMessage(u.msg))throw new jy;i=`${i}: ${u.msg}`}}catch(c){if(c instanceof SyntaxError&&Nt(`Raw Body: ${s}`),c instanceof jy)throw c;if($d.isNetworkErrorCode(c?.code))throw new $d(c?.code);n=!0,i=c.message}if(!n)throw new Error(`Received non-retryable error: ${i}`);if(r+1===this.maxAttempts)throw new Error(`Failed to make request after ${this.maxAttempts} attempts: ${i}`);let a=this.getExponentialRetryTimeMilliseconds(r);zt(`Attempt ${r+1} of ${this.maxAttempts} failed with error: ${i}. Retrying request in ${a} ms...`),yield this.sleep(a),r++}throw new Error("Request failed")})}isSuccessStatusCode(e){return e?e>=200&&e<300:!1}isRetryableHttpStatusCode(e){return e?[zs.BadGateway,zs.GatewayTimeout,zs.InternalServerError,zs.ServiceUnavailable,zs.TooManyRequests].includes(e):!1}sleep(e){return pM(this,void 0,void 0,function*(){return new Promise(r=>setTimeout(r,e))})}getExponentialRetryTimeMilliseconds(e){if(e<0)throw new Error("attempt should be a positive integer");if(e===0)return this.baseRetryIntervalMilliseconds;let r=this.baseRetryIntervalMilliseconds*Math.pow(this.retryMultiplier,e),i=r*this.retryMultiplier;return Math.trunc(Math.random()*(i-r)+r)}};function rf(t){let e=new cte(ef(),t?.maxAttempts,t?.retryIntervalMs,t?.retryMul
Areyoutryingtodownloadfromadifferentrun?Tryspecifyingagithub-tokenwith\`actions:read\` scope.`);l.length>1&&Nn("Multiple artifacts found, defaulting to first.");letu={workflowRunBackendId:l[0].workflowRunBackendId,workflowJobRunBackendId:l[0].workflowJobRunBackendId,name:l[0].name},{signedUrl:h}=yieldi.GetSignedArtifactURL(u);zt(`Redirecting to blob download url: ${gze(h)}`);try{zt(`Starting download of artifact to: ${r}`);letf=yieldyze(h,r,e?.skipDecompress);zt("Artifact download completed successfully."),e?.expectedHash&&e?.expectedHash!==f.sha256Digest&&(s=!0,Nt(`Computed digest: ${f.sha256Digest}`),Nt(`Expected digest: ${e.expectedHash}`))}catch(f){thrownewError(`Unable to download and extract artifact: ${f.message}`)}return{downloadPath:r,digestMismatch:s}})}o(bze,"downloadArtifactInternal");functionwze(){return_I(this,arguments,void0,function*(t=Zke()){return(yieldtZt(t))?Nt(`Artifact destination folder already exists: ${t}`):(Nt(`Artifact destination folder does not exist, creating: ${t}`),yieldcne.default.mkdir(t,{recursive:!0})),t})}o(wze,"resolveOrCreateDirectory");variZt=5,sZt=[400,401,403,404,422];functionRI(t,e=iZt,r=sZt){vari;if(e<=0)return[{enabled:!1},t.request];lets={enabled:!0};r.length>0&&(s.doNotRetry=r);letn=Object.assign(Object.assign({},t.request),{retries:e});returnNt(`GitHub client configured with: (retries: ${n.retries}, retry-exempt-status-code: ${(i=s.doNotRetry)!==null&&i!==void0?i:"octokit default: [400, 401, 403, 404, 422]"})`),[s,n]}o(RI,"getRetryOptions");varCze="6.0.0";functionIE(t){t.hook.wrap("request",(e,r)=>{t.log.debug("request",r);leti=Date.now(),s=t.request.endpoint.parse(r),n=s.url.replace(r.baseUrl,"");returne(r).then(a=>{letc=a.headers["x-github-request-id"];returnt.log.info(`${s.method}${n} - ${a.status} with id ${c} in ${Date.now()-i}ms`),a}).catch(a=>{letc=a.response?.headers["x-github-request-id"]||"UNKNOWN";throwt.log.error(`${s.method}${n} - ${a.status} with id ${c} in ${Date.now()-i}ms`),a})})}o(IE,"requestLog");IE.VERSION=Cze;varBze=q(Ize(),1);varnZt="0.0.0-development";functionoZt(t){returnt.request!==void0}o(oZt,"isRequestError");asyncfunctionSze(t,e,r,i){if(!oZt(r)||!r?.request.request)throwr;if(r.status>=400&&!t.doNotRetry.includes(r.status)){lets=i.request.retries!=null?i.request.retries:t.retries,n=Math.pow((i.request.retryCount||0)+1,2);throwe.retry.retryRequest(r,s,n)}throwr}o(Sze,"errorRequest");asyncfunctionaZt(t,e,r,i){lets=newBze.default;returns.on("failed",function(n,a){letc=~~n.request.request?.retries,l=~~n.request.request?.retryAfter;if(i.request.retryCount=a.retryCount+1,c>a.retryCount)returnl*t.retryAfterBaseValue}),s.schedule(cZt.bind(null,t,e,r),i)}o(aZt,"wrapRequest");asyncfunctioncZt(t,e,r,i){lets=awaitr(i);if(s.data&&s.data.errors&&s.data.errors.length>0&&/Something went wrong while executing your query/.test(s.data.errors[0].message)){letn=newGd(s.data.errors[0].message,500,{request:i,response:s});returnSze(t,e,n,i)}returns}o(cZt,"requestWithGraphqlErrorHandling");functionSE(t,e){letr=Object.assign({enabled:!0,retryAfterBaseValue:1e3,doNotRetry:[400,401,403,404,410,422,451],retries:3},e.retry),i={retry:{retryRequest:o((s,n,a)=>(s.request.request=Object.assign({},s.request.request,{retries:n,retryAfter:a}),s),"retryRequest")}};returnr.enabled&&(t.hook.error("request",Sze.bind(null,r,i)),t.hook.wrap("request",aZt.bind(null,r,i))),i}o(SE,"retry");SE.VERSION=nZt;varvze=function(t,e,r,i){functions(n){returnninstanceofr?n:newr(function(a){a(n)})}returno(s,"adopt"),new(r||(r=Promise))(function(n,a){functionc(h){try{u(i.next(h))}catch(f){a(f)}}o(c,"fulfilled");functionl(h){try{u(i.throw(h))}catch(f){a(f)}}o(l,"rejected");functionu(h){h.done?n(h.value):s(h.value).then(c,l)}o(u,"step"),u((i=i.apply(t,e||[])).next())})};functionOq(t,e,r,i,s){returnvze(this,void0,void0,function*(){varn;let[a,c]=RI(bE),l={log:void0,userAgent:ef(),previews:void0,retry:a,request:c},h=yieldbA(s,l,SE,IE).request("GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts{?name}",{owner:r,repo
Formoreinformation,visittheGitHubArtifactsFAQ:https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md`);let f=h.data.artifacts[0];return h.data.artifacts.length>1&&(f=h.data.artifacts.sort((d,p)=>p.id-d.id)[0],Nt(`More than one artifact found for a single name, returning newest (id: ${f.id})`)),{artifact:{name:f.name,id:f.id,size:f.size_in_bytes,createdAt:f.created_at?new Date(f.created_at):void 0,digest:f.digest}}})}o(Oq,"getArtifactPublic");function xze(t){return vze(this,void 0,void 0,function*(){var e;let r=rf(),{workflowRunBackendId:i,workflowJobRunBackendId:s}=tf(),n={workflowRunBackendId:i,workflowJobRunBackendId:s,nameFilter:bs.create({value:t})},a=yield r.ListArtifacts(n);if(a.artifacts.length===0)throw new jd(`Artifact not found for name: ${t}
Formoreinformation,visittheGitHubArtifactsFAQ:https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md`);let c=a.artifacts[0];return a.artifacts.length>1&&(c=a.artifacts.sort((l,u)=>Number(u.databaseId)-Number(l.databaseId))[0],Nt(`More than one artifact found for a single name, returning newest (id: ${c.databaseId})`)),{artifact:{name:c.name,id:Number(c.databaseId),size:Number(c.size),createdAt:c.createdAt?Cc.toDate(c.createdAt):void 0,digest:(e=c.digest)===null||e===void 0?void 0:e.value}}})}o(xze,"getArtifactInternal");var _ze=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(a){a(n)})}return o(s,"adopt"),new(r||(r=Promise))(function(n,a){function c(h){try{u(i.next(h))}catch(f){a(f)}}o(c,"fulfilled");function l(h){try{u(i.throw(h))}catch(f){a(f)}}o(l,"rejected");function u(h){h.done?n(h.value):s(h.value).then(c,l)}o(u,"step"),u((i=i.apply(t,e||[])).next())})};function Rze(t,e,r,i,s){return _ze(this,void 0,void 0,function*(){var n;let[a,c]=RI(bE),l={log:void 0,userAgent:ef(),previews:void 0,retry:a,request:c},u=bA(s,l,SE,IE),h=yield Oq(t,e,r,i,s),f=yield u.rest.actions.deleteArtifact({owner:r,repo:i,artifact_id:h.artifact.id});if(f.status!==204)throw new vu(`Invalid response from GitHub API: ${f.status} (${(n=f?.headers)===null||n===void 0?void 0:n["x-github-request-id"]})`);return{id:h.artifact.id}})}o(Rze,"deleteArtifactPublic");function Tze(t){return _ze(this,void 0,void 0,function*(){let e=rf(),{workflowRunBackendId:r,workflowJobRunBackendId:i}=tf(),s={workflowRunBackendId:r,workflowJobRunBackendId:i,nameFilter:bs.create({value:t})},n=yield e.ListArtifacts(s);if(n.artifacts.length===0)throw new jd(`Artifact not found for name: ${t}`);let a=n.artifacts[0];n.artifacts.length>1&&(a=n.artifacts.sort((u,h)=>Number(h.databaseId)-Number(u.databaseId))[0],Nt(`More than one artifact found for a single name, returning newest (id: ${a.databaseId})`));let c={workflowRunBackendId:a.workflowRunBackendId,workflowJobRunBackendId:a.workflowJobRunBackendId,name:a.name},l=yield e.DeleteArtifact(c);return zt(`Artifact '${t}' (ID: ${l.artifactId}) deleted`),{id:Number(l.artifactId)}})}o(Tze,"deleteArtifactInternal");var Nze=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(a){a(n)})}return o(s,"adopt"),new(r||(r=Promise))(function(n,a){function c(h){try{u(i.next(h))}catch(f){a(f)}}o(c,"fulfilled");function l(h){try{u(i.throw(h))}catch(f){a(f)}}o(l,"rejected");function u(h){h.done?n(h.value):s(h.value).then(c,l)}o(u,"step"),u((i=i.apply(t,e||[])).next())})},Pq=rQe(),kq=100,lZt=Math.ceil(Pq/kq);function Dze(t,e,r,i){return Nze(this,arguments,void 0,function*(s,n,a,c,l=!1){zt(`Fetching artifact list for workflow run ${s} in repository ${n}/${a}`);let u=[],[h,f]=RI(bE),d={log:void 0,userAgent:ef(),previews:void 0,retry:h,request:f},p=bA(c,d,SE,IE),m=1,{data:A}=yield p.request("GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts",{owner:n,repo:a,run_id:s,per_page:kq,page:m}),E=Math.ceil(A.total_count/kq),y=A.total_count;y>Pq&&(Nn(`Workflow run ${s} has ${y} artifacts, exceeding the limit of ${Pq}. Results will be incomplete as only the first ${Pq} artifacts will be returned`),E=lZt);for(let b of A.artifacts)u.push({name:b.name,id:b.id,size:b.size_in_bytes,createdAt:b.created_at?new Date(b.created_at):void 0,digest:b.digest});for(m++,m;m<=E;m++){Nt(`Fetching page ${m} of artifact list`);let{data:b}=yield p.request("GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts",{owner:n,repo:a,run_id:s,per_page:kq,page:m});for(let C of b.artifacts)u.push({name:C.name,id:C.id,size:C.size_in_bytes,createdAt:C.created_at?new Date(C.created_at):void 0,digest:C.digest})}return l&&(u=Pze(u)),zt(`Found ${u.length} artifact(s)`),{artifacts:u}})}o(Dze,"listArtifactsPublic");function Oze(){return Nze(this,arguments,void 0,function*(t=!1){let e=rf(),{workflowRunBackendId:r,workflowJobRunBackendId:i}=tf(),s={workflowRunBackendId:r,workflowJobRunBackendId:i},a=(yield e.ListArtifacts(s)).artifacts.map(c=>{var l;return{name:c.name,id:Number(c.databaseId),size:Number(c.size),creat
`;return c.replace(/\n$/,"")}o(CZt,"makeSnippet");var IZt=CZt,SZt=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],BZt=["scalar","sequence","mapping"];function vZt(t){var e={};return t!==null&&Object.keys(t).forEach(function(r){t[r].forEach(function(i){e[String(i)]=r})}),e}o(vZt,"compileStyleAliases");function xZt(t,e){if(e=e||{},Object.keys(e).forEach(function(r){if(SZt.indexOf(r)===-1)throw new Na('Unknown option "'+r+'" is met in definition of "'+t+'" YAML type.')}),this.options=e,this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(r){return r},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.representName=e.representName||null,this.defaultStyle=e.defaultStyle||null,this.multi=e.multi||!1,this.styleAliases=vZt(e.styleAliases||null),BZt.indexOf(this.kind)===-1)throw new Na('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}o(xZt,"Type$1");var ro=xZt;function Lze(t,e){var r=[];return t[e].forEach(function(i){var s=r.length;r.forEach(function(n,a){n.tag===i.tag&&n.kind===i.kind&&n.multi===i.multi&&(s=a)}),r[s]=i}),r}o(Lze,"compileList");function _Zt(){var t={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},e,r;function i(s){s.multi?(t.multi[s.kind].push(s),t.multi.fallback.push(s)):t[s.kind][s.tag]=t.fallback[s.tag]=s}for(o(i,"collectType"),e=0,r=arguments.length;e<r;e+=1)arguments[e].forEach(i);return t}o(_Zt,"compileMap");function mne(t){return this.extend(t)}o(mne,"Schema$1");mne.prototype.extend=o(function(e){var r=[],i=[];if(e instanceof ro)i.push(e);else if(Array.isArray(e))i=i.concat(e);else if(e&&(Array.isArray(e.implicit)||Array.isArray(e.explicit)))e.implicit&&(r=r.concat(e.implicit)),e.explicit&&(i=i.concat(e.explicit));else throw new Na("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");r.forEach(function(n){if(!(n instanceof ro))throw new Na("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(n.loadKind&&n.loadKind!=="scalar")throw new Na("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(n.multi)throw new Na("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),i.forEach(function(n){if(!(n instanceof ro))throw new Na("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var s=Object.create(mne.prototype);return s.implicit=(this.implicit||[]).concat(r),s.explicit=(this.explicit||[]).concat(i),s.compiledImplicit=Lze(s,"implicit"),s.compiledExplicit=Lze(s,"explicit"),s.compiledTypeMap=_Zt(s.compiledImplicit,s.compiledExplicit),s},"extend");var RZt=mne,TZt=new ro("tag:yaml.org,2002:str",{kind:"scalar",construct:o(function(t){return t!==null?t:""},"construct")}),NZt=new ro("tag:yaml.org,2002:seq",{kind:"sequence",construct:o(function(t){return t!==null?t:[]},"construct")}),DZt=new ro("tag:yaml.org,2002:map",{kind:"mapping",construct:o(function(t){return t!==null?t:{}},"construct")}),OZt=new RZt({explicit:[TZt,NZt,DZt]});function PZt(t){if(t===null)return!0;var e=t.length;return e===1&&t==="~"||e===4&&(t==="null"||t==="Null"||t==="NULL")}o(PZt,"resolveYamlNull");function kZt(){return null}o(kZt,"constructYamlNull");function QZt(t){return t===null}o(QZt,"isNull");var LZt=new ro("tag:yaml.org,2002:null",{kind:"scalar",resolve:PZt,construct:kZt,predicate:QZt,represent:{canonical:o(function(){return"~"},"canonical"),lowercase:o(function(){return"null"},"lowercase"),uppercase:o(function(){return"NULL"},"uppercase"),camelcase:o(function(){return"Null"},"camelcase"),empty:o(function(){return""},"empty")},defaultStyle:"lowercase"});function FZt(t){if(t===null)return!1;var e=t.length;return e===4&&(t==="true"||t==="True"||t==="TRUE")||e===5&&(t==="false"||t==="False"||t==="FALSE")}o(FZt,"resolveYamlBoolean");function
`:t===118?"\v":t===102?"\f":t===114?"\r":t===101?"\x1B":t===32?" ":t===34?'"':t===47?"/":t===92?"\\":t===78?"\x85":t===95?"\xA0":t===76?"\u2028":t===80?"\u2029":""}o(Uze,"simpleEscapeSequence");function ker(t){return t<=65535?String.fromCharCode(t):String.fromCharCode((t-65536>>10)+55296,(t-65536&1023)+56320)}o(ker,"charFromCodepoint");function aVe(t,e,r){e==="__proto__"?Object.defineProperty(t,e,{configurable:!0,enumerable:!0,writable:!0,value:r}):t[e]=r}o(aVe,"setProperty");var cVe=new Array(256),lVe=new Array(256);for(BE=0;BE<256;BE++)cVe[BE]=Uze(BE)?1:0,lVe[BE]=Uze(BE);var BE;function Qer(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||rVe,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}o(Qer,"State$1");function uVe(t,e){var r={name:t.filename,buffer:t.input.slice(0,-1),position:t.position,line:t.line,column:t.position-t.lineStart};return r.snippet=IZt(r),new Na(e,r)}o(uVe,"generateError");function Ze(t,e){throw uVe(t,e)}o(Ze,"throwError");function Uq(t,e){t.onWarning&&t.onWarning.call(null,uVe(t,e))}o(Uq,"throwWarning");var qze={YAML:o(function(e,r,i){var s,n,a;e.version!==null&&Ze(e,"duplication of %YAML directive"),i.length!==1&&Ze(e,"YAML directive accepts exactly one argument"),s=/^([0-9]+)\.([0-9]+)$/.exec(i[0]),s===null&&Ze(e,"ill-formed argument of the YAML directive"),n=parseInt(s[1],10),a=parseInt(s[2],10),n!==1&&Ze(e,"unacceptable YAML version of the document"),e.version=i[0],e.checkLineBreaks=a<2,a!==1&&a!==2&&Uq(e,"unsupported YAML version of the document")},"handleYamlDirective"),TAG:o(function(e,r,i){var s,n;i.length!==2&&Ze(e,"TAG directive accepts exactly two arguments"),s=i[0],n=i[1],nVe.test(s)||Ze(e,"ill-formed tag handle (first argument) of the TAG directive"),BA.call(e.tagMap,s)&&Ze(e,'there is a previously declared suffix for "'+s+'" tag handle'),oVe.test(n)||Ze(e,"ill-formed tag prefix (second argument) of the TAG directive");try{n=decodeURIComponent(n)}catch{Ze(e,"tag prefix is malformed: "+n)}e.tagMap[s]=n},"handleTagDirective")};function SA(t,e,r,i){var s,n,a,c;if(e<r){if(c=t.input.slice(e,r),i)for(s=0,n=c.length;s<n;s+=1)a=c.charCodeAt(s),a===9||32<=a&&a<=1114111||Ze(t,"expected valid JSON character");else Rer.test(c)&&Ze(t,"the stream contains non-printable characters");t.result+=c}}o(SA,"captureSegment");function Gze(t,e,r,i){var s,n,a,c;for(Ms.isObject(r)||Ze(t,"cannot merge mappings; the provided source object is unacceptable"),s=Object.keys(r),a=0,c=s.length;a<c;a+=1)n=s[a],BA.call(e,n)||(aVe(e,n,r[n]),i[n]=!0)}o(Gze,"mergeMappings");function OI(t,e,r,i,s,n,a,c,l){var u,h;if(Array.isArray(s))for(s=Array.prototype.slice.call(s),u=0,h=s.length;u<h;u+=1)Array.isArray(s[u])&&Ze(t,"nested arrays are not supported inside keys"),typeof s=="object"&&Mze(s[u])==="[object Object]"&&(s[u]="[object Object]");if(typeof s=="object"&&Mze(s)==="[object Object]"&&(s="[object Object]"),s=String(s),e===null&&(e={}),i==="tag:yaml.org,2002:merge")if(Array.isArray(n))for(u=0,h=n.length;u<h;u+=1)Gze(t,e,n[u],r);else Gze(t,e,n,r);else!t.json&&!BA.call(r,s)&&BA.call(e,s)&&(t.line=a||t.line,t.lineStart=c||t.lineStart,t.position=l||t.position,Ze(t,"duplicated mapping key")),aVe(e,s,n),delete r[s];return e}o(OI,"storeMappingPair");function wne(t){var e;e=t.input.charCodeAt(t.position),e===10?t.position++:e===13?(t.position++,t.input.charCodeAt(t.position)===10&&t.position++):Ze(t,"a line break is expected"),t.line+=1,t.lineStart=t.position,t.firstTabInLine=-1}o(wne,"readLineBreak");function Is(t,e,r){for(var i=0,s=t.input.charCodeAt(t.position);s!==0;){for(;vE(s);)s===9&&t.firstTabInLine===-1&&(t.firstTabInLine=t.position),s=t.input.charCodeAt(++t.position);if(e&&s===35)do s=t.input.charCodeAt(++t.position);while(s!==10&&s!==13&&s!==0);if(Af(s))for(wne(t),s=t.input.charCodeAt(t.position),i++,t.lineIndent=0;s===32;)t.l
`,e-1))}o(Cne,"writeFoldedLines");function Ler(t,e,r){var i,s,n,a,c,l,u,h,f=t.kind,d=t.result,p;if(p=t.input.charCodeAt(t.position),Da(p)||DI(p)||p===35||p===38||p===42||p===33||p===124||p===62||p===39||p===34||p===37||p===64||p===96||(p===63||p===45)&&(s=t.input.charCodeAt(t.position+1),Da(s)||r&&DI(s)))return!1;for(t.kind="scalar",t.result="",n=a=t.position,c=!1;p!==0;){if(p===58){if(s=t.input.charCodeAt(t.position+1),Da(s)||r&&DI(s))break}else if(p===35){if(i=t.input.charCodeAt(t.position-1),Da(i))break}else{if(t.position===t.lineStart&&Hq(t)||r&&DI(p))break;if(Af(p))if(l=t.line,u=t.lineStart,h=t.lineIndent,Is(t,!1,-1),t.lineIndent>=e){c=!0,p=t.input.charCodeAt(t.position);continue}else{t.position=a,t.line=l,t.lineStart=u,t.lineIndent=h;break}}c&&(SA(t,n,a,!1),Cne(t,t.line-l),n=a=t.position,c=!1),vE(p)||(a=t.position+1),p=t.input.charCodeAt(++t.position)}return SA(t,n,a,!1),t.result?!0:(t.kind=f,t.result=d,!1)}o(Ler,"readPlainScalar");function Fer(t,e){var r,i,s;if(r=t.input.charCodeAt(t.position),r!==39)return!1;for(t.kind="scalar",t.result="",t.position++,i=s=t.position;(r=t.input.charCodeAt(t.position))!==0;)if(r===39)if(SA(t,i,t.position,!0),r=t.input.charCodeAt(++t.position),r===39)i=t.position,t.position++,s=t.position;else return!0;else Af(r)?(SA(t,i,s,!0),Cne(t,Is(t,!1,e)),i=s=t.position):t.position===t.lineStart&&Hq(t)?Ze(t,"unexpected end of the document within a single quoted scalar"):(t.position++,s=t.position);Ze(t,"unexpected end of the stream within a single quoted scalar")}o(Fer,"readSingleQuotedScalar");function Mer(t,e){var r,i,s,n,a,c;if(c=t.input.charCodeAt(t.position),c!==34)return!1;for(t.kind="scalar",t.result="",t.position++,r=i=t.position;(c=t.input.charCodeAt(t.position))!==0;){if(c===34)return SA(t,r,t.position,!0),t.position++,!0;if(c===92){if(SA(t,r,t.position,!0),c=t.input.charCodeAt(++t.position),Af(c))Is(t,!1,e);else if(c<256&&cVe[c])t.result+=lVe[c],t.position++;else if((a=Oer(c))>0){for(s=a,n=0;s>0;s--)c=t.input.charCodeAt(++t.position),(a=Der(c))>=0?n=(n<<4)+a:Ze(t,"expected hexadecimal character");t.result+=ker(n),t.position++}else Ze(t,"unknown escape sequence");r=i=t.position}else Af(c)?(SA(t,r,i,!0),Cne(t,Is(t,!1,e)),r=i=t.position):t.position===t.lineStart&&Hq(t)?Ze(t,"unexpected end of the document within a double quoted scalar"):(t.position++,i=t.position)}Ze(t,"unexpected end of the stream within a double quoted scalar")}o(Mer,"readDoubleQuotedScalar");function Uer(t,e){var r=!0,i,s,n,a=t.tag,c,l=t.anchor,u,h,f,d,p,m=Object.create(null),A,E,y,b;if(b=t.input.charCodeAt(t.position),b===91)h=93,p=!1,c=[];else if(b===123)h=125,p=!0,c={};else return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=c),b=t.input.charCodeAt(++t.position);b!==0;){if(Is(t,!0,e),b=t.input.charCodeAt(t.position),b===h)return t.position++,t.tag=a,t.anchor=l,t.kind=p?"mapping":"sequence",t.result=c,!0;r?b===44&&Ze(t,"expected the node content, but found ','"):Ze(t,"missed comma between flow collection entries"),E=A=y=null,f=d=!1,b===63&&(u=t.input.charCodeAt(t.position+1),Da(u)&&(f=d=!0,t.position++,Is(t,!0,e))),i=t.line,s=t.lineStart,n=t.position,PI(t,e,Fq,!1,!0),E=t.tag,A=t.result,Is(t,!0,e),b=t.input.charCodeAt(t.position),(d||t.line===i)&&b===58&&(f=!0,b=t.input.charCodeAt(++t.position),Is(t,!0,e),PI(t,e,Fq,!1,!0),y=t.result),p?OI(t,c,m,E,A,y,i,s,n):f?c.push(OI(t,null,m,E,A,y,i,s,n)):c.push(A),Is(t,!0,e),b=t.input.charCodeAt(t.position),b===44?(r=!0,b=t.input.charCodeAt(++t.position)):r=!1}Ze(t,"unexpected end of the stream within a flow collection")}o(Uer,"readFlowCollection");function qer(t,e){var r,i,s=pne,n=!1,a=!1,c=e,l=0,u=!1,h,f;if(f=t.input.charCodeAt(t.position),f===124)i=!1;else if(f===62)i=!0;else return!1;for(t.kind="scalar",t.result="";f!==0;)if(f=t.input.charCodeAt(++t.position),f===43||f===45)pne===s?s=f===43?Fze:_er:Ze(t,"repeat of a chomping mode identifier");else if((h=Per(f))>=0)h===0?Ze(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):a?Ze(t,"repeat of an indentation width identifier"):(c=e+h-1,a=!0);else break;if(vE(f)){do f=t.input.charCodeAt(++t.pos
`,n?1+l:l),n=!0,a=!0,l=0,r=t.position;!Af(f)&&f!==0;)f=t.input.charCodeAt(++t.position);SA(t,r,t.position,!1)}return!0}o(qer,"readBlockScalar");function Hze(t,e){var r,i=t.tag,s=t.anchor,n=[],a,c=!1,l;if(t.firstTabInLine!==-1)return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=n),l=t.input.charCodeAt(t.position);l!==0&&(t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,Ze(t,"tab characters must not be used in indentation")),!(l!==45||(a=t.input.charCodeAt(t.position+1),!Da(a))));){if(c=!0,t.position++,Is(t,!0,-1)&&t.lineIndent<=e){n.push(null),l=t.input.charCodeAt(t.position);continue}if(r=t.line,PI(t,e,sVe,!1,!0),n.push(t.result),Is(t,!0,-1),l=t.input.charCodeAt(t.position),(t.line===r||t.lineIndent>e)&&l!==0)Ze(t,"bad indentation of a sequence entry");else if(t.lineIndent<e)break}return c?(t.tag=i,t.anchor=s,t.kind="sequence",t.result=n,!0):!1}o(Hze,"readBlockSequence");function Ger(t,e,r){var i,s,n,a,c,l,u=t.tag,h=t.anchor,f={},d=Object.create(null),p=null,m=null,A=null,E=!1,y=!1,b;if(t.firstTabInLine!==-1)return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=f),b=t.input.charCodeAt(t.position);b!==0;){if(!E&&t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,Ze(t,"tab characters must not be used in indentation")),i=t.input.charCodeAt(t.position+1),n=t.line,(b===63||b===58)&&Da(i))b===63?(E&&(OI(t,f,d,p,m,null,a,c,l),p=m=A=null),y=!0,E=!0,s=!0):E?(E=!1,s=!0):Ze(t,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),t.position+=1,b=i;else{if(a=t.line,c=t.lineStart,l=t.position,!PI(t,r,iVe,!1,!0))break;if(t.line===n){for(b=t.input.charCodeAt(t.position);vE(b);)b=t.input.charCodeAt(++t.position);if(b===58)b=t.input.charCodeAt(++t.position),Da(b)||Ze(t,"a whitespace character is expected after the key-value separator within a block mapping"),E&&(OI(t,f,d,p,m,null,a,c,l),p=m=A=null),y=!0,E=!1,s=!1,p=t.tag,m=t.result;else if(y)Ze(t,"can not read an implicit mapping pair; a colon is missed");else return t.tag=u,t.anchor=h,!0}else if(y)Ze(t,"can not read a block mapping entry; a multiline key may not be an implicit key");else return t.tag=u,t.anchor=h,!0}if((t.line===n||t.lineIndent>e)&&(E&&(a=t.line,c=t.lineStart,l=t.position),PI(t,e,Mq,!0,s)&&(E?m=t.result:A=t.result),E||(OI(t,f,d,p,m,A,a,c,l),p=m=A=null),Is(t,!0,-1),b=t.input.charCodeAt(t.position)),(t.line===n||t.lineIndent>e)&&b!==0)Ze(t,"bad indentation of a mapping entry");else if(t.lineIndent<e)break}return E&&OI(t,f,d,p,m,null,a,c,l),y&&(t.tag=u,t.anchor=h,t.kind="mapping",t.result=f),y}o(Ger,"readBlockMapping");function Her(t){var e,r=!1,i=!1,s,n,a;if(a=t.input.charCodeAt(t.position),a!==33)return!1;if(t.tag!==null&&Ze(t,"duplication of a tag property"),a=t.input.charCodeAt(++t.position),a===60?(r=!0,a=t.input.charCodeAt(++t.position)):a===33?(i=!0,s="!!",a=t.input.charCodeAt(++t.position)):s="!",e=t.position,r){do a=t.input.charCodeAt(++t.position);while(a!==0&&a!==62);t.position<t.length?(n=t.input.slice(e,t.position),a=t.input.charCodeAt(++t.position)):Ze(t,"unexpected end of the stream within a verbatim tag")}else{for(;a!==0&&!Da(a);)a===33&&(i?Ze(t,"tag suffix cannot contain exclamation marks"):(s=t.input.slice(e-1,t.position+1),nVe.test(s)||Ze(t,"named tag handle cannot contain such characters"),i=!0,e=t.position+1)),a=t.input.charCodeAt(++t.position);n=t.input.slice(e,t.position),Ner.test(n)&&Ze(t,"tag suffix cannot contain flow indicator characters")}n&&!oVe.test(n)&&Ze(t,"tag name cannot contain such characters: "+n);try{n=decodeURIComponent(n)}catch{Ze(t,"tag name is malformed: "+n)}return r?t.tag=n:BA.call(t.tagMap,s)?t.tag=t.tagMap[s]+n:s==="!"?t.tag="!"+n:s==="!!"?t.tag="tag:yaml.org,2002:"+n:Ze(t,'undeclared tag handle "'+s+'"'),!0}o(Her,"readTagProperty");function zer(t){var e,r;if(r=t.input.charCodeAt(t.position),r!==38)return!1;for(t.anchor!==null&&Ze(t,"duplication of an anchor property"),r=t.input.charCodeAt(++t.position),e=t.position;r!==0&&!Da(r)&&!DI(r);)r=t.input.charCodeAt(++t.position);return t.position===e&&Ze(t,"name of an anchor node must contain at least one character"),t.anchor=t.input
`),t.charCodeAt(0)===65279&&(t=t.slice(1)));var r=new Qer(t,e),i=t.indexOf("\0");for(i!==-1&&(r.position=i,Ze(r,"null byte is not allowed in input")),r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)jer(r);return r.documents}o(hVe,"loadDocuments");function $er(t,e,r){e!==null&&typeof e=="object"&&typeof r>"u"&&(r=e,e=null);var i=hVe(t,r);if(typeof e!="function")return i;for(var s=0,n=i.length;s<n;s+=1)e(i[s])}o($er,"loadAll$1");function Wer(t,e){var r=hVe(t,e);if(r.length!==0){if(r.length===1)return r[0];throw new Na("expected a single document in the stream, but found more")}}o(Wer,"load$1");var Jer=$er,Yer=Wer,fVe={loadAll:Jer,load:Yer},dVe=Object.prototype.toString,pVe=Object.prototype.hasOwnProperty,Ine=65279,Ker=9,HT=10,Xer=13,Zer=32,etr=33,ttr=34,Ane=35,rtr=37,itr=38,str=39,ntr=42,mVe=44,otr=45,qq=58,atr=61,ctr=62,ltr=63,utr=64,AVe=91,gVe=93,htr=96,yVe=123,ftr=124,EVe=125,io={};io[0]="\\0";io[7]="\\a";io[8]="\\b";io[9]="\\t";io[10]="\\n";io[11]="\\v";io[12]="\\f";io[13]="\\r";io[27]="\\e";io[34]='\\"';io[92]="\\\\";io[133]="\\N";io[160]="\\_";io[8232]="\\L";io[8233]="\\P";var dtr=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],ptr=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function mtr(t,e){var r,i,s,n,a,c,l;if(e===null)return{};for(r={},i=Object.keys(e),s=0,n=i.length;s<n;s+=1)a=i[s],c=String(e[a]),a.slice(0,2)==="!!"&&(a="tag:yaml.org,2002:"+a.slice(2)),l=t.compiledTypeMap.fallback[a],l&&pVe.call(l.styleAliases,c)&&(c=l.styleAliases[c]),r[a]=c;return r}o(mtr,"compileStyleMap");function Atr(t){var e,r,i;if(e=t.toString(16).toUpperCase(),t<=255)r="x",i=2;else if(t<=65535)r="u",i=4;else if(t<=4294967295)r="U",i=8;else throw new Na("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+Ms.repeat("0",i-e.length)+e}o(Atr,"encodeHex");var gtr=1,zT=2;function ytr(t){this.schema=t.schema||rVe,this.indent=Math.max(1,t.indent||2),this.noArrayIndent=t.noArrayIndent||!1,this.skipInvalid=t.skipInvalid||!1,this.flowLevel=Ms.isNothing(t.flowLevel)?-1:t.flowLevel,this.styleMap=mtr(this.schema,t.styles||null),this.sortKeys=t.sortKeys||!1,this.lineWidth=t.lineWidth||80,this.noRefs=t.noRefs||!1,this.noCompatMode=t.noCompatMode||!1,this.condenseFlow=t.condenseFlow||!1,this.quotingType=t.quotingType==='"'?zT:gtr,this.forceQuotes=t.forceQuotes||!1,this.replacer=typeof t.replacer=="function"?t.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}o(ytr,"State");function zze(t,e){for(var r=Ms.repeat(" ",e),i=0,s=-1,n="",a,c=t.length;i<c;)s=t.indexOf(`
`+t.slice(a+1):l+=t.slice(s),l.slice(1)}o(Jze,"foldLine");function Btr(t){for(var e="",r=0,i,s=0;s<t.length;r>=65536?s+=2:s++)r=qT(t,s),i=io[r],!i&&VT(r)?(e+=t[s],r>=65536&&(e+=t[s+1])):e+=i||Atr(r);return e}o(Btr,"escapeString");function vtr(t,e,r){var i="",s=t.tag,n,a,c;for(n=0,a=r.length;n<a;n+=1)c=r[n],t.replacer&&(c=t.replacer.call(r,String(n),c)),(cp(t,e,c,!1,!1)||typeof c>"u"&&cp(t,e,null,!1,!1))&&(i!==""&&(i+=","+(t.condenseFlow?"":" ")),i+=t.dump);t.tag=s,t.dump="["+i+"]"}o(vtr,"writeFlowSequence");function Yze(t,e,r,i){var s="",n=t.tag,a,c,l;for(a=0,c=r.length;a<c;a+=1)l=r[a],t.replacer&&(l=t.replacer.call(r,String(a),l)),(cp(t,e+1,l,!0,!0,!1,!0)||typeof l>"u"&&cp(t,e+1,null,!0,!0,!1,!0))&&((!i||s!=="")&&(s+=gne(t,e)),t.dump&&HT===t.dump.charCodeAt(0)?s+="-":s+="- ",s+=t.dump);t.tag=n,t.dump=s||"[]"}o(Yze,"writeBlockSequence");function xtr(t,e,r){var i="",s=t.tag,n=Object.keys(r),a,c,l,u,h;for(a=0,c=n.length;a<c;a+=1)h="",i!==""&&(h+=", "),t.condenseFlow&&(h+='"'),l=n[a],u=r[l],t.replacer&&(u=t.replacer.call(r,l,u)),cp(t,e,l,!1,!1)&&(t.dump.length>1024&&(h+="? "),h+=t.dump+(t.condenseFlow?'"':"")+":"+(t.condenseFlow?"":" "),cp(t,e,u,!1,!1)&&(h+=t.dump,i+=h));t.tag=s,t.dump="{"+i+"}"}o(xtr,"writeFlowMapping");function _tr(t,e,r,i){var s="",n=t.tag,a=Object.keys(r),c,l,u,h,f,d;if(t.sortKeys===!0)a.sort();else if(typeof t.sortKeys=="function")a.sort(t.sortKeys);else if(t.sortKeys)throw new Na("sortKeys must be a boolean or a function");for(c=0,l=a.length;c<l;c+=1)d="",(!i||s!=="")&&(d+=gne(t,e)),u=a[c],h=r[u],t.replacer&&(h=t.replacer.call(r,u,h)),cp(t,e+1,u,!0,!0,!0)&&(f=t.tag!==null&&t.tag!=="?"||t.dump&&t.dump.length>1024,f&&(t.dump&&HT===t.dump.charCodeAt(0)?d+="?":d+="? "),d+=t.dump,f&&(d+=gne(t,e)),cp(t,e+1,h,!0,f)&&(t.dump&&HT===t.dump.charCodeAt(0)?d+=":":d+=": ",d+=t.dump,s+=d));t.tag=n,t.dump=s||"{}"}o(_tr,"writeBlockMapping");function Kze(t,e,r){var i,s,n,a,c,l;for(s=r?t.explicitTypes:t.implicitTypes,n=0,a=s.length;n<a;n+=1)if(c=s[n],(c.instanceOf||c.predicate)&&(!c.instanceOf||typeof e=="object"&&e instanceof c.instanceOf)&&(!c.predicate||c.predicate(e))){if(r?c.multi&&c.representName?t.tag=c.representName(e):t.tag=c.tag:t.tag="?",c.represent){if(l=t.styleMap[c.tag]||c.defaultStyle,dVe.call(c.represent)==="[object Function]")i=c.represent(e,l);else if(pVe.call(c.represent,l))i=c.represent[l](e,l);else throw new Na("!<"+c.tag+'> tag resolver accepts not "'+l+'" style');t.dump=i}return!0}return!1}o(Kze,"detectType");function cp(t,e,r,i,s,n,a){t.tag=null,t.dump=r,Kze(t,r,!1)||Kze(t,r,!0);var c=dVe.call(t.dump),l=i,u;i&&(i=t.flowLevel<0||t.flowLevel>e);var h=c==="[object Object]"||c==="[object Array]",f,d;if(h&&(f=t.duplicates.indexOf(r),d=f!==-1),(t.tag!==null&&t.tag!=="?"||d||t.indent!==2&&e>0)&&(s=!1),d&&t.usedDuplicates[f])t.dump="*ref_"+f;else{if(h&&d&&!t.usedDuplicates[f]&&(t.usedDuplicates[f]=!0),c==="[object Object]")i&&Object.keys(t.dump).length!==0?(_tr(t,e,t.dump,s),d&&(t.dump="&ref_"+f+t.dump)):(xtr(t,e,t.dump),d&&(t.dump="&ref_"+f+" "+t.dump));else if(c==="[object Array]")i&&t.dump.length!==0?(t.noArrayIndent&&!a&&e>0?Yze(t,e-1,t.dump,s):Yze(t,e,t.dump,s),d&&(t.dump="&ref_"+f+t.dump)):(vtr(t,e,t.dump),d&&(t.dump="&ref_"+f+" "+t.dump));else if(c==="[object String]")t.tag!=="?"&&Itr(t,t.dump,e,n,l);else{if(c==="[object Undefined]")return!1;if(t.skipInvalid)return!1;throw new Na("unacceptable kind of an object to dump "+c)}t.tag!==null&&t.tag!=="?"&&(u=encodeURI(t.tag[0]==="!"?t.tag.slice(1):t.tag).replace(/!/g,"%21"),t.tag[0]==="!"?u="!"+u:u.slice(0,18)==="tag:yaml.org,2002:"?u="!!"+u.slice(18):u="!<"+u+">",t.dump=u+" "+t.dump)}return!0}o(cp,"writeNode");function Rtr(t,e){var r=[],i=[],s,n;for(Ene(t,r,i),s=0,n=i.length;s<n;s+=1)e.duplicates.push(r[i[s]]);e.usedDuplicates=new Array(n)}o(Rtr,"getDuplicateReferences");function Ene(t,e,r){var i,s,n;if(t!==null&&typeof t=="object")if(s=e.indexOf(t),s!==-1)r.indexOf(s)===-1&&r.push(s);else if(e.push(t),Array.isArray(t))for(s=0,n=t.length;s<n;s+=1)Ene(t[s],e,r);else for(i=Object.keys(t),s=0,n=i.length;s<n;s+=1)Ene(t[i[s]],e,r)}o(Ene,"inspectNode");fun
`:""}o(Ttr,"dump$1");var Ntr=Ttr,Dtr={dump:Ntr};function Sne(t,e){return function(){throw new Error("Function yaml."+t+" is removed in js-yaml 4. Use yaml."+e+" instead, which is now safe by default.")}}o(Sne,"renamed");var vhi=fVe.load,xhi=fVe.loadAll,SVe=Dtr.dump;var _hi=Sne("safeLoad","load"),Rhi=Sne("safeLoadAll","loadAll"),Thi=Sne("safeDump","dump");var BVe=q(require("os"),1);var zq=class t{static{o(this,"GitHubSummary")}static async writeBuildSummary(e){let r=o(function(l,u,h=!1){return`<ahref="${u}">${l}</a>`+(h?BVe.default.EOL:"")},"addLink"),i=e.exportRes.refs.length,s=i>0?e.exportRes.refs?.[0]:void 0,n=s?e.exportRes.summaries?.[s]:void 0,a=e.driver==="cloud"&&e.endpoint?e.endpoint?.replace(/^cloud:\/\//,"").split("/")[0]:void 0,c=hV.addHeading("Docker Build summary",2);if(a&&i===1&&s&&n){let l=t.formatDBCBuildURL(a,s,n.defaultPlatform);c.addRaw("<p>").addRaw("For a detailed look at the build, you can check the results at:").addRaw("</p>").addRaw("<p>").addRaw(`:whale: ${r(`<strong>${l}</strong>`,l)}`).addRaw("</p>")}if(e.uploadRes){let l=`./${Ot.runId}/${e.uploadRes.url.split("/").slice(-2).join("/")}`;a&&i===1?c.addRaw("<p>").addRaw("You can also download the following build record archive and import it into Docker Desktop's Builds view. ").addBreak().addRaw("Build records include details such as timing, dependencies, results, logs, traces, and other information about a build. ").addRaw(r("Learn more","https://www.docker.com/blog/new-beta-feature-deep-dive-into-github-actions-docker-builds-with-docker-desktop/?utm_source=github&utm_medium=actions")).addRaw("</p>"):c.addRaw("<p>").addRaw("For a detailed look at the build, download the following build record archive and import it into Docker Desktop's Builds view. ").addBreak().addRaw("Build records include details such as timing, dependencies, results, logs, traces, and other information about a build. ").addRaw(r("Learn more","https://www.docker.com/blog/new-beta-feature-deep-dive-into-github-actions-docker-builds-with-docker-desktop/?utm_source=github&utm_medium=actions")).addRaw("</p>"),c.addRaw("<p>").addRaw(`:arrow_down: ${r(`<strong>${ve.stringToUnicodeEntities(e.uploadRes.filename)}</strong>`,l)} (${ve.formatFileSize(e.uploadRes.size)} - includes <strong>${i} build record${i>1?"s":""}</strong>)`).addRaw("</p>")}else e.exportRes.summaries&&c.addRaw("<p>").addRaw("The following table provides a brief summary of your build.").addBreak().addRaw("For a detailed look at the build, including timing, dependencies, results, logs, traces, and other information, consider enabling the export of the build record so you can import it into Docker Desktop's Builds view. ").addRaw(r("Learn more","https://www.docker.com/blog/new-beta-feature-deep-dive-into-github-actions-docker-builds-with-docker-desktop/?utm_source=github&utm_medium=actions")).addRaw("</p>");if(c.addRaw("<p>").addRaw("Find this useful? ").addRaw(r("Let us know","https://docs.docker.com/feedback/gha-build-summary")).addRaw("</p>"),e.exportRes.summaries){c.addRaw("<p>");let l=[[{header:!0,data:"ID"},{header:!0,data:"Name"},{header:!0,data:"Status"},{header:!0,data:"Cached"},{header:!0,data:"Duration"},...a&&i>1?[{header:!0,data:"Build result URL"}]:[]]],u;for(let h in e.exportRes.summaries)if(Object.prototype.hasOwnProperty.call(e.exportRes.summaries,h)){let f=e.exportRes.summaries[h];l.push([{data:`<code>${h.substring(0,6).toUpperCase()}</code>`},{data:`<strong>${ve.stringToUnicodeEntities(f.name)}</strong>`},{data:`${f.status==="completed"?":white_check_mark:":f.status==="canceled"?":no_entry_sign:":":x:"} ${f.status}`},{data:`${f.numCachedSteps>0?Math.round(f.numCachedSteps/f.numTotalSteps*100):0}%`},{data:f.duration},...a&&i>1?[{data:r(":whale: Open",t.formatDBCBuildURL(a,h,f.defaultPlatform))}]:[]]),f.error&&(u=f.error)}c.addTable([...l]),c.addRaw("</p>"),u&&(c.addRaw("<blockquote>"),ve.countLines(u)>10?c.addRaw("<details><summary><strong>Error</strong></summary>").addCodeBlock(Bne.default.encode(u),"text").addRaw("</details>"):c.addRaw("<strong>Error</strong>").addBreak().addRaw("<p>").addCodeBlock
`),{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let s of i){if(s.length==1&&!s[0].startsWith("type="))return e=="local";for(let[n,a]of s.map(c=>c.split("=").map(l=>l.trim())))if(n=="type"&&a==e)return!0}return!1}static hasAttestationType(e,r){let i=bc(r,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let s of i)for(let[n,a]of s.map(c=>c.split("=").map(l=>l.trim())))if(n=="type"&&a==e)return!0;return!1}static resolveAttestationAttrs(e){let r=bc(e,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0}),i=[];for(let s of r)for(let n of s)try{let a=ve.parseBool(n);i.push(`disabled=${!a}`)}catch{i.push(n)}return i.join(",")}static hasGitAuthTokenSecret(e,r){for(let i of e){if(r&&i.startsWith(`GIT_AUTH_TOKEN.${r}=`))return!0;if(i.startsWith("GIT_AUTH_TOKEN="))return!0}return!1}static parseSecretKvp(e,r){let i=e.indexOf("="),s=e.substring(0,i),n=e.substring(i+1);if(s.length==0||n.length==0)throw new Error(`${e}isnotavalidsecret`);return r&&th(n),[s,n]}};var xne=q(require("fs"),1),vVe=q(require("path"),1);var Vq=class t{static{o(this,"Bake")}buildx;metadataFilename;constructor(e){this.buildx=e?.buildx||new Er,this.metadataFilename=`bake-metadata-${ve.generateRandomString()}.json`}getMetadataFilePath(){return vVe.default.join(er.tmpDir(),this.metadataFilename)}resolveMetadata(){let e=this.getMetadataFilePath();if(!xne.default.existsSync(e))return;let r=xne.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 i in e)"buildx.build.ref"in e[i]&&r.push(e[i]["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 i=["bake"],s,n=[],a=[...e.files||[],e.source];if(a){for(let l of a.map(u=>u?u.trim():""))if(l.length!=0){if(!ve.isValidRef(l)){n.push(l);continue}if(s)throw new Error("Only one remote bake definition can be defined");s=l}}s&&i.push(s);for(let l of n)i.push("--file",l);if(e.overrides)for(let l of e.overrides)i.push("--set",l);if(e.vars)for(let l of e.vars)i.push("--var",l);if(e.allow)for(let l of e.allow)i.push("--allow",l);e.call&&i.push("--call",e.call),e.load&&i.push("--load"),e.noCache&&i.push("--no-cache"),e.provenance&&i.push("--provenance",e.provenance),e.push&&i.push("--push"),e.sbom&&i.push("--sbom",e.sbom);let c=await this.buildx.getCommand([...i,"--print",...e.targets||[]]);return await nt.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 i in r.target){let s=r.target[i];s.attest&&Array.isArray(s.attest)&&(s.attest=s.attest.map(n=>t.parseAttestEntry(n))),s["cache-from"]&&Array.isArray(s["cache-from"])&&(s["cache-from"]=s["cache-from"].map(n=>t.parseCacheEntry(n))),s["cache-to"]&&Array.isArray(s["cache-to"])&&(s["cache-to"]=s["cache-to"].map(n=>t.parseCacheEntry(n))),s.output&&Array.isArray(s.output)&&(s.output=s.output.map(n=>t.parseExportEntry(n))),s.secret&&Array.isArray(s.secret)&&(s.secret=s.secret.map(n=>t.parseSecretEntry(n))),s.ssh&&Array.isArray(s.ssh)&&(s.ssh=s.ssh.map(n=>t.parseSSHEntry(n)))}return r}static parseAttestEntry(e){if(typeof e!="string")return e;let r={type:""},i=bc(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let s of i){let[n,a]=s.toString().split(/(?<=^[^=]+?)=/).map(c=>c.trim());switch(n){case"type":r.type=a;break;case"disabled":r.disabled=ve.parseBool(a);break;default:r[n]=a}}return r}static parseCacheEntry(e){if(typeof e!="string")return e;let r={type:""},i=bc(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];if(i.length===1&&!i[0].includes("="))return r.type="registry",r.ref=i[0],r;for(let s of i){let[n,a]=s.toString
`).map(s=>s.trim()).filter(s=>s.length>0);return i}static async commitDate(e){return new Date(await t.exec(["show","-s",'--format="%ci"',e]))}};var Srt=require("crypto"),jf=q(require("fs"),1),sg=q(require("path"),1);var k1=q($T(),1),$f=q(FZe(),1),Brt=q(Dfe(),1),lB=q(grt(),1);var ode=q($T(),1);var Ert=q(Cu(),1);var yrt="application/vnd.oci.empty.v1+json";var Wp=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 nt.getExecOutput(this.binPath,[],{ignoreReturnCode:!0,silent:!0}).then(r=>r.stderr.length>0&&r.exitCode!=0?(j(`Cosign.isAvailablecmderr:${r.stderr.trim()}`),!1):r.exitCode==0).catch(r=>(j(`Cosign.isAvailableerror:${r}`),!1));return j(`Cosign.isAvailable:${e}`),e}async version(){return this._versionOnce?this._version:(this._versionOnce=!0,this._version=await nt.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 nt.exec(this.binPath,["version","--json"],{failOnStdErr:!1})}async versionSatisfies(e,r){let i=r??await this.version();if(!i)return j("Cosign.versionSatisfies false: undefined version"),!1;let s=Ert.satisfies(i,e)||/^[0-9a-f]{7}$/.exec(i)!==null;return j(`Cosign.versionSatisfies${i}statisfies${e}:${s}`),s}static parseCommandOutput(e){let r,i,s,n;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&&(n=l.errors),!r&&l&&Array.isArray(l.manifests)&&l.manifests.length>0){let u=l.manifests[0];u?.artifactType===ode.BUNDLE_V03_MEDIA_TYPE&&typeof u.digest=="string"?r=u.digest:u?.artifactType===yrt&&typeof u.digest=="string"&&(i=u.digest)}if(!s&&l&&l.mediaType===ode.BUNDLE_V03_MEDIA_TYPE&&(s=l),s&&(r||i)){n=void 0;break}}return{bundle:s,signatureManifestDigest:r||i,errors:n}}};var ade=q(require("fs"),1);var ZG=class t{static{o(this,"ImageTools")}buildx;constructor(e){this.buildx=e?.buildx||new Er}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 i=r.manifests.filter(a=>a.annotations?.["vnd.docker.reference.type"]==="attestation-manifest");if(!e.platform)return i;let s=e.platform,n=new Map;for(let a of r.manifests)a.digest&&n.set(a.digest,a);return i.filter(a=>{let c=a.annotations?.["vnd.docker.reference.digest"];if(!c)return!1;let l=n.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=[],i=er.tmpName({tmpdir:er.tmpDir(),template:"imagetools-metadata-XXXXXX"}),s=[],n=[];for(let c of e.sources){if(c.startsWith("cwd://")){let l=c.substring(6);l.length>0&&s.push(l);continue}n.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",i);for(let c of s)r.push("--file",c
${a.message}`),await new Promise(u=>setTimeout(u,Math.pow(2,c)*100))}throw a??new Error(`ImageToolsinspectcommandfailedfor${e.name}`)}async execInspect(e,r,i){return await nt.getExecOutput(e,r,{ignoreReturnCode:!0,silent:!0}).then(s=>{if(s.stderr.length>0&&s.exitCode!=0)throw new Error(s.stderr.trim());return i(JSON.parse(s.stdout))})}static isManifestUnknownError(e){return/(MANIFEST_UNKNOWN|manifest unknown|not found: not found)/i.test(e)}};var brt="application/vnd.in-toto+json";var wrt="https://fulcio.sigstore.dev",Crt="https://rekor.sigstore.dev",Irt="https://timestamp.sigstore.dev",I0="https://search.sigstore.dev";var bCr="slsaprovenance1",ng=class t{static{o(this,"Sigstore")}cosign;imageTools;constructor(e){this.cosign=e?.cosign||new Wp,this.imageTools=e?.imageTools||new ZG}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 i=this.signingEndpoints(e.noTransparencyLog);ie(`UsingSigstoresigningendpoint:${i.fulcioURL}`);let s=t.noTransparencyLog(e.noTransparencyLog),n=[];await this.cosign.versionSatisfies(">=3.0.4")?await _i("Creating Sigstore protobuf signing config",async()=>{let a=er.tmpName({template:"signing-config-XXXXXX.json",tmpdir:er.tmpDir()}),c=["signing-config","create","--with-default-services=true",`--out=${a}`];s&&c.push("--no-default-rekor=true"),await nt.exec(this.cosign.binPath,c,{env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),ie(JSON.stringify(JSON.parse(jf.default.readFileSync(a,{encoding:"utf-8"})),null,2)),n.push(`--signing-config=${a}`)}):(n.push("--use-signing-config"),s&&n.push("--tlog-upload=false"));for(let a of e.imageNames){let c=await this.imageTools.attestationDigests({name:`${a}@${e.imageDigest}`,retryOnManifestUnknown:e.retryOnManifestUnknown,retryLimit:e.retryLimit});for(let l of c){let u=`${a}@${l}`;await _i(`Signingattestationmanifest${u}`,async()=>{let h=["sign","--yes","--oidc-provider","github-actions","--registry-referrers-mode","oci-1-1","--new-bundle-format",...n];ie(`[command]${this.cosign.binPath}${[...h,u].join(" ")}`);let f=await nt.getExecOutput(this.cosign.binPath,["--verbose",...h,u],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),d=Wp.parseCommandOutput(f.stderr.trim());if(f.exitCode!=0)if(d.errors&&d.errors.length>0){let m=d.errors.map(A=>`-[${A.code}]${A.message}:${A.detail}`).join(`
${u}`),await new Promise(h=>setTimeout(h,Math.pow(2,a)*100));else throw n}else throw new Error(`Cosignverifycommandfailedwith:${c.stderr.trim().split(/\r?\n/).filter(u=>u.length>0).pop()??"unknown error"}`)}throw n}async signProvenanceBlobs(e){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 i=this.signingEndpoints(e.noTransparencyLog);ie(`UsingSigstoresigningendpoint:${i.fulcioURL}`);let s=t.getProvenanceBlobs(e);for(let n of Object.keys(s))await _i(`Signing${n}`,async()=>{let a=s[n],c=sg.default.join(sg.default.dirname(n),`${e.name??"provenance"}.sigstore.json`),l=t.getProvenanceSubjects(a);if(l.length===0){Zt(`Nosubjectsfoundinprovenance${n},skipsigning.`);return}let u=await t.signPayload({data:a,type:brt},i),h=t.parseBundle(u);ie("Provenance blob signed for:");for(let f of l){let[d,p]=Object.entries(f.digest)[0]||[];ie(`-${f.name}(${d}:${p})`)}h.tlogID&&ie(`AttestationsignatureuploadedtoRekortransparencylog:${I0}?logIndex=${h.tlogID}`),ie(`WritingSigstorebundleto:${c}`),jf.default.writeFileSync(c,JSON.stringify(h.payload,null,2),{encoding:"utf-8"}),r[n]={...h,bundlePath:c,subjects:l}})}catch(i){throw new Error(`SigningBuildKitprovenanceblobsfailed:${i.message}`)}return r}async verifySignedArtifacts(e,r){let i={};if(!await this.cosign.isAvailable())throw new Error("Cosign is required to verify signed artifacts");for(let[s,n]of Object.entries(e)){let a=sg.default.dirname(s);await _i(`Verifyingsignaturebundle${n.bundlePath}`,async()=>{for(let c of n.subjects){let l=sg.default.join(a,c.name);ie(`Verifyingsignedartifact${l}`);let u=["verify-blob-attestation","--new-bundle-format","--certificate-oidc-issuer","https://token.actions.githubusercontent.com","--certificate-identity-regexp",r.certificateIdentityRegexp,"--type",r.predicateType??bCr];(r.noTransparencyLog||!n.tlogID)&&u.push("--use-signed-timestamps","--insecure-ignore-tlog");let h=await nt.getExecOutput(this.cosign.binPath,[...u,"--bundle",n.bundlePath,l],{ignoreReturnCode:!0});if(h.stderr.length>0&&h.exitCode!=0)throw new Error(h.stderr);i[l]={bundlePath:n.bundlePath,cosignArgs:u}}})}return i}async verifyArtifact(e,r,i){ie("Verifying keyless verification bundle signature");let s=JSON.parse(jf.default.readFileSync(r,"utf-8")),n=(0,k1.bundleFromJSON)(s);ie("Fetching Sigstore TUF trusted root metadata");let a=await Brt.getTrustedRoot(),c=(0,lB.toTrustMaterial)(a);try{ie("Verifying artifact signature");let l=(0,lB.toSignedEntity)(n,jf.default.readFileSync(e)),u=t.parseCertificate(n),h=n.verificationMaterial.tlogEntries,f=h.length>0?h[0].logIndex:void 0;if(i?.subjectAlternativeName&&i?.subjectAlternativeName instanceof RegExp){let m=u.subjectAltName?.replace(/^uri:/i,"");if(m){if(!m.match(i.subjectAlternativeName))throw new Error(`SigningcertificatesubjectAlternativeName"${m}"doesnotmatchexpectedpattern`)}else throw new Error("Signing certificate does not contain subjectAltName")}let p=new lB.Verifier(c).verify(l,{subjectAlternativeName:i?.subjectAlternativeName&&typeof i.subjectAlternativeName=="string"?i.subjectAlternativeName:void 0,extensions:i?.issuer?{issuer:i.issuer}:void 0});return j(`Sigstore.verifyArtifactsigner:${JSON.stringify(p)}`),{payload:s,certificate:u.toString(),tlogID:f}}catch(l){throw new Error(`Failedtoverifyartifactsignature:${l}`)}}signingEndpoints(e){return e=t.noTransparencyLog(e),ie(`Uploadtotransparencylog:${e?"disabled":"enabled"}`),{fulcioURL:wrt,rekorURL:e?void 0:Crt,tsaServerURL:Irt}}static noTransparencyLog(e){return e??Ot.context.payload.repository?.private}static getProvenanceBlobs(e){let r=sg.default.join(e.localExportDir,"provenance.json");if(jf.default.existsSync(r))return{[r]:jf.default.readFileSync(r)};let i=jf.default.readdirSync(e.localExportDir,{withFileTypes:!0}),s=i.filter(n=>n.isDirectory());if(s.length>0&&s.length===i.length&&s.every(n=>jf.default.existsSync(sg.default.join(e.localExportDir,n.name,"provenance.json")))){let n={};for(let a of