May 4, 2024
Install GitHub Release binary
Version updated for EricCrosson/install-github-release-binary to version v2.4.20.
This action is used across all versions by 20 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 2.4.20 (2024-05-04) Bug Fixes deps: update dependency @octokit/rest to v20.1.1 (d4b74fd)
May 4, 2024
Generate Localized Readmes
Version updated for mrf0rtuna4/Github-Readme-AutoTranslator to version v1.1.1.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Version 1.1.1 Release Notes Bug Fixes: Fixed an issue where translation would fail for texts containing HTML tags and links by removing these elements before translation and reinserting them after translation. Implemented character limit control to ensure that translated texts do not exceed 5000 characters, as required by the translation service.
May 4, 2024
Cache Nix store
Version updated for nix-community/cache-nix-action to version v5.2.0.
This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Support two backends for the cache package (https://github.com/nix-community/cache-nix-action/pull/40): Add the backend input (there’s an issue though) Add BuildJet/toolkit fork (link). Add actions/toolkit fork (link). Fix setting outputs (https://github.com/nix-community/cache-nix-action/commit/1543078bc03636a65728d27b72d33f3c2d3da6f9).
May 4, 2024
SRComp Validate Action
Version updated for PeterJCLaw/srcomp-validate-action to version v0.7.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Now supports testing SRComp Scorer integrations too.
May 4, 2024
Differential ShellCheck
Version updated for redhat-plumbers-in-action/differential-shellcheck to version v5.2.0.
This action is used across all versions by 326 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed New Provide html output with detected defects :globe_with_meridians: (#400) @jamacku Embed code context into SARIF output :feet: (#399) @jamacku Update csdiff to 3.2.2 :rocket: (#395) @jamacku Allow specifying WORK_DIR for intermediate files (#393) @mpoberezhniy Documentation Simplify if statements in GHA workflows and in examples :duck: (#401) @jamacku Automation and CI changes Add labeler to replace Mergify :label: (#403) @jamacku Remove mergify it caused more problems than it solved :no_good_man: (#402) @jamacku Dependency Updates build(deps): bump redhat-plumbers-in-action/advanced-issue-labeler from 3.
May 4, 2024
Create OpsGenie Alert
Version updated for rockem/create-opsgenie-alert-action to version v1.3.0.
This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update README.md by @rockem in https://github.com/rockem/create-opsgenie-alert-action/pull/22 Bump undici from 5.28.2 to 5.28.4 by @dependabot in https://github.com/rockem/create-opsgenie-alert-action/pull/24 [#25] Fix failure when creating an alert without priority by @rockem in https://github.com/rockem/create-opsgenie-alert-action/pull/26 Added request_id output by @rockem in https://github.com/rockem/create-opsgenie-alert-action/pull/22 Full Changelog: https://github.com/rockem/create-opsgenie-alert-action/compare/v1.2.6...v1.3.0
May 4, 2024
Sphinx to GitHub Pages
Version updated for sphinx-notes/pages to version 3.1.
This action is used across all versions by 1,178 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Disable error log dumping since we can’t get tmpdir of log by @SilverRainZ in https://github.com/sphinx-notes/pages/pull/29 Prevent inappropriate file premissions break deployment by @SilverRainZ in https://github.com/sphinx-notes/pages/pull/32 Enable github problem matcher by @SilverRainZ in https://github.com/sphinx-notes/pages/pull/35 Revert “No longer need to fix file permissions” by @SilverRainZ in https://github.
May 4, 2024
Glob match
Version updated for tj-actions/glob to version v22.
This action is used across all versions by 140 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes in v22.0.0 🔥 🔥 BREAKING CHANGE 🔥 🔥
Renamed escape-paths input to safe-output. What’s Changed Upgraded to v21 by @tj-actions-bot in https://github.com/tj-actions/glob/pull/1116 chore(deps): update tj-actions/verify-changed-files action to v19 by @renovate in https://github.com/tj-actions/glob/pull/1117 chore(deps): update dependency @types/node to v20.11.23 by @renovate in https://github.
May 4, 2024
Verify Changed files
Version updated for tj-actions/verify-changed-files to version v20.
This action is used across all versions by 2,641 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes in v20.0.0 🔥 🔥 BREAKING CHANGE 🔥 🔥 Upgrade tj-actions/glob action to v22 🚀 🚀 NEW FEATURES 🚀 🚀 Optionally prevent reading the .gitgnore file when detecting uncommitted changes using the read-gitignore input. Fail a job when no uncommitted files can be found using the fail-if-unchanged input.