August 23, 2024
Julia TagBot
Version updated for JuliaRegistries/TagBot to version v1.19.2.
This action is used across all versions by 20,087 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Maintenance Create dependabot.yml by @IanButterworth in https://github.com/JuliaRegistries/TagBot/pull/324 Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/JuliaRegistries/TagBot/pull/325 Bump markupsafe from 2.0.1 to 2.1.5 by @dependabot in https://github.com/JuliaRegistries/TagBot/pull/326 Bump python-gnupg from 0.4.9 to 0.5.2 by @dependabot in https://github.com/JuliaRegistries/TagBot/pull/327 Bump pytest-cov from 2.
August 23, 2024
DOCtor-RST
Version updated for OskarStark/doctor-rst to version 1.62.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed composer(deps-dev): bump phpstan/phpstan from 1.11.1 to 1.11.2 by @dependabot in https://github.com/OskarStark/doctor-rst/pull/1744 composer(deps-dev): bump ergebnis/php-cs-fixer-config from 6.29.0 to 6.30.1 by @dependabot in https://github.com/OskarStark/doctor-rst/pull/1745 composer(deps): bump symfony/finder from 7.0.7 to 7.1.0 by @dependabot in https://github.com/OskarStark/doctor-rst/pull/1746 composer(deps): bump symfony/dependency-injection from 7.0.7 to 7.
August 23, 2024
Setup ROS environment
Version updated for ros-tooling/setup-ros to version 0.7.9.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Use grub-efi-*-signed corresponding to current arch (#732)
August 22, 2024
Keepalive Workflow
Version updated for gautamkrishnar/keepalive-workflow to version 2.0.7.
This action is used across all versions by 2,736 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed replace the default elapsed time value of 50 with 45 by @Han-Joon-Hyeok in https://github.com/gautamkrishnar/keepalive-workflow/pull/45 New Contributors @Han-Joon-Hyeok made their first contribution in https://github.com/gautamkrishnar/keepalive-workflow/pull/45 Full Changelog: https://github.com/gautamkrishnar/keepalive-workflow/compare/2.0.6...2.0.7
August 22, 2024
osv-scanner
Version updated for google/osv-scanner-action to version v1.8.4.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 303 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Bump OSV-Scanner version https://github.com/google/osv-scanner/releases/tag/v1.8.4
August 22, 2024
install-juliaup
Version updated for julia-actions/install-juliaup to version v2.1.1.
This action is used across all versions by 28 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add support for Linux on aarch64 by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/81 Full Changelog: https://github.com/julia-actions/install-juliaup/compare/v2...v2.1.1
August 22, 2024
run-digger
Version updated for diggerhq/digger to version v0.6.37.
This action is used across all versions by 14 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed ensure that the job refreshes after variables are saved by @motatoes in https://github.com/diggerhq/digger/pull/1673 also delete repository when deletion event comes through by @motatoes in https://github.com/diggerhq/digger/pull/1674 handle duplicate locks existing during unlock phase by @motatoes in https://github.com/diggerhq/digger/pull/1675 Full Changelog: https://github.com/diggerhq/digger/compare/v0.6.36...v0.6.37
August 22, 2024
branch-deploy
Version updated for github/branch-deploy to version v9.6.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 136 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed This release mainly contains one minor change to how a few Action inputs used. Some basic input validation is now applied to them, so if you provide an unexpected Action input, the workflow will now fail and log the correct options for the input for you to use instead.
August 22, 2024
Backport merged pull requests to selected branches
Version updated for korthout/backport-action to version v3.1.0.
This action is used across all versions by 534 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed This release adds a new input source_pr_number that allows you to specify the pull request to backport explicitly in your workflow. Previously, the action always determined the pull request from the event payload, limiting the action to only backport the pull request associated to the current workflow run.