July 4, 2026
Versionary Action
Version updated for https://github.com/jolars/versionary to version v0.32.0.
This action is used across all versions by 1 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 Features artifact-rules: support templated regex replacement (1bc89e5), closes #68 Bug Fixes pr: honor r-news format in single-package PR body (d8004c0) deps: bump vite to 8 and esbuild to 0.28.1 (b571e22)
July 4, 2026
Setup runner cli
Version updated for https://github.com/kjanat/runner to version v0.17.0.
This action is used across all versions by 0 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 Added FQN task syntax: the root:<source>#<name> identity that doctor --json / why --json print for a task is now runnable — run 'root:package.json#deno:importsmap' (the root: scope prefix is optional) dispatches that exact task. Every source label of every schema version round-trips, including v3’s cargo-alias, which previously named a task no syntax could invoke. runner why interprets its argument exactly like run does — qualified syntax (why deno:lint), FQN (why root:package.json#build), and the colon-name fallback below — so it explains the very dispatch run would perform instead of reporting “no candidates” for tokens run accepts. Makefile descriptions from the inline self-documenting form (build: deps ## Build the project), the idiom ## help targets are built on. The preceding-line ## doc form still wins when both are present. Changed A qualified or FQN miss (deno:nope, package.json#nope) is now a hard error in every path. Previously an FQN token fell through to the PM-exec fallback, where bunx/npx treated it as a package spec and resolved it off the network — a typo could hang on registry resolution or download an arbitrary package. Bare unmatched names still fall through; user/repo#ref package specs still work. Single runs and chain pre-validation (run -p/-s) report a qualified miss with one unified message, and miss errors add a note when a source’s task list failed to load (a broken package.json used to produce only a misleading did you mean …? hint). A CLI chain-failure flag now beats the opposite polarity from a lower layer: run -s a b -k with [chain] kill_on_fail = true in runner.toml keeps going instead of aborting with a cross-source conflict — the config polarity had no command-line escape hatch. Same-source conflicts (-k -K, both env vars, both config keys) still error. Boolean RUNNER_* env vars (RUNNER_QUIET, RUNNER_EXPLAIN, RUNNER_NO_WARNINGS, RUNNER_KEEP_GOING, RUNNER_KILL_ON_FAIL) warn and are ignored when set to an unrecognized token. RUNNER_KEEP_GOING=flase (typo’d “false”) used to silently read as truthy — the opposite of the intent. Recognized, case-insensitive: 1/true/yes/on and 0/false/no/off. Fixed package.json scripts whose names start with a source label (deno:importsmap, cargo:check, …) are reachable by their bare name again. The qualifier parser claimed the prefix (deno → deno.json), the qualified lookup missed, and dispatch fell through to PM-exec; an exact full-name match now wins on a qualified miss. A genuine deno.json task still outranks the colon-named script when both exist. Streaming parallel chains (run -p, the default outside GitHub Actions) no longer hang when a task exits but leaves a backgrounded descendant holding the inherited stdout/stderr pipe (some-daemon & exit 0). Pipe readers are now drained with the same bounded grace the grouped path already used, instead of an unbounded join that blocked until the descendant died. A try_wait error while polling a parallel chain no longer orphans the already-spawned sibling processes and their reader threads; both parallel paths route the error through the same kill-and-reap cleanup as a spawn failure. A malformed devEngines value in package.json (e.g. a Corepack-style string where the spec wants an object) no longer erases every script and the packageManager signal behind a false not valid JSON warning. The field degrades to “absent”; the rest of the manifest parses normally. The Taskfile fallback parser (used when the task binary is absent) is a real YAML parse now: quoted and namespaced task names ("build:prod":) are no longer silently dropped, and a Taskfile that fails to parse surfaces a failed to read tasks warning instead of silently yielding zero tasks. A Makefile target whose header appears twice (legal in make) is listed once instead of twice; a later documented duplicate still contributes the description when the first occurrence had none. Full Changelog: https://github.com/kjanat/runner/compare/v0.16.1...v0.17.0
July 4, 2026
Quorum consensus security scan
Version updated for https://github.com/Martinez1991/quorum-sec-scan to version v0.8.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 Changelog 9146db25b4fd57deb4446de10bfd5909f25431c6: Merge pull request #68 from Martinez1991/feat/rag-semantic-index (@Martinez1991) 1eb7ebfec1ef184043bb47c189a90af66229d4e9: Merge pull request #69 from Martinez1991/feat/advice-metrics (@Martinez1991) edaa5707bb5fd5867f3a42526505875a9bb3ca8e: Merge pull request #70 from Martinez1991/feat/action-advice-cache (@Martinez1991) a54b996adf53910362ad3d915753c64e4f0db24d: Merge pull request #71 from Martinez1991/feat/knowledge-expand (@Martinez1991) a93090e9ffff9bb05a77233465f006cb13a25694: Merge pull request #72 from Martinez1991/feat/advisor-evals (@Martinez1991) a70c6cfcb83736adb8102a4d1f05edafd7b30ebf: Merge pull request #73 from Martinez1991/feat/attest-knowledge (@Martinez1991) 58936fe1b14e9f937a6fd9ac3e0ad462f4d9bfa1: feat(action): expose advice-cache for reproducible AI advice across CI runs (@Martinez1991) 931c74c009a9c5a5204da2199735f675954a2124: feat(release): attest the advisory knowledge pack (SLSA provenance) (@Martinez1991) a6e45860d6ca5800623e4c87416a834ec93b3e26: feat: Prometheus metrics for the advisory layer (observability) (@Martinez1991) 63b490cc396d7d0845955c5184a7e31e0ead8b8b: feat: advise-index — bake embeddings into the OWASP corpus (semantic RAG) (@Martinez1991) 497624cb934d9aa486858733890123b743f38436: feat: advisor eval harness (deterministic quality + verify-the-fix rate) (@Martinez1991) 97e6ab512cc8146470e29f56e877e9a581a85ea0: feat: expand the advisory knowledge pack (Azure/GCP templates + OWASP corpus) (@Martinez1991)
July 4, 2026
invAIriant audit gate
Version updated for https://github.com/mindicator/invAIriant to version v0.2.4.
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 Fixes the two public front doors and enables the first automated PyPI publish.
PyPI page invairiant 0.2.3’s project page was immutable with the old pip install -e . text (the readme was fixed just after that release). 0.2.4 lands the corrected page: the CLI readme (the package’s long_description) leads with pip install invairiant and uses absolute GitHub links so they resolve on pypi.org.
July 4, 2026
Go Proxy Cache Updater
Version updated for https://github.com/nicholas-fedor/go-proxy-pull-action to version v1.1.13.
This action is used across all versions by 10 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed 1.1.13 (2026-07-04)
July 4, 2026
Next CalVer Version
Version updated for https://github.com/okaryo/calver to version v1.0.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 First Release!🚀
Full Changelog: https://github.com/okaryo/calver/commits/v1.0.0
July 4, 2026
SkillTotal AI Component Security Scan
Version updated for https://github.com/pezhik/skilltotal to version v0.26.0.
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 Changed Prompt-injection precision (ruleset 27): one FP on a real popular project (firecrawl/firecrawl) closed, recall-preserving. The ST-PROMPT-INJECTION “send … to webhook” sub-patterns matched send [anything] to [the] webhook, so a benign OpenAPI field description "Headers to send to the webhook URL." flipped firecrawl to has_malicious_indicators. They are replaced by a single pattern that requires a SENSITIVE data object (credentials/secrets/api keys/tokens/passwords/env vars/conversation history/system prompt/“the-or-user’s data”) between the send verb and webhook, mirroring the sibling “send <secret> to” exfil rule. Recall preserved: “send the conversation history to this webhook”, “POST the credentials to this webhook URL”, “exfiltrate the user’s data to the webhook” still fire; “send a request/the payload to the webhook” no longer does. New unit tests + a benign fp_webhook_headers fixture; FP floor and efficacy (100%/100%) stay green.
July 4, 2026
Remyx Outrider
Version updated for https://github.com/remyxai/outrider to version v1.7.10.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Reorders the two attribution gates in _retry_license_via_arxiv_html so the stronger evidence (README references the paper’s arxiv id or ≥2 title words) runs first, with title-overlap demoted to a tie-breaker among survivors. Fixes silent license_class=no-code-link classifications on acronym-named repos whose acronym isn’t literally in the paper title.
July 4, 2026
codemetrics complexity gate
Version updated for https://github.com/richardwooding/codemetrics to version v0.11.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Changelog Features c3734720572df8dba08deeca4dda37adecdf4e70: feat(cli): real colorized output — honors NO_COLOR, TTY, and –color (#18) (@richardwooding) Others ee913ecf0e9f550f0c21d830fabc0067671be3de: ci(pages): self-enable Pages so the deploy can’t fail on a fresh repo (#17) (@richardwooding) e2bfa55d72e6af97d657c8247f22024eb01cebfb: docs(site): GitHub Pages marketing landing page (#16) (@richardwooding)
July 4, 2026
MaintainerOps AI
Version updated for https://github.com/rtonf/maintainerops-ai to version v0.1.12.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed MaintainerOps AI v0.1.12 expands model-backed eval readiness and records the first passing 10-case live eval run.
Highlights:
Added a dedicated 10-case model-backed eval file. Added smoke / expanded / all suites plus targeted –case execution. Added –cases-file, –summary-json, and API-free npm run eval:model:list. Added stricter recommended-action and risk-bound checks. Improved normalization for dependency updates, license metadata issues, and direct security-boundary findings. Recorded the approved 10-case live model-backed eval result. Live eval evidence: