August 14, 2023
Merge Release
Version updated for Github-Actions-Community/merge-release to version v5.0.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Initial community release
August 14, 2023
json-yaml-validate
Version updated for GrantBirki/json-yaml-validate to version v2.2.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 217 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bug Fix: Report all errors, not just one by @GrantBirki in https://github.com/GrantBirki/json-yaml-validate/pull/33 Thanks to @johnnyjayjay for the bug report that got resolved in this release! 🚀
Full Changelog: https://github.com/GrantBirki/json-yaml-validate/compare/v2.2.0...v2.2.1
August 14, 2023
Salesforce Metadata Deploy
Version updated for jawills/sf-deploy to version v1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Build the package.xml and deploy using this GitHub Action.
August 14, 2023
Unity - Builder - Kuruk Mod
Version updated for kuruk-mm/unity-builder to version 0.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/kuruk-mm/unity-builder/compare/0.2...0.3
August 14, 2023
semantic-poetry
Version updated for matteo4diani/poetry-semantic-release to version v0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Easily publish your poetry-based Python projects to GitHub and PyPI in one go with semantic versioning 😼🚀
August 14, 2023
Google Drive File Uploader
Version updated for wodndb/google-drive-upload-action to version v1.2.5.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fix import github aciton core
August 13, 2023
License Compliance Checker
Version updated for arazutech/action-license-compliance to version v50.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Lorem Ipsum
August 13, 2023
ghast-scanner
Version updated for bin3xish477/ghast to version v1.8.8.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Adds two new auxiliary checks:
check_for_missing_gitignore_file - checks for missing .gitignore file in root of repository which could lead to accidentally committing sensitive folders/files to repository. check_for_missing_dockerignore_file - checks for missing .dockerignore file in root of repository which could lead to accidentally committing sensitive folders/files into your containerized applications.
August 13, 2023
Maximize build disk space
Version updated for easimon/maximize-build-space to version v8.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,519 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes When using custom mount points, ensure that the specified target directory exists Allow changing ownership of mounted volume (specify as user:group, defaults to runner:runner, which is the default github actions user/group) Thanks to @dawidd6 for the contribution!