Updates before release

This commit is contained in:
Peter Murray
2023-02-22 16:13:48 +00:00
committed by GitHub
parent 6a812c8cd6
commit 97c5431fc8
4 changed files with 372 additions and 269 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ echo -x
JDK_VERSION="18.0.2.1"
JDK_INSTALLER="/tmp/openjdk.tar.gz"
MVN_VERSION="3.8.6"
MVN_VERSION="3.9.0"
MVN_INSTALLER="/tmp/mvn.tar.gz"
wget https://download.java.net/java/GA/jdk${JDK_VERSION}/db379da656dc47308e138f21b33976fa/1/GPL/openjdk-${JDK_VERSION}_linux-x64_bin.tar.gz -O ${JDK_INSTALLER}
+370 -266
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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.7",
"@github/dependency-submission-toolkit": "^1.2.8",
"commander": "^9.4.0",
"packageurl-js": "^0.0.7"
},
-1
View File
@@ -2,7 +2,6 @@ import * as exec from '@actions/exec';
import * as core from '@actions/core';
import * as path from 'path';
import * as fs from 'fs';
import { fileExists } from './utils/file-utils';