Skip to content

92.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 11:46
· 202 commits to main since this release

What's Changed

🐞 Bug Fixes

  • b055b8b cyclonedx: Add components for projects
  • 68df80e cyclonedx: Handle excludes on top-level correctly

🎉 New Features

  • 8f03fdb scanoss: Include copyrightDetails in additionalData
  • 83c4ab1 scanoss: Include the status in per snippet additionalData
  • 22033f9 scanoss: Support representing chosen snippets as SnippetFinding

✅ Tests

  • 012d8b7 github-action: Update expected results
  • faeffd6 osv: Make the test for GitHub purls less flaky
  • 32007c9 osv: Update expected results
  • b6ca66f osv: Update expected results
  • c6f44f1 scanoss: Remove a minor code redundancy

🔧 Chores

  • 76f12c8 scanoss: Consistently use localFile
  • 0b39f69 scanoss: Slightly generalize some log output

🚀 Dependency Updates

  • 3760ebd update actions/attest-build-provenance action to v4.2.2
  • 0c243e1 update actions/setup-java action to v5.7.0
  • 8c353aa update at.yawk.lz4:lz4-java to v1.11.2
  • 1558b54 update aws-java-sdk-v2 monorepo to v2.50.1
  • 097bc47 update aws-java-sdk-v2 monorepo to v2.51.3
  • e8c62cd update com.icegreen:greenmail to v2.1.12
  • 5f597c7 update dependency @easyops-cn/docusaurus-search-local to v0.55.3
  • a3f95a1 update exposed to v1.4.0
  • 3af82ca update github/codeql-action action to v4.37.5
  • b2f8850 update github/codeql-action action to v4.37.6
  • 22117a8 update graalvm/setup-graalvm action to v1.6.4
  • 42531bc update gradle to v9.7.0
  • ffab841 update gradle/actions action to v6.3.0
  • a14d7bf update io.github.pdvrieze.xmlutil:serialization to v1.0.2
  • b101661 update io.ktor:ktor-version-catalog to v3.5.2
  • 2eab27b update jdx/mise-action action to v4.2.4
  • 32c060e update ksp monorepo to v2.3.11
  • cf2e32c update org.bouncycastle:bcprov-jdk18on to v1.85.2
  • 71e98c5 update org.cyclonedx:cyclonedx-core-java to v13.1.0
  • 39ae0c9 update org.graalvm.buildtools:native-gradle-plugin to v1.1.8

🚜 Refactorings

  • 820ec2a scanoss: Factor out two functions
  • 2b25960 scanoss: Invert an if-condition