diff --git a/dist/index.js b/dist/index.js index 6eb4bf28..90a3ac5c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3,7 +3,7 @@ module.exports = /******/ var __webpack_modules__ = ({ /***/ 241: -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -15,8 +15,8 @@ var __importStar = (this && this.__importStar) || function (mod) { return result; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const os = __importStar(__webpack_require__(87)); -const utils_1 = __webpack_require__(278); +const os = __importStar(__nccwpck_require__(87)); +const utils_1 = __nccwpck_require__(278); /** * Commands * @@ -89,7 +89,7 @@ function escapeProperty(s) { /***/ }), /***/ 186: -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -110,11 +110,11 @@ var __importStar = (this && this.__importStar) || function (mod) { return result; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const command_1 = __webpack_require__(241); -const file_command_1 = __webpack_require__(717); -const utils_1 = __webpack_require__(278); -const os = __importStar(__webpack_require__(87)); -const path = __importStar(__webpack_require__(622)); +const command_1 = __nccwpck_require__(241); +const file_command_1 = __nccwpck_require__(717); +const utils_1 = __nccwpck_require__(278); +const os = __importStar(__nccwpck_require__(87)); +const path = __importStar(__nccwpck_require__(622)); /** * The code to exit an action */ @@ -334,7 +334,7 @@ exports.getState = getState; /***/ }), /***/ 717: -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -349,9 +349,9 @@ var __importStar = (this && this.__importStar) || function (mod) { Object.defineProperty(exports, "__esModule", ({ value: true })); // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ -const fs = __importStar(__webpack_require__(747)); -const os = __importStar(__webpack_require__(87)); -const utils_1 = __webpack_require__(278); +const fs = __importStar(__nccwpck_require__(747)); +const os = __importStar(__nccwpck_require__(87)); +const utils_1 = __nccwpck_require__(278); function issueCommand(command, message) { const filePath = process.env[`GITHUB_${command}`]; if (!filePath) { @@ -396,7 +396,7 @@ exports.toCommandValue = toCommandValue; /***/ }), /***/ 514: -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -417,7 +417,7 @@ var __importStar = (this && this.__importStar) || function (mod) { return result; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tr = __importStar(__webpack_require__(159)); +const tr = __importStar(__nccwpck_require__(159)); /** * Exec a command. * Output will be streamed to the live console. @@ -447,7 +447,7 @@ exports.exec = exec; /***/ }), /***/ 159: -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -468,12 +468,12 @@ var __importStar = (this && this.__importStar) || function (mod) { return result; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const os = __importStar(__webpack_require__(87)); -const events = __importStar(__webpack_require__(614)); -const child = __importStar(__webpack_require__(129)); -const path = __importStar(__webpack_require__(622)); -const io = __importStar(__webpack_require__(436)); -const ioUtil = __importStar(__webpack_require__(962)); +const os = __importStar(__nccwpck_require__(87)); +const events = __importStar(__nccwpck_require__(614)); +const child = __importStar(__nccwpck_require__(129)); +const path = __importStar(__nccwpck_require__(622)); +const io = __importStar(__nccwpck_require__(436)); +const ioUtil = __importStar(__nccwpck_require__(962)); /* eslint-disable @typescript-eslint/unbound-method */ const IS_WINDOWS = process.platform === 'win32'; /* @@ -1054,14 +1054,14 @@ class ExecState extends events.EventEmitter { /***/ }), /***/ 925: -/***/ ((__unused_webpack_module, exports, __webpack_require__) => { +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const http = __webpack_require__(605); -const https = __webpack_require__(211); -const pm = __webpack_require__(443); +const http = __nccwpck_require__(605); +const https = __nccwpck_require__(211); +const pm = __nccwpck_require__(443); let tunnel; var HttpCodes; (function (HttpCodes) { @@ -1480,7 +1480,7 @@ class HttpClient { if (useProxy) { // If using proxy, need tunnel if (!tunnel) { - tunnel = __webpack_require__(294); + tunnel = __nccwpck_require__(294); } const agentOptions = { maxSockets: maxSockets, @@ -1662,7 +1662,7 @@ exports.checkBypass = checkBypass; /***/ }), /***/ 962: -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1677,9 +1677,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; var _a; Object.defineProperty(exports, "__esModule", ({ value: true })); -const assert_1 = __webpack_require__(357); -const fs = __webpack_require__(747); -const path = __webpack_require__(622); +const assert_1 = __nccwpck_require__(357); +const fs = __nccwpck_require__(747); +const path = __nccwpck_require__(622); _a = fs.promises, exports.chmod = _a.chmod, exports.copyFile = _a.copyFile, exports.lstat = _a.lstat, exports.mkdir = _a.mkdir, exports.readdir = _a.readdir, exports.readlink = _a.readlink, exports.rename = _a.rename, exports.rmdir = _a.rmdir, exports.stat = _a.stat, exports.symlink = _a.symlink, exports.unlink = _a.unlink; exports.IS_WINDOWS = process.platform === 'win32'; function exists(fsPath) { @@ -1864,7 +1864,7 @@ function isUnixExecutable(stats) { /***/ }), /***/ 436: -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1878,10 +1878,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const childProcess = __webpack_require__(129); -const path = __webpack_require__(622); -const util_1 = __webpack_require__(669); -const ioUtil = __webpack_require__(962); +const childProcess = __nccwpck_require__(129); +const path = __nccwpck_require__(622); +const util_1 = __nccwpck_require__(669); +const ioUtil = __nccwpck_require__(962); const exec = util_1.promisify(childProcess.exec); /** * Copies a file or folder. @@ -2161,7 +2161,7 @@ function copyFile(srcFile, destFile, force) { /***/ }), /***/ 473: -/***/ (function(module, exports, __webpack_require__) { +/***/ (function(module, exports, __nccwpck_require__) { "use strict"; @@ -2182,13 +2182,13 @@ var __importStar = (this && this.__importStar) || function (mod) { return result; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const semver = __importStar(__webpack_require__(911)); -const core_1 = __webpack_require__(186); +const semver = __importStar(__nccwpck_require__(911)); +const core_1 = __nccwpck_require__(186); // needs to be require for core node modules to be mocked /* eslint @typescript-eslint/no-require-imports: 0 */ -const os = __webpack_require__(87); -const cp = __webpack_require__(129); -const fs = __webpack_require__(747); +const os = __nccwpck_require__(87); +const cp = __nccwpck_require__(129); +const fs = __nccwpck_require__(747); function _findMatch(versionSpec, stable, candidates, archFilter) { return __awaiter(this, void 0, void 0, function* () { const platFilter = os.platform(); @@ -2274,7 +2274,7 @@ exports._readLinuxVersionFile = _readLinuxVersionFile; /***/ }), /***/ 279: -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -2295,7 +2295,7 @@ var __importStar = (this && this.__importStar) || function (mod) { return result; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const core = __importStar(__webpack_require__(186)); +const core = __importStar(__nccwpck_require__(186)); /** * Internal class for retries */ @@ -2351,7 +2351,7 @@ exports.RetryHelper = RetryHelper; /***/ }), /***/ 784: -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -2375,20 +2375,20 @@ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const core = __importStar(__webpack_require__(186)); -const io = __importStar(__webpack_require__(436)); -const fs = __importStar(__webpack_require__(747)); -const mm = __importStar(__webpack_require__(473)); -const os = __importStar(__webpack_require__(87)); -const path = __importStar(__webpack_require__(622)); -const httpm = __importStar(__webpack_require__(925)); -const semver = __importStar(__webpack_require__(911)); -const stream = __importStar(__webpack_require__(413)); -const util = __importStar(__webpack_require__(669)); -const v4_1 = __importDefault(__webpack_require__(824)); -const exec_1 = __webpack_require__(514); -const assert_1 = __webpack_require__(357); -const retry_helper_1 = __webpack_require__(279); +const core = __importStar(__nccwpck_require__(186)); +const io = __importStar(__nccwpck_require__(436)); +const fs = __importStar(__nccwpck_require__(747)); +const mm = __importStar(__nccwpck_require__(473)); +const os = __importStar(__nccwpck_require__(87)); +const path = __importStar(__nccwpck_require__(622)); +const httpm = __importStar(__nccwpck_require__(925)); +const semver = __importStar(__nccwpck_require__(911)); +const stream = __importStar(__nccwpck_require__(413)); +const util = __importStar(__nccwpck_require__(669)); +const v4_1 = __importDefault(__nccwpck_require__(824)); +const exec_1 = __nccwpck_require__(514); +const assert_1 = __nccwpck_require__(357); +const retry_helper_1 = __nccwpck_require__(279); class HTTPError extends Error { constructor(httpStatusCode) { super(`Unexpected HTTP response: ${httpStatusCode}`); @@ -2964,11 +2964,11 @@ function _unique(values) { /***/ }), /***/ 768: -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; -const fs = __webpack_require__(747); +const fs = __nccwpck_require__(747); let isDocker; @@ -4604,26 +4604,26 @@ function coerce (version, options) { /***/ }), /***/ 294: -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -module.exports = __webpack_require__(219); +module.exports = __nccwpck_require__(219); /***/ }), /***/ 219: -/***/ ((__unused_webpack_module, exports, __webpack_require__) => { +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; -var net = __webpack_require__(631); -var tls = __webpack_require__(16); -var http = __webpack_require__(605); -var https = __webpack_require__(211); -var events = __webpack_require__(614); -var assert = __webpack_require__(357); -var util = __webpack_require__(669); +var net = __nccwpck_require__(631); +var tls = __nccwpck_require__(16); +var http = __nccwpck_require__(605); +var https = __nccwpck_require__(211); +var events = __nccwpck_require__(614); +var assert = __nccwpck_require__(357); +var util = __nccwpck_require__(669); exports.httpOverHttp = httpOverHttp; @@ -4917,12 +4917,12 @@ module.exports = bytesToUuid; /***/ }), /***/ 859: -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { // Unique ID creation requires a high quality random # generator. In node.js // this is pretty straight-forward - we use the crypto API. -var crypto = __webpack_require__(417); +var crypto = __nccwpck_require__(417); module.exports = function nodeRNG() { return crypto.randomBytes(16); @@ -4932,10 +4932,10 @@ module.exports = function nodeRNG() { /***/ }), /***/ 824: -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -var rng = __webpack_require__(859); -var bytesToUuid = __webpack_require__(707); +var rng = __nccwpck_require__(859); +var bytesToUuid = __nccwpck_require__(707); function v4(options, buf, offset) { var i = buf && offset || 0; @@ -4968,18 +4968,18 @@ module.exports = v4; /***/ }), /***/ 351: -/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => { +/***/ ((__unused_webpack_module, __unused_webpack_exports, __nccwpck_require__) => { -const { inspect } = __webpack_require__(669); -const isDocker = __webpack_require__(768); -const core = __webpack_require__(186); -const exec = __webpack_require__(514); -const setupPython = __webpack_require__(481); +const { inspect } = __nccwpck_require__(669); +const isDocker = __nccwpck_require__(768); +const core = __nccwpck_require__(186); +const exec = __nccwpck_require__(514); +const setupPython = __nccwpck_require__(481); async function run() { try { // Allows ncc to find assets to be included in the distribution - const ciff = __webpack_require__.ab + "ciff"; + const ciff = __nccwpck_require__.ab + "ciff"; core.debug(`ciff: ${ciff}`); // Determine how to access python and pip @@ -5005,7 +5005,7 @@ async function run() { await exec.exec(pip, [ "install", "--requirement", - __webpack_require__.ab + "requirements.txt", + __nccwpck_require__.ab + "requirements.txt", "--no-index", `--find-links=${__dirname}/vendor` ]); @@ -5034,7 +5034,7 @@ async function run() { if (inputs.projectColumn) process.env.CIFF_PROJECT_COLUMN_NAME = inputs.projectColumn; // Execute create issue from file - await exec.exec(python, [__webpack_require__.ab + "create_issue_from_file.py"]); + await exec.exec(python, [__nccwpck_require__.ab + "create_issue_from_file.py"]); } catch (error) { core.setFailed(error.message); } @@ -5046,12 +5046,12 @@ run(); /***/ }), /***/ 481: -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -const core = __webpack_require__(186); -const tc = __webpack_require__(784); -const path = __webpack_require__(622); -const semver = __webpack_require__(911); +const core = __nccwpck_require__(186); +const tc = __nccwpck_require__(784); +const path = __nccwpck_require__(622); +const semver = __nccwpck_require__(911); /** * Setup for Python from the GitHub Actions tool cache @@ -5214,7 +5214,7 @@ module.exports = require("util");; /******/ var __webpack_module_cache__ = {}; /******/ /******/ // The require function -/******/ function __webpack_require__(moduleId) { +/******/ function __nccwpck_require__(moduleId) { /******/ // Check if module is in cache /******/ if(__webpack_module_cache__[moduleId]) { /******/ return __webpack_module_cache__[moduleId].exports; @@ -5229,7 +5229,7 @@ module.exports = require("util");; /******/ // Execute the module function /******/ var threw = true; /******/ try { -/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nccwpck_require__); /******/ threw = false; /******/ } finally { /******/ if(threw) delete __webpack_module_cache__[moduleId]; @@ -5242,10 +5242,10 @@ module.exports = require("util");; /************************************************************************/ /******/ /* webpack/runtime/compat */ /******/ -/******/ __webpack_require__.ab = __dirname + "/";/************************************************************************/ +/******/ __nccwpck_require__.ab = __dirname + "/";/************************************************************************/ /******/ // module exports must be returned from runtime so entry inlining is disabled /******/ // startup /******/ // Load entry module and return exports -/******/ return __webpack_require__(351); +/******/ return __nccwpck_require__(351); /******/ })() ; \ No newline at end of file diff --git a/dist/vendor/Deprecated-1.2.10.tar.gz b/dist/vendor/Deprecated-1.2.11.tar.gz similarity index 57% rename from dist/vendor/Deprecated-1.2.10.tar.gz rename to dist/vendor/Deprecated-1.2.11.tar.gz index 77715a55..9754760a 100644 Binary files a/dist/vendor/Deprecated-1.2.10.tar.gz and b/dist/vendor/Deprecated-1.2.11.tar.gz differ diff --git a/dist/vendor/PyJWT-2.0.0.tar.gz b/dist/vendor/PyJWT-2.0.0.tar.gz deleted file mode 100644 index 80aae82b..00000000 Binary files a/dist/vendor/PyJWT-2.0.0.tar.gz and /dev/null differ diff --git a/dist/vendor/PyJWT-2.0.1.tar.gz b/dist/vendor/PyJWT-2.0.1.tar.gz new file mode 100644 index 00000000..0a10362b Binary files /dev/null and b/dist/vendor/PyJWT-2.0.1.tar.gz differ diff --git a/dist/vendor/urllib3-1.26.2.tar.gz b/dist/vendor/urllib3-1.26.2.tar.gz deleted file mode 100644 index a87474c2..00000000 Binary files a/dist/vendor/urllib3-1.26.2.tar.gz and /dev/null differ diff --git a/dist/vendor/urllib3-1.26.3.tar.gz b/dist/vendor/urllib3-1.26.3.tar.gz new file mode 100644 index 00000000..6076c8f7 Binary files /dev/null and b/dist/vendor/urllib3-1.26.3.tar.gz differ