diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index 1c913283..d967f783 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -46,3 +46,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 #v5.0.1 with: commit_message: "Update dist/ after build" + commit_options: '--signoff' diff --git a/dist/index.js b/dist/index.js index b19a6b8d..1e455dad 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2639,6 +2639,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ +const crypto = __importStar(__nccwpck_require__(6982)); const fs = __importStar(__nccwpck_require__(9896)); const os = __importStar(__nccwpck_require__(857)); const utils_1 = __nccwpck_require__(302);