Update Dependencies by bigdaz · Pull Request #922 · gradle/actions (original) (raw)
This pull request primarily updates dependencies to ensure compatibility and benefit from the latest features and fixes. The most significant changes include upgrading the Develocity Gradle plugin and related workflow/test matrix versions, as well as updating several JavaScript/TypeScript development dependencies.
Gradle and Develocity plugin updates:
- Updated the
com.gradle.develocityplugin version from4.3.2to4.4.0across all workflow sample Gradle files and documentation. This ensures the latest features and fixes are used in all example and test projects. [1] [2] [3] [4] [5] - Changed the Develocity plugin version in the integration test matrix and related access key logic from
4.3.2to4.4.0in the GitHub Actions workflow configuration. [1] [2] [3] [4] [5]
GitHub Actions workflow updates:
- Upgraded the
gradle/actions/setup-gradleandgradle/actions/wrapper-validationactions from v5.0.2 to v6.0.1 in all relevant workflows, ensuring compatibility with the latest Gradle and GitHub Actions features. [1] [2] [3] - Updated the
github/codeql-action/initandgithub/codeql-action/analyzeactions to a new commit SHA, maintaining up-to-date security scanning.
JavaScript/TypeScript dependency updates: