Skip to content

43.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 07:40
· 110 commits to main since this release

What's Changed

🐞 Bug Fixes

  • a9ce535 composer: Restore any modified files after analysis
  • 1d0805f cyclonedx: Avoid a StackOverflowError due to dependency cycles
  • 64f323b evaluator: Use invariant paths in ProjectSourceRule
  • 23c9bb0 Use limited parallelism to prevent thread starvation

✅ Tests

  • 958f871 node: Fix running NpmDetectionTest on Windows
  • 7e51acc node: Fix running Yarn2Test on Windows

🐘 Build & ⚙️ CI

  • 7abe559 gradle: Fix running OrtConfigurationTest on Windows
  • ac6b3ae github: Run unit tests on Windows

📖 Documentation

  • 69ace3b bower: Trivially add a comment to the model
  • dd7a5ee common-utils: Improve FileMatcher class documentation

🔧 Chores

  • 709053a common-utils: Only decide once which match() to call
  • 50aa02b common-utils: Move FileMatcher's constructor
  • fc5986b common-utils: Simplify a condition in FileMatcher
  • 32ab460 common-utils: Simplify a function in FileMatcher
  • 94ba630 evaluator: Prefer asList() to convert vararg
  • ee6016c node: Move a function out of Yarn2Test
  • 7b93abf node: Reduce indentation in Yarn2Test

🚀 Dependency Updates

  • ae6e660 update dependency org.springframework:spring-core to v6.2.1
  • d02f662 update github/codeql-action digest to df409f7

🚜 Refactorings

  • fe2776e bower: Migrate to the dependency graph API
  • 8516d2a Replace some remaining custom ProcessCapture calls