Skip to content

72.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Dec 08:50
· 15 commits to main since this release

What's Changed

🐞 Bug Fixes

  • 87ed958 analyzer: Do not fail on paths with unmappable characters
  • 5009713 downloader: Copy non-archive artifacts to the output directory
  • 3544eeb renovate: Fix configuration for JRuby

🎉 New Features

  • da06426 commands: Support checking the syntax of repository config files
  • a6c5282 docker: Set the ANDROID_SDK_ROOT environment variable

✅ Tests

  • 16fe9c5 evaluated-model: Extract a result variable
  • 6c570e3 evaluated-model: Read the input only once
  • b5f0f24 python: Update expected results
  • df3e954 python: Update expected results
  • 350401c vulnerable-code: Add IntelliJ HTTP Client files

🐘 Build & ⚙️ CI

  • c7920ed flox: Add composite envionments with external tools
  • 7011d80 flox: Reorganize Flox environments
  • a2752f6 release: Fix setting the Sonatype connect timeout
  • d39d95d renovate: Add a job to validate the Renovate config file

📖 Documentation

  • fcc21dd NOTICE: Add a section for Individual Copyright Holders
  • 2ae22c9 NOTICE: Omit end years from ranges
  • 17fc956 common-utils: Remove an unnecessary comment
  • 53df893 node: Explain why a property needs to be internal
  • 60316b7 Do not conflate Copyright Holders with Authors
  • 39c0f32 Omit Copyright end years from ranges in source code

🔧 Chores

  • ae5142f common-utils: Generalize the name of a variable
  • 92e13c2 downloader: Only log about unpacking if something was unpacked
  • 9748e62 mailmap: Use Frank's gmail address

🚀 Dependency Updates

  • ce89925 Configure renovate for JRuby
  • 7b04d01 Downgrade the JRuby version
  • a49fd20 update actions/checkout digest to 8e8c483
  • fe0ad93 update actions/setup-java digest to f2beeb2
  • 0dfd253 update actions/setup-node digest to 395ad32
  • d450587 update aws-java-sdk-v2 monorepo
  • 08e631b update aws-java-sdk-v2 monorepo to v2.40.1
  • 5b0be2f update com.github.gmazzo.buildconfig to v6.0.6
  • 00b61c5 update dependency @easyops-cn/docusaurus-search-local to v0.52.2
  • 45a2edd update docker/metadata-action digest to c299e40
  • 3383f57 update github/codeql-action digest to fe4161a
  • 7d051a6 update graalvm/setup-graalvm digest to 790e289
  • 93c2922 update jgit to v7.5.0.202512021534-r
  • ccbccc5 update kotest to v6.0.7
  • 29abf45 update software.amazon.awssdk:s3 to v2.40.0

🚜 Refactorings

  • 3208c3c node: Extract "node_modules" to a constant
  • 5f66a7f node: Rework stashing of directories and files

💡 Other Changes

  • 2a9f2b0 style(downloader): Unwrap some logger lines for compactness