From 4cc203c40dc0eb6b356306893cabda6ff9d42f33 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 May 2023 08:20:31 +0000 Subject: [PATCH] chore(release): 37.0.0 [skip ci] --- dist/index.js | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index 6e858e1b..46c34634 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4133,7 +4133,6 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); const docker_1 = __importDefault(__nccwpck_require__(512)); const exec_1 = __nccwpck_require__(514); const fs_1 = __importDefault(__nccwpck_require__(147)); -const os_1 = __importDefault(__nccwpck_require__(37)); const path_1 = __importDefault(__nccwpck_require__(17)); class Renovate { constructor(input) { @@ -4153,8 +4152,7 @@ class Renovate { const mountPath = path_1.default.join(this.configFileMountDir, baseName); dockerArguments.push(`--env ${configurationFile.key}=${mountPath}`, `--volume ${configurationFile.value}:${mountPath}`); } - const user = os_1.default.userInfo(); - dockerArguments.push('--volume /tmp:/tmp', `--user ${user.uid}:0`, '--rm', this.docker.image()); + dockerArguments.push('--volume /tmp:/tmp', '--rm', this.docker.image()); const command = `docker run ${dockerArguments.join(' ')}`; const code = await (0, exec_1.exec)(command); if (code !== 0) { diff --git a/package.json b/package.json index ad29fa83..3b77fa60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "36.1.1", + "version": "37.0.0", "private": true, "description": "GitHub Action to run Renovate self-hosted.", "license": "GPL-3.0-or-later",