Skip to content

33.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 08:01
· 1114 commits to main since this release

What's Changed

Bug Fixes 🐞

  • a980b5d bazel: Force the generation of a MODULE.bazel.lock file
  • 3e1a8c4 scanner: Create intermediate nested provenance directories
  • 7a1c59d scanner: Properly handle scanPath() exceptions

New Features 🎉

  • 7f3764e bazel: Add support for the git_repository source info type
  • 0430090 bazel: Add support for the local_path source info type
  • 573b86f bazel: Prepare for other types of module source info
  • 0e2a943 sbt: Add back checking the global SBT version as well
  • b5efe6f sbt: Allow to configure the SBT version, and Java version / home
  • cd70325 scancode: Try to to get more information on failures
  • 165b3e6 yarn: Fail in case an update of the lockfile is needed

Build 🐘 & CI ⚙️

  • 12d16ab github: Submit the Gradle dependency graph for releases

Chores 🔧

  • 9fa1666 scanner: Get the time for a failure summary only once

Dependency Updates 🚀

  • 211890e docker: Pin setuptools version to 74.1.3
  • 5b9da04 docker: Upgrade Python to 3.11.10
  • a58ac50 docker: Upgrade pyenv to 2.4.13
  • f17d292 docker: Upgrade the INCLUDE-syntax extension
  • bc92f57 Update the dependency-analysis-gradle-plugin to version 2.1.0
  • 93fe4f9 update actions/setup-node digest to 0a44ba7
  • 426c04b update dependency com.networknt:json-schema-validator to v1.5.2
  • 442b553 update dependency com.zaxxer:hikaricp to v6
  • bfe97b1 update dependency gradle to v8.10.2
  • f883120 update dependency org.jetbrains.exposed:exposed-java-time to v0.55.0
  • 7512eeb update dependency org.jetbrains.gradle.plugin.idea-ext to v1.1.9
  • e63a244 update github/codeql-action digest to 294a9d9
  • 9e30e9d update github/codeql-action digest to 461ef6c
  • ad3b9fb update jetbrains/qodana-action action to v2024.2.3
  • 12efc26 update kotlinxserialization to v1.7.3

Documentation 📖

  • 062f517 scancode: Move a comment to a more relevant location

Refactorings 🚜

  • 047efd1 sbt: Factor code out of checkConfiguredSbtVersions()
  • 922e42f sbt: Only check SBT versions configured in the build
  • d9b30a6 sbt: Simplify the definition of default options
  • bff2ac8 yarn2: Improve a constant name

Tests ✅

  • 837d588 node: Make the naming of expected result files more consistent
  • 412a010 node: Move Pnpm test projects into a dedicated pnpm directory
  • 563ce35 node: Move Yarn2 test projects into a dedicated yarn2 directory
  • 9860496 node: Move the expected result files into each respective dir
  • 9198c5b npm: Stop using npm-expected-output.yml for multiple test cases
  • d346925 c44408f 2308b11 ac771e4 osv: Update expected results
  • 10618d5 pnpm: Slightly improve a project name and metadata
  • ad1329b pub: Update expected results
  • adeb51e python: Update expected results
  • 8f4b542 yarn2: Slighly improve a project name and metadata