@@ -2216,7 +2216,7 @@ const Context = __importStar(__nccwpck_require__(8663));
22162216const Utils = __importStar(__nccwpck_require__(1365));
22172217// octokit + plugins
22182218const core_1 = __nccwpck_require__(6895);
2219- const plugin_rest_endpoint_methods_1 = __nccwpck_require__(9289 );
2219+ const plugin_rest_endpoint_methods_1 = __nccwpck_require__(6495 );
22202220const plugin_paginate_rest_1 = __nccwpck_require__(6212);
22212221exports.context = new Context.Context();
22222222const baseUrl = Utils.getApiBaseUrl();
@@ -40711,6 +40711,16 @@ const run = () => __awaiter(void 0, void 0, void 0, function* () {
4071140711 paramsString += ` --metadata ${escapeShellValue(pair)}`;
4071240712 });
4071340713 }
40714+ // Forward CI identity so DCD notices can target this GitHub Action (e.g.
40715+ // "GitHub Action < X"). The CLI reads these env vars; the spawned child
40716+ // inherits process.env. Provider alone still enables CI-surface notices.
40717+ process.env.DCD_CI_PROVIDER = 'github';
40718+ try {
40719+ process.env.DCD_CI_WRAPPER_VERSION = (__nccwpck_require__(8330)/* .version */ .rE);
40720+ }
40721+ catch (_b) {
40722+ // best-effort — version is optional
40723+ }
4071440724 // Execute the test command and capture the upload ID
4071540725 let uploadId = null;
4071640726 let testOutput = '';
@@ -43153,7 +43163,7 @@ paginateRest.VERSION = VERSION;
4315343163
4315443164/***/ }),
4315543165
43156- /***/ 9289 :
43166+ /***/ 6495 :
4315743167/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __nccwpck_require__) => {
4315843168
4315943169"use strict";
@@ -43166,12 +43176,12 @@ __nccwpck_require__.d(__webpack_exports__, {
4316643176 restEndpointMethods: () => (/* binding */ restEndpointMethods)
4316743177});
4316843178
43169- ;// CONCATENATED MODULE: ./node_modules/.pnpm/@octokit+plugin-rest-endpoint-methods@17.0.0_@octokit+core@7.0.6 /node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js
43179+ ;// CONCATENATED MODULE: ./node_modules/.pnpm/@octokit+plugin-rest-endpoi_88f1cfdccbcd12f9bd89a662a3d08bce /node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js
4317043180const VERSION = "17.0.0";
4317143181
4317243182//# sourceMappingURL=version.js.map
4317343183
43174- ;// CONCATENATED MODULE: ./node_modules/.pnpm/@octokit+plugin-rest-endpoint-methods@17.0.0_@octokit+core@7.0.6 /node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js
43184+ ;// CONCATENATED MODULE: ./node_modules/.pnpm/@octokit+plugin-rest-endpoi_88f1cfdccbcd12f9bd89a662a3d08bce /node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js
4317543185const Endpoints = {
4317643186 actions: {
4317743187 addCustomLabelsToSelfHostedRunnerForOrg: [
@@ -45465,7 +45475,7 @@ var endpoints_default = Endpoints;
4546545475
4546645476//# sourceMappingURL=endpoints.js.map
4546745477
45468- ;// CONCATENATED MODULE: ./node_modules/.pnpm/@octokit+plugin-rest-endpoint-methods@17.0.0_@octokit+core@7.0.6 /node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js
45478+ ;// CONCATENATED MODULE: ./node_modules/.pnpm/@octokit+plugin-rest-endpoi_88f1cfdccbcd12f9bd89a662a3d08bce /node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js
4546945479
4547045480const endpointMethodsMap = /* @__PURE__ */ new Map();
4547145481for (const [scope, endpoints] of Object.entries(endpoints_default)) {
@@ -45591,7 +45601,7 @@ function decorate(octokit, scope, methodName, defaults, decorations) {
4559145601
4559245602//# sourceMappingURL=endpoints-to-methods.js.map
4559345603
45594- ;// CONCATENATED MODULE: ./node_modules/.pnpm/@octokit+plugin-rest-endpoint-methods@17.0.0_@octokit+core@7.0.6 /node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/index.js
45604+ ;// CONCATENATED MODULE: ./node_modules/.pnpm/@octokit+plugin-rest-endpoi_88f1cfdccbcd12f9bd89a662a3d08bce /node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/index.js
4559545605
4559645606
4559745607function restEndpointMethods(octokit) {
@@ -45613,6 +45623,14 @@ legacyRestEndpointMethods.VERSION = VERSION;
4561345623//# sourceMappingURL=index.js.map
4561445624
4561545625
45626+ /***/ }),
45627+
45628+ /***/ 8330:
45629+ /***/ ((module) => {
45630+
45631+ "use strict";
45632+ module.exports = {"rE":"2.1.2"};
45633+
4561645634/***/ })
4561745635
4561845636/******/ });
0 commit comments