November 24, 2024
ZigCC
Version updated for jiacai2050/zigcc to version v1.0.1.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/jiacai2050/zigcc/compare/v1.0.0...v1.0.1
November 24, 2024
Install Qt (6.7+)
Version updated for Kidev/install-qt-action to version v4.2.2.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/Kidev/install-qt-action/commits/v4.2.2
November 24, 2024
Code Embedder
Version updated for kvankova/code-embedder to version v1.1.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes ✨ Features Add support for python 3.9+ @kvankova (#47)
November 24, 2024
Keepalive Workflow
Version updated for gautamkrishnar/keepalive-workflow to version 2.0.8.
This action is used across all versions by 3,009 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed added the ability to skip timeElapsed check by simply setting it to 0 Full Changelog: https://github.com/gautamkrishnar/keepalive-workflow/compare/2.0.7...2.0.8
November 24, 2024
Ensure SHA Pinned Actions
Version updated for zgosalvez/github-actions-ensure-sha-pinned-actions to version v3.0.17.
This action is used across all versions by 442 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump @vercel/ncc from 0.38.2 to 0.38.3 by @dependabot in https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/198 Bump eslint from 9.13.0 to 9.15.0 by @dependabot in https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/197 Bump yaml from 2.6.0 to 2.6.1 by @dependabot in https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/199 Full Changelog: https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/compare/v3...v3.0.17
November 24, 2024
Report LCOV
Version updated for zgosalvez/github-actions-report-lcov to version 4.1.20.
This action is used across all versions by 561 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump npm from 10.9.0 to 10.9.1 by @dependabot in https://github.com/zgosalvez/github-actions-report-lcov/pull/270 Bump eslint from 9.14.0 to 9.15.0 by @dependabot in https://github.com/zgosalvez/github-actions-report-lcov/pull/267 Bump @vercel/ncc from 0.38.2 to 0.38.3 by @dependabot in https://github.com/zgosalvez/github-actions-report-lcov/pull/268 Full Changelog: https://github.com/zgosalvez/github-actions-report-lcov/compare/v4...4.1.20
November 24, 2024
Build Rust Projects with Cross
Version updated for houseabsolute/actions-rust-cross to version v0.0.17.
This action is used across all versions by 735 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added support for running cargo bench or cross bench. Implemented by @RaulTrombin (Raul Victor Trombin). GH #32.
November 23, 2024
astral-sh/setup-uv
Version updated for astral-sh/setup-uv to version v4.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 4,314 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 🚨 Breaking change 🚨 By default, the action will now fail if caching is enabled but there is nothing to upload (the uv cache directory does not exist). If you want to ignore this, set the ignore-nothing-to-cache input to true.
November 23, 2024
MegaLinter
Version updated for oxsecurity/megalinter to version v8.3.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,365 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Core
Display command log (truncated to 250 chars) even when LOG_LEVEL is not DEBUG Allow to replace an ENV var value with the value of another ENV var before calling a PRE_COMMAND (helps for tflint run from GitHub Enterprise) Fix handling of git submodule paths Fixes