Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/actions/install-and-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/download-jars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Binary file modified sca/bom/buildinfo/technologies/java/resources/gradle-dep-tree.jar
Binary file not shown.
Loading