chore(release): 40.3.3 [skip ci]

This commit is contained in:
semantic-release-bot 2024-10-12 02:08:00 +00:00
parent bf85bab60b
commit 7743ec9e19
2 changed files with 23 additions and 22 deletions

43
dist/index.js vendored
View file

@ -1,7 +1,7 @@
/******/ (() => { // webpackBootstrap /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({ /******/ var __webpack_modules__ = ({
/***/ 7167: /***/ 2202:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict"; "use strict";
@ -32,7 +32,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.issue = exports.issueCommand = void 0; exports.issue = exports.issueCommand = void 0;
const os = __importStar(__nccwpck_require__(857)); const os = __importStar(__nccwpck_require__(857));
const utils_1 = __nccwpck_require__(7027); const utils_1 = __nccwpck_require__(7158);
/** /**
* Commands * Commands
* *
@ -104,7 +104,7 @@ function escapeProperty(s) {
/***/ }), /***/ }),
/***/ 7463: /***/ 4708:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict"; "use strict";
@ -143,12 +143,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
}; };
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.platform = exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = exports.markdownSummary = exports.summary = exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0; exports.platform = exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = exports.markdownSummary = exports.summary = exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0;
const command_1 = __nccwpck_require__(7167); const command_1 = __nccwpck_require__(2202);
const file_command_1 = __nccwpck_require__(6026); const file_command_1 = __nccwpck_require__(5865);
const utils_1 = __nccwpck_require__(7027); const utils_1 = __nccwpck_require__(7158);
const os = __importStar(__nccwpck_require__(857)); const os = __importStar(__nccwpck_require__(857));
const path = __importStar(__nccwpck_require__(6928)); const path = __importStar(__nccwpck_require__(6928));
const oidc_utils_1 = __nccwpck_require__(4309); const oidc_utils_1 = __nccwpck_require__(3458);
/** /**
* The code to exit an action * The code to exit an action
*/ */
@ -433,29 +433,29 @@ exports.getIDToken = getIDToken;
/** /**
* Summary exports * Summary exports
*/ */
var summary_1 = __nccwpck_require__(1230); var summary_1 = __nccwpck_require__(2175);
Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } })); Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } }));
/** /**
* @deprecated use core.summary * @deprecated use core.summary
*/ */
var summary_2 = __nccwpck_require__(1230); var summary_2 = __nccwpck_require__(2175);
Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } })); Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } }));
/** /**
* Path exports * Path exports
*/ */
var path_utils_1 = __nccwpck_require__(5443); var path_utils_1 = __nccwpck_require__(2256);
Object.defineProperty(exports, "toPosixPath", ({ enumerable: true, get: function () { return path_utils_1.toPosixPath; } })); Object.defineProperty(exports, "toPosixPath", ({ enumerable: true, get: function () { return path_utils_1.toPosixPath; } }));
Object.defineProperty(exports, "toWin32Path", ({ enumerable: true, get: function () { return path_utils_1.toWin32Path; } })); Object.defineProperty(exports, "toWin32Path", ({ enumerable: true, get: function () { return path_utils_1.toWin32Path; } }));
Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: function () { return path_utils_1.toPlatformPath; } })); Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: function () { return path_utils_1.toPlatformPath; } }));
/** /**
* Platform utilities exports * Platform utilities exports
*/ */
exports.platform = __importStar(__nccwpck_require__(3835)); exports.platform = __importStar(__nccwpck_require__(2096));
//# sourceMappingURL=core.js.map //# sourceMappingURL=core.js.map
/***/ }), /***/ }),
/***/ 6026: /***/ 5865:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict"; "use strict";
@ -488,9 +488,10 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; exports.prepareKeyValueMessage = exports.issueFileCommand = void 0;
// We use any as a valid input type // We use any as a valid input type
/* eslint-disable @typescript-eslint/no-explicit-any */ /* eslint-disable @typescript-eslint/no-explicit-any */
const crypto = __importStar(__nccwpck_require__(6982));
const fs = __importStar(__nccwpck_require__(9896)); const fs = __importStar(__nccwpck_require__(9896));
const os = __importStar(__nccwpck_require__(857)); const os = __importStar(__nccwpck_require__(857));
const utils_1 = __nccwpck_require__(7027); const utils_1 = __nccwpck_require__(7158);
function issueFileCommand(command, message) { function issueFileCommand(command, message) {
const filePath = process.env[`GITHUB_${command}`]; const filePath = process.env[`GITHUB_${command}`];
if (!filePath) { if (!filePath) {
@ -523,7 +524,7 @@ exports.prepareKeyValueMessage = prepareKeyValueMessage;
/***/ }), /***/ }),
/***/ 4309: /***/ 3458:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict"; "use strict";
@ -541,7 +542,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.OidcClient = void 0; exports.OidcClient = void 0;
const http_client_1 = __nccwpck_require__(7952); const http_client_1 = __nccwpck_require__(7952);
const auth_1 = __nccwpck_require__(5916); const auth_1 = __nccwpck_require__(5916);
const core_1 = __nccwpck_require__(7463); const core_1 = __nccwpck_require__(4708);
class OidcClient { class OidcClient {
static createHttpClient(allowRetry = true, maxRetry = 10) { static createHttpClient(allowRetry = true, maxRetry = 10) {
const requestOptions = { const requestOptions = {
@ -607,7 +608,7 @@ exports.OidcClient = OidcClient;
/***/ }), /***/ }),
/***/ 5443: /***/ 2256:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict"; "use strict";
@ -676,7 +677,7 @@ exports.toPlatformPath = toPlatformPath;
/***/ }), /***/ }),
/***/ 3835: /***/ 2096:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict"; "use strict";
@ -777,7 +778,7 @@ exports.getDetails = getDetails;
/***/ }), /***/ }),
/***/ 1230: /***/ 2175:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict"; "use strict";
@ -1067,7 +1068,7 @@ exports.summary = _summary;
/***/ }), /***/ }),
/***/ 7027: /***/ 7158:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
"use strict"; "use strict";
@ -25690,7 +25691,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod }; return (mod && mod.__esModule) ? mod : { "default": mod };
}; };
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
const core = __importStar(__nccwpck_require__(7463)); const core = __importStar(__nccwpck_require__(4708));
const input_1 = __importDefault(__nccwpck_require__(9500)); const input_1 = __importDefault(__nccwpck_require__(9500));
const renovate_1 = __importDefault(__nccwpck_require__(1698)); const renovate_1 = __importDefault(__nccwpck_require__(1698));
async function run() { async function run() {
@ -25742,7 +25743,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
}; };
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.Input = void 0; exports.Input = void 0;
const core = __importStar(__nccwpck_require__(7463)); const core = __importStar(__nccwpck_require__(4708));
const path_1 = __importDefault(__nccwpck_require__(6928)); const path_1 = __importDefault(__nccwpck_require__(6928));
class Input { class Input {
options = { options = {

View file

@ -1,6 +1,6 @@
{ {
"name": "github-action", "name": "github-action",
"version": "40.3.2", "version": "40.3.3",
"private": true, "private": true,
"description": "GitHub Action to run Renovate self-hosted.", "description": "GitHub Action to run Renovate self-hosted.",
"homepage": "https://github.com/renovatebot/github-action#readme", "homepage": "https://github.com/renovatebot/github-action#readme",