Skip to content

Commit

Permalink
Merge pull request #40 from cnagadya/main
Browse files Browse the repository at this point in the history
Make action GHES compatible
  • Loading branch information
lseppala authored May 31, 2023
2 parents d682d5d + db58887 commit c5ad0fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down Expand Up @@ -15518,7 +15518,7 @@ module.exports = require("zlib");
/***/ ((module) => {

"use strict";
module.exports = {"i8":"3.0.0"};
module.exports = {"i8":"3.0.2"};

/***/ })

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maven-dependency-tree-submission",
"version": "3.0.1",
"version": "3.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -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"
},
Expand Down

0 comments on commit c5ad0fd

Please sign in to comment.