diff --git a/.github/actions/install-and-setup/action.yml b/.github/actions/install-and-setup/action.yml index f4f3e3abb..4b0ec7601 100644 --- a/.github/actions/install-and-setup/action.yml +++ b/.github/actions/install-and-setup/action.yml @@ -6,6 +6,10 @@ inputs: description: "Set to 'true' to install Swift. warning: the install-swift actions are flaky and may fail on some platforms." required: false default: 'false' + go-version-file: + description: "Path to the Go version file." + required: true + default: 'go.mod' runs: using: "composite" diff --git a/buildscripts/download-jars.sh b/buildscripts/download-jars.sh index f64db11d6..d374bb025 100755 --- a/buildscripts/download-jars.sh +++ b/buildscripts/download-jars.sh @@ -7,7 +7,7 @@ # https://github.com/jfrog/maven-dep-tree # Once you have updated the versions mentioned below, please execute this script from the root directory of the jfrog-cli-core to ensure the JAR files are updated. -GRADLE_DEP_TREE_VERSION="3.2.1" +GRADLE_DEP_TREE_VERSION="3.2.4" # Changing this version also requires a change in mavenDepTreeVersion within utils/java/mvn.go. MAVEN_DEP_TREE_VERSION="1.1.5" diff --git a/sca/bom/buildinfo/technologies/java/resources/gradle-dep-tree.jar b/sca/bom/buildinfo/technologies/java/resources/gradle-dep-tree.jar index 417975af2..35862a718 100644 Binary files a/sca/bom/buildinfo/technologies/java/resources/gradle-dep-tree.jar and b/sca/bom/buildinfo/technologies/java/resources/gradle-dep-tree.jar differ