From 0fae6f7e1af629f09a3d5930ff7139703ccad32b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jan 2024 10:10:00 +0000 Subject: [PATCH] chore(release): 40.0.1 [skip ci] --- dist/index.js | 39 +++++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/dist/index.js b/dist/index.js index 9bf4f19f..270dea87 100644 --- a/dist/index.js +++ b/dist/index.js @@ -25940,6 +25940,9 @@ exports["default"] = _default; Object.defineProperty(exports, "__esModule", ({ value: true })); class Docker { + static image = 'ghcr.io/renovatebot/renovate'; + dockerImage; + fullTag; constructor(input) { const tag = input.getVersion(); this.dockerImage = input.getDockerImage() ?? Docker.image; @@ -25949,7 +25952,6 @@ class Docker { return `${this.dockerImage}:${this.fullTag}`; } } -Docker.image = 'ghcr.io/renovatebot/renovate'; exports["default"] = Docker; @@ -26042,20 +26044,23 @@ exports.Input = void 0; const core = __importStar(__nccwpck_require__(2186)); const path_1 = __importDefault(__nccwpck_require__(1017)); class Input { + options = { + envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS|(?:HTTPS?|NO)_PROXY|(?:https?|no)_proxy)$/, + configurationFile: { + input: 'configurationFile', + env: 'RENOVATE_CONFIG_FILE', + optional: true, + }, + token: { + input: 'token', + env: 'RENOVATE_TOKEN', + optional: false, + }, + }; + token; + _environmentVariables; + _configurationFile; constructor() { - this.options = { - envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS|(?:HTTPS?|NO)_PROXY|(?:https?|no)_proxy)$/, - configurationFile: { - input: 'configurationFile', - env: 'RENOVATE_CONFIG_FILE', - optional: true, - }, - token: { - input: 'token', - env: 'RENOVATE_TOKEN', - optional: false, - }, - }; const envRegexInput = core.getInput('env-regex'); const envRegex = envRegexInput ? new RegExp(envRegexInput) @@ -26148,9 +26153,12 @@ const exec_1 = __nccwpck_require__(1514); const fs_1 = __importDefault(__nccwpck_require__(7147)); const path_1 = __importDefault(__nccwpck_require__(1017)); class Renovate { + input; + static dockerGroupRegex = /^docker:x:(?[1-9][0-9]*):/m; + configFileMountDir = '/github-action'; + docker; constructor(input) { this.input = input; - this.configFileMountDir = '/github-action'; this.validateArguments(); this.docker = new docker_1.default(input); } @@ -26228,7 +26236,6 @@ class Renovate { } } } -Renovate.dockerGroupRegex = /^docker:x:(?[1-9][0-9]*):/m; exports["default"] = Renovate; diff --git a/package.json b/package.json index 0a8754d3..f2fcc5ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "40.0.0", + "version": "40.0.1", "private": true, "description": "GitHub Action to run Renovate self-hosted.", "license": "GPL-3.0-or-later",