Below you will find pages that utilize the taxonomy term “Rul1an”
December 22, 2025
Verdict PR Gate
Version updated for https://github.com/Rul1an/verdict-action to version v0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Verdict PR Gate GitHub Action automates the evaluation of pull requests by downloading and running a specified version of the Verdict binary to perform CI validation tasks such as executing verdict ci, generating JUnit and SARIF reports, and optionally uploading SARIF to GitHub Code Scanning.
December 19, 2025
llm-cost
Version updated for https://github.com/Rul1an/llm-cost to version v1.9.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
December 19, 2025
llm-cost
Version updated for https://github.com/Rul1an/llm-cost to version v1.8.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
December 18, 2025
llm-cost
Version updated for https://github.com/Rul1an/llm-cost to version v1.7.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
December 18, 2025
llm-cost
Version updated for https://github.com/Rul1an/llm-cost to version v1.6.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
December 17, 2025
llm-cost
Version updated for https://github.com/Rul1an/llm-cost to version v1.5.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
December 15, 2025
llm-cost
Version updated for https://github.com/Rul1an/llm-cost to version v1.3.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 📣 Announcement: FinOps Validation Suite (v1.3.0) “FinOps-as-Code” is now Enterprise Ready.
We are proud to announce the release of llm-cost v1.3.0, introducing the FinOps Validation Suite. This release transforms llm-cost from a developer tool into a trusted financial instrument, capable of audit-grade cost validation.
December 15, 2025
llm-cost
Version updated for https://github.com/Rul1an/llm-cost to version v1.2.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes FinOps Validation Suite (Enterprise Compliance) This release introduces the FinOps Validation Suite, ensuring accurate, traceable, and scalable cloud cost allocation for LLMs.
🛡️ Compliance & Guardrails Fail-Fast Policy: Defaulting to strict data integrity (Exit Code 2 on corrupt input). Max Groups Limit: Enforces cardinality limits (default 100k) to prevent memory explosions.
December 14, 2025
llm-cost
Version updated for https://github.com/Rul1an/llm-cost to version v1.1.12.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
December 14, 2025
llm-cost
Version updated for https://github.com/Rul1an/llm-cost to version v1.1.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
December 13, 2025
llm-cost
Version updated for https://github.com/Rul1an/llm-cost to version v1.1.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v1.1.2: Hardening and Marketplace Integration Description: Promoted action.yml to repository root for Marketplace discovery.
Changes
Determinism: Implemented RFC 8785-compliant Canonical JSON writer. Output is now strictly lexicographically sorted and compact, ensuring stable hashes across runs. Security: Enforced 8KB line limits and 10MB buffer caps on Minisign verification to mitigate DoS vectors.
December 9, 2025
Zig Cross-Compiler
Version updated for https://github.com/Rul1an/zig-cross-compile-action to version v3.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed
SBOM: Automatically create parent directory for sbom_output if it doesn’t exist (fixes No such file or directory errors).
December 7, 2025
Zig Cross-Compiler
Version updated for https://github.com/Rul1an/zig-cross-compile-action to version v2.6.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added
Tier 1 Expansion: Promoted x86_64-linux-gnu and x86_64-linux-musl from Tier 2 to Tier 1. New Examples: Added examples/c-linux-gnu and examples/c-linux-musl as Verified Reference Architectures. Local Development: Added CONTRIBUTING.md with a “Paved Road” guide and scripts/local-ci.sh for running CI locally (act). Verify Level Input: Clarified verify-level behavior (soft check) in README.
December 6, 2025
Zig Cross-Compiler
Version updated for https://github.com/Rul1an/zig-cross-compile-action to version v2.5.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Validation Suite: Added missing dist/ creation for Go job and fixed a typo in the Rust verification step. Documentation: Restructured ARCHITECTURE.md to have a dedicated “Rust + Musl Policy” section, moving the allow caveat out of the Host Validation section.
December 6, 2025
Zig Cross-Compiler
Version updated for https://github.com/Rul1an/zig-cross-compile-action to version v2.4.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Zig Cross-Compiler Action v2.3.0 Overview Zig Cross-Compiler Action provides Docker-free cross-compilation for C, C++, Rust, and Go by wiring Zig’s cc / c++ toolchain into GitHub Actions. It turns a standard runner into a cross-compiling build host without containers, custom sysroots, or system headers.