November 18, 2024
terraform-cdk-action
Version updated for hashicorp/terraform-cdk-action to version v5.0.21.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 62 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 5.0.21 (2024-11-18)
November 18, 2024
Replexica
Version updated for replexica/replexica to version @replexica/cli@0.58.0.
This action is used across all versions by 17 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Minor Changes ff0d2d7 Thanks @maxprilutskiy! - add retry with exponential backoff to the cli Patch Changes 7ff7f8f Thanks @maxprilutskiy! - display number of entries in localization completion message
November 18, 2024
cdk-diff-action
Version updated for corymhall/cdk-diff-action to version v1.3.5.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.3.5 (2024-11-18)
November 17, 2024
Makepkg Build and Check (Unmaintained)
Version updated for edlanglois/pkgbuild-action to version v1.1.9.
This action is used across all versions by 112 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fix deprecated set-output (#13)
November 17, 2024
Skyline DataMiner Deploy Action
Version updated for SkylineCommunications/Skyline-DataMiner-Deploy-Action to version v2.0.1.
This action is used across all versions by 528 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Limiting .NET Tools to their correct range.
Full Changelog: https://github.com/SkylineCommunications/Skyline-DataMiner-Deploy-Action/compare/v2...v2.0.1
November 17, 2024
Slack Send to Slack
Version updated for slackapi/slack-github-action to version v2.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes YAML! And more API methods! With improved erroring! And more!
Sending data to Slack can now be done with the YAML format, and that data can be sent to a Slack API method or technique of choice with the provided payload.
November 17, 2024
GH Release
Version updated for softprops/action-gh-release to version v2.1.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Exciting New Features 🎉 feat: add support for release assets with multiple spaces within the name by @dukhine in https://github.com/softprops/action-gh-release/pull/518 feat: preserve upload order by @richarddd in https://github.com/softprops/action-gh-release/pull/500 Other Changes 🔄 chore(deps): bump @types/node from 22.8.2 to 22.8.7 by @dependabot in https://github.
November 17, 2024
octodns-sync
Version updated for solvaholic/octodns-sync to version v3.1.0.
This action is used across all versions by 20 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Feature: Add zones input variable to optional sync a subset of zones in the configuration by @maikelpoot in https://github.com/solvaholic/octodns-sync/pull/104 New Contributors @maikelpoot made their first contribution in https://github.com/solvaholic/octodns-sync/pull/104 Full Changelog: https://github.com/solvaholic/octodns-sync/compare/v3...v3.1.0
November 17, 2024
Official SonarQube Scan
Version updated for SonarSource/sonarqube-scan-action to version v4.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 12,932 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed SQSCANGHA-46 Replace the Docker action by a composite action by @henryju and @antonioaversa in https://github.com/SonarSource/sonarqube-scan-action/pull/145 This new major version removes Docker, moving to a composite action. This has multiple benefits:
you can now use our GitHub action with Java and Dart project, which previously didn’t support it due to Docker isolation your run won’t fail anymore in peak workload scenarios due to the Docker image hitting the rate limit on DockerHub the scan won’t need to run the scan as a root user, as recommended by GitHub for operations happening in a Docker container you will be able to run the action as part of your workflow on any Operating System We expect no issues for the vast majority of users, and we encourage you to move to the new version.