July 13, 2026
Nitro Schema Publish
Version updated for https://github.com/ChilliCream/nitro-schema-publish to version v16.5.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Update Nitro CLI to 16.5.0 (4414fd9) Update Nitro CLI to 16.5.0-p.18 (f0993a9) Update Nitro CLI to 16.5.0-p.15 (087febf) Update Nitro CLI to 16.5.0-p.14 (1610de2) Update Nitro CLI to 16.5.0-p.13 (feb92af) Update Nitro CLI to 16.5.0-p.12 (7b4bd0d) Update Nitro CLI to 16.5.0-p.11 (0f7117b) Update Nitro CLI to 16.5.0-p.10 (9f878a5) Update Nitro CLI to 16.5.0-p.9 (4937267) Update Nitro CLI to 16.5.0-p.8 (a1601ad)
July 13, 2026
Nitro Schema Upload
Version updated for https://github.com/ChilliCream/nitro-schema-upload to version v16.5.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Update Nitro CLI to 16.5.0 (bb7d11b) Update Nitro CLI to 16.5.0-p.18 (34cd014) Update Nitro CLI to 16.5.0-p.15 (45f94c1) Update Nitro CLI to 16.5.0-p.14 (f435b0c) Update Nitro CLI to 16.5.0-p.13 (2685fa0) Update Nitro CLI to 16.5.0-p.12 (07e75f9) Update Nitro CLI to 16.5.0-p.11 (ece5bd8) Update Nitro CLI to 16.5.0-p.10 (e88a78f) Update Nitro CLI to 16.5.0-p.9 (3954cde) Update Nitro CLI to 16.5.0-p.8 (fa9e5f4)
July 13, 2026
Nitro Schema Validate
Version updated for https://github.com/ChilliCream/nitro-schema-validate to version v16.5.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Update Nitro CLI to 16.5.0 (9fb7d32) Update Nitro CLI to 16.5.0-p.18 (d57239a) Update Nitro CLI to 16.5.0-p.15 (fbdf775) Update Nitro CLI to 16.5.0-p.14 (6248f8c) Update Nitro CLI to 16.5.0-p.13 (028ee21) Update Nitro CLI to 16.5.0-p.12 (8dca63a) Update Nitro CLI to 16.5.0-p.11 (7e335e8) Update Nitro CLI to 16.5.0-p.10 (b1e033b) Update Nitro CLI to 16.5.0-p.9 (840eec6) Update Nitro CLI to 16.5.0-p.8 (c3f8884)
July 13, 2026
shadow-audit
Version updated for https://github.com/darkmaster0345/shadow-Audit to version v0.6.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
July 13, 2026
DoesQA Trigger
Version updated for https://github.com/Does-QA/action to version v1.1.37.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Security patch: fixed 1 → 1 vulnerabilities via npm audit fix.
July 13, 2026
cargo-deny
Version updated for https://github.com/EmbarkStudios/cargo-deny-action to version v2.1.0.
This action is used across all versions by 7,901 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Changed PR#881 refactored the CLI, moving some duplicated options/flags into the root and removing several deprecated options/flags/values. See the PR for a full list of changes. Added PR#879 resolved #873 by adding a new bans.std-replacements lint which checks the graph for crates.io sourced crates that have been partially or fully replaced in std and/or core. Fixed PR#880 resolved #765 by respecting non-default build script paths in manifests. PR#881 resolved #874 by cleaning up the CLI, deduplicating some options/flags that caused bug in the list subcommand.
July 13, 2026
EvoOM Guard
Version updated for https://github.com/EvoRiseKsa/EvoOM-Guard-m to version v3.4.3.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed What’s Changed Fix static pre-gate assurance metadata for v3.4.3 by @EvoRiseKsa in https://github.com/EvoRiseKsa/EvoOM-Guard-m/pull/51 Full Changelog: https://github.com/EvoRiseKsa/EvoOM-Guard-m/compare/v3.4.2...v3.4.3
July 13, 2026
Fallow - Codebase Intelligence
Version updated for https://github.com/fallow-rs/fallow to version v3.4.2.
This action is used across all versions by 307 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Suppression governance fallow suppressions: a read-only inventory of every active suppression marker, grouped per file with line, kind, level, and reason, plus project totals and a stale count cross-referenced from this run’s findings. Teams governing tech debt (and agents that should distrust a “clean” verdict) no longer grep for fallow-ignore by hand. Ships with --format json (new suppression-inventory envelope) and full workspace/changed/file scoping; always exits 0. MCP tool list_suppressions exposes the same inventory to agents on the MCP surface, returning the JSON envelope verbatim. Every “To suppress:” hint in the human footer now names a token fallow actually parses. Eight sections printed tokens the parser does not recognize, so following the hint suppressed nothing and then surfaced a stale-suppression finding on top. Hint tokens now derive from the issue registry, backed by a roundtrip guard test. Thanks @slyeargin for catching the unused-files case in #1820. Native GitHub workflow output --format github-annotations and --format github-summary: inline PR annotations (::error / ::warning / ::notice workflow commands) and job-summary markdown straight from the CLI, no bundled action required. Both are log-based, so they render on fork PRs without a write token. fallow report --from <results.json>: analyze once with fallow --format json -o results.json, then render annotations and the job summary from the saved envelope, byte-identical to the direct run. Monorepo CI paths Behavior change: CI-facing formats emit repository-root-relative paths when --root is a subdirectory. GitLab’s Code Quality widget matched nothing and inline review discussions were rejected when the analyzed project lived in a package subdirectory, because codeclimate, review-github, and review-gitlab addressed files relative to --root. All CI formats now share one namespace, detected via the git toplevel; pass --report-path-prefix '' to restore the old output. Single-package repositories are unaffected. See docs/backwards-compatibility.md for the classification rationale. --annotations-path-prefix is now --report-path-prefix and governs every CI-facing format; the old name keeps working as an alias. --diff-file resolves the diff’s path namespace from the diff itself, so changed-file filtering works in monorepo packages for both git diff conventions; a diff that parses but touches no analyzable files filters to zero findings, and an unplaceable diff warns and reports at full scope instead of producing a plausible-looking empty report. Renamed files keep their old_path in review-gitlab. Thanks @Jerc92 for the diagnosis and the patch in #1808. unused-class-members accuracy Four extraction gaps produced false positives on dependency-injection-style code, reported across three issues by adopters running the rule on real codebases:
July 13, 2026
GitHub Star Tracker
Version updated for https://github.com/fbuireu/github-star-tracker to version v1.22.3.
This action is used across all versions by 2 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed 1.22.3 (2026-07-13) Bug Fixes tolerate stargazer page failures and stop swallowing fetch errors (#150) (a302833)
July 13, 2026
GHA Bump Tag
Version updated for https://github.com/gha-actions/bump-tag to version 0.4.0.
This action is used across all versions by 9 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed What’s Changed Enable RELEASE_CREATE in bump workflow by @jaynath-d in https://github.com/gha-actions/bump-tag/pull/5 Full Changelog: https://github.com/gha-actions/bump-tag/compare/0.3.0...0.4.0