Vendored
+2
-2
@@ -510,7 +510,7 @@ function getDetector() {
|
|||||||
function generateDependencyGraph(directory, config) {
|
function generateDependencyGraph(directory, config) {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
try {
|
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');
|
core.startGroup('depgraph-maven-plugin:reactor');
|
||||||
const mavenReactorArguments = [
|
const mavenReactorArguments = [
|
||||||
`com.github.ferstl:depgraph-maven-plugin:${DEPGRAPH_MAVEN_PLUGIN_VERSION}:reactor`,
|
`com.github.ferstl:depgraph-maven-plugin:${DEPGRAPH_MAVEN_PLUGIN_VERSION}:reactor`,
|
||||||
@@ -15518,7 +15518,7 @@ module.exports = require("zlib");
|
|||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
"use strict";
|
"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",
|
"name": "maven-dependency-tree-submission",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "maven-dependency-tree-submission",
|
"name": "maven-dependency-tree-submission",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
"@github/dependency-submission-toolkit": "^1.2.8",
|
"@github/dependency-submission-toolkit": "^1.2.10",
|
||||||
"commander": "^9.4.0",
|
"commander": "^9.4.0",
|
||||||
"packageurl-js": "^0.0.7"
|
"packageurl-js": "^0.0.7"
|
||||||
},
|
},
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "maven-dependency-tree-submission",
|
"name": "maven-dependency-tree-submission",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"homepage": "https://github.com/advanced-security/maven-dependency-tree-action#readme",
|
"homepage": "https://github.com/advanced-security/maven-dependency-tree-action#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
"@github/dependency-submission-toolkit": "^1.2.8",
|
"@github/dependency-submission-toolkit": "^1.2.10",
|
||||||
"commander": "^9.4.0",
|
"commander": "^9.4.0",
|
||||||
"packageurl-js": "^0.0.7"
|
"packageurl-js": "^0.0.7"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user