April 26, 2024
Maven License Info Action
Version updated for YunaBraska/maven-license-info-action to version 2.0.1-rc.34.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/YunaBraska/maven-license-info-action/compare/2.0.1-rc.33...2.0.1-rc.34
April 26, 2024
Copilot Usage Action
Version updated for austenstone/copilot-usage to version v1.2.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Cleaned up the job summary and added new functionality.
April 26, 2024
action turnstyle-python
Version updated for beckermr/turnstyle-python to version v2.
This action is used across all versions by 338 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release adds support for specifying the workflow name.
April 26, 2024
GitHub Copilot Usage Metrics API Export
Version updated for bthomas2622/copilot-metrics-export-action to version v1.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added default logic for organization name. Improved documentation.
Full Changelog: https://github.com/bthomas2622/copilot-metrics-export-action/compare/v1...v1.1
April 26, 2024
Slugify Branch
Version updated for eltimn/slugify-action to version v2.0.1.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changed name in so it can be published to marketplace.
April 26, 2024
Endor Labs Scan
Version updated for endorlabs/github-action to version v1.1.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 86 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fixed: removed default value of the option bazel_targets_query by @Dogild in https://github.com/endorlabs/github-action/pull/41 Extend GitHub action to support artifact signing and verification by @dkourkouzelis in https://github.com/endorlabs/github-action/pull/39 CSE-1087: Added option for phantom dependency analysis by @dannykim-endor in https://github.
April 26, 2024
Build with Gradle
Version updated for gradle/actions to version v3.3.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 5,565 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This patch release fixes a bug in both dependency-submission and setup-gradle (#196 introduced in v3.3.1), which resulted in “No dependency-graph files found to submit” when using the download-and-submit function. A number of other minor issues have also been addressed:
April 26, 2024
Gradle Build Action
Version updated for gradle/gradle-build-action to version v3.3.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 49,355 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3 with
uses: gradle/actions/setup-gradle@v3 See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.
April 26, 2024
Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v3.3.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 58,533 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been deprecated by gradle/actions/wrapper-validation. Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/wrapper-validation-action@v3 with
uses: gradle/actions/wrapper-validation@v3 See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.