September 20, 2023
setup-oras
Version updated for oras-project/setup-oras to version v1.1.0.
This publisher is shown as erified by GitHub. This action is used across all versions by 25 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes New Features Re-implementation of setup-oras using TypeScript More secure oras CLI binary acquisition by verifying checksums Supporting more oras CLI versions: v1.0.1 and v1.1.0 What’s Changed doc: update doc to use released tag v1 by @qweeah in https://github.
September 20, 2023
Release Notes Generator from Jira Release
Version updated for Propertyfinder/github-action-jira-release-notes to version v1.2.
This publisher is shown as erified by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Replace double quotes with backtick in Jiral ticket title when generating notes.
September 20, 2023
OS version
Version updated for sersoft-gmbh/os-version-action to version v3.0.1.
This publisher is shown as erified by GitHub. This action is used across all versions by 48 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Use alternative approach on linux when lsb_release is not available. Full Changelog: https://github.com/sersoft-gmbh/os-version-action/compare/v3...v3.0.1
September 20, 2023
Setup Perl environment
Version updated for shogo82148/actions-setup-perl to version v1.24.0.
This publisher is shown as erified by GitHub. This action is used across all versions by 2,555 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed update cpm by @shogo82148-slim in https://github.com/shogo82148/actions-setup-perl/pull/1600 update cpm by @shogo82148-slim in https://github.com/shogo82148/actions-setup-perl/pull/1601 update cpanm by @shogo82148-slim in https://github.com/shogo82148/actions-setup-perl/pull/1602 update cpanm by @shogo82148-slim in https://github.com/shogo82148/actions-setup-perl/pull/1604 update cpm by @shogo82148-slim in https://github.com/shogo82148/actions-setup-perl/pull/1605 update carton by @shogo82148-slim in https://github.
September 20, 2023
MkDocs Action
Version updated for Tiryoh/actions-mkdocs to version v0.21.0.
This publisher is shown as erified by GitHub. This action is used across all versions by 127 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore(deps): Bump mkdocs-htmlproofer-plugin from 0.10.2 to 0.10.3 by @dependabot in https://github.com/Tiryoh/actions-mkdocs/pull/140 chore(deps): Bump mkdocs-minify-plugin from 0.5.0 to 0.6.2 by @dependabot in https://github.com/Tiryoh/actions-mkdocs/pull/142 chore(deps): Bump mkdocs-git-revision-date-localized-plugin from 1.1.0 to 1.2.0 by @dependabot in https://github.
September 20, 2023
Detect CI Trigger
Version updated for xarray-contrib/ci-trigger to version v1.1.1.
This publisher is shown as erified by GitHub. This action is used across all versions by 216 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed use an environment variable to print the detected commit message by @keewis in https://github.com/xarray-contrib/ci-trigger/pull/5 This avoids expanding / potentially executing the first line of the commit message (reported in https://github.com/xarray-contrib/ci-trigger/issues/4). Full Changelog: https://github.
September 20, 2023
GPTCodeReviewer
Version updated for 0kenx/ChatGPT-CodeReview to version v0.1.0.
This publisher is shown as erified by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Allows action from draft PRs.
September 20, 2023
Update Property value
Version updated for anbazhagan45/update-property-value to version 1.0.1.
This publisher is shown as erified by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Updated to replace special char by @anbazhagan45 in https://github.com/anbazhagan45/update-property-value/pull/2 Full Changelog: https://github.com/anbazhagan45/update-property-value/commits/1.0.1
September 20, 2023
run-ansible-lint
Version updated for ansible/ansible-lint to version v6.20.0.
This publisher is shown as erified by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Minor Changes Respect cgroup CPU limits when running inside containers (#3749) @ssbarnea Rename –write option to –fix (#3748) @ssbarnea Add auto-fixing implementation for no-free-form rule (#3725) @ajinkyau Add auto-fixing implementation for partial-become rule (#3692) @shatakshiiii Add auto-fixing implementation for no-jinja-when rule (#3721) @shatakshiiii Bugfixes Fix the detection of role vars missing role prefix (#3750) @cavcrosby Clarify auto-fix arguments use (#3751) @ssbarnea Avoid IndexError exception with jinja transform (#3747) @ssbarnea Fix docs typo (#3746) @ssbarnea Add /bin/bash executable to example correct code for pipefail rule (#3731) @Perdu Properly avoid pipx venv path to be included in altered path warning (#3730) @chrysle Fix transform exception with local_action with old syntax (#3743) @ssbarnea Support only_upgrade (#3734) @soroshsabz