Skip to content

v3.1.0 New Input Parameters for Maven Artifacts and Git Repositories

Latest

Choose a tag to compare

@JohT JohT released this 08 Dec 07:31
· 2 commits to main since this release
45d88c6

🚀 New Features

Input Parameters for Maven Artifacts

You can now analyze already published Maven artifacts without manually downloading and uploading them.
Simply provide comma-separated Maven coordinates via the new maven-artifacts input parameter.

Input Parameters for Git Source Repositories

Including a repository’s Git history or adding a repo to the source folder is now much easier.
Use the new parameters to automatically clone a repository as part of the workflow:

  • source-repository
  • source-repository-branch
  • source-repository-history-only

These options eliminate manual repository downloads and enable more automated, repeatable analyses.
Details see #477


📦 Dependency Updates

  • Update dependency @hpcc-js/wasm-graphviz-cli to v1.7.0 by @renovate[bot] in #478
  • Update actions/setup-java digest to f2beeb2 by @renovate[bot] in #480

Full Changelog: v3.0.2...v3.1.0