Vendored
+2
-2
@@ -510,7 +510,7 @@ function getDetector() {
|
||||
function generateDependencyGraph(directory, config) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
try {
|
||||
const mvn = new maven_runner_1.MavenRunner(directory, config === null || config === void 0 ? void 0 : config.settingsFile, config === null || config === void 0 ? void 0 : config.ignoreMavenWrapper);
|
||||
const mvn = new maven_runner_1.MavenRunner(directory, config === null || config === void 0 ? void 0 : config.settingsFile, config === null || config === void 0 ? void 0 : config.ignoreMavenWrapper, config === null || config === void 0 ? void 0 : config.mavenArgs);
|
||||
core.startGroup('depgraph-maven-plugin:reactor');
|
||||
const mavenReactorArguments = [
|
||||
`com.github.ferstl:depgraph-maven-plugin:${DEPGRAPH_MAVEN_PLUGIN_VERSION}:reactor`,
|
||||
@@ -15518,7 +15518,7 @@ module.exports = require("zlib");
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
module.exports = {"i8":"3.0.0"};
|
||||
module.exports = {"i8":"3.0.2"};
|
||||
|
||||
/***/ })
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Generated
+3
-3
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "maven-dependency-tree-submission",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "maven-dependency-tree-submission",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@github/dependency-submission-toolkit": "^1.2.8",
|
||||
"@github/dependency-submission-toolkit": "^1.2.10",
|
||||
"commander": "^9.4.0",
|
||||
"packageurl-js": "^0.0.7"
|
||||
},
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "maven-dependency-tree-submission",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@@ -22,7 +22,7 @@
|
||||
"homepage": "https://github.com/advanced-security/maven-dependency-tree-action#readme",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@github/dependency-submission-toolkit": "^1.2.8",
|
||||
"@github/dependency-submission-toolkit": "^1.2.10",
|
||||
"commander": "^9.4.0",
|
||||
"packageurl-js": "^0.0.7"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user