Skip to content

Releases: PythonWoods-Dev/zenzic-action

v2.14.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 17:56
v2.14.0
f6bc8b1

Zenzic GitHub Action v2.14.0

zenzic-action v2.14.0 brings full compatibility with Zenzic v0.30.0, enabling automated documentation quality scoring, secret detection, and policy-as-code enforcement directly in GitHub Actions CI pipelines.


✨ Highlights

  • Zenzic v0.30.0 Engine: Out-of-the-box support for the new semantic prose rules, heading templates, and list auto-formatting checks.
  • Hardened SARIF & Code Scanning: Improved diagnostic reporting into GitHub Advanced Security with accurate line ranges and severity mapping.
  • Deterministic CI Execution: Isolated runner environment with strict exit code guarantees and zero runtime telemetry leakage.
  • Refreshed Visual Assets: Adaptive dark/light branding optimized for GitHub Markdown.

🛠️ Quickstart

- name: Run Zenzic DQP Audit
  uses: PythonWoods/zenzic-action@v2
  with:
    path: 'docs'
    strict: true
    sarif: true
**```**


**Full Changelog**: https://github.com/PythonWoods-Dev/zenzic-action/compare/v2.13.1...v2.14.0

v2

v2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 17:48
v2
f6bc8b1

Full Changelog: v1...v2

What's Changed

Full Changelog: v1...v2

What's Changed

Full Changelog: v1...v2

What's Changed

  • fix(config): purge legacy i18n configurations and harden release automation by @PythonWoods-Dev in #29

Full Changelog: v2.1.0...v2

What's Changed

Full Changelog: v2.1.1...v2

What's Changed

Full Changelog: v2.2.0...v2

What's Changed

Full Changelog: v2.2.1...v2

What's Changed

Full Changelog: v2.2.2...v2

What's Changed

Full Changelog: v2.3.0...v2

What's Changed

Full Changelog: v2.3.0...v2

What's Changed

Full Changelog: v2.3.1...v2

What's Changed

Full Changelog: v2.3.1...v2

What's Changed

Full Changelog: v2.4.0...v2

What's Changed

Full Changelog: v2.5.0...v2

What's Changed

Full Changelog: v2.5.1...v2

What's Changed

Full Changelog: v2.5.2...v2

What's Changed

Full Changelog: v2.6.0...v2

What's Changed

Full Changelog: v2.6.1...v2

What's Changed

Full Changelog: v2.6.2...v2

What's Changed

Full Changelog: v2.7.0...v2

What's Changed

  • feat(core): bump zenzic core pin to v0.22.0 and setup-uv to v8.3.2 by @PythonWoods-Dev in #63

Full Changelog: v2.7.1...v2

What's Changed

Full Changelog: v2.8.0...v2

What's Changed

Full Changelog: v2.8.1...v2

What's Changed

Full Changelog: v2.8.2...v2

What's Changed

Full Changelog: v2.8.3...v2

What's Changed

Full Changelog: v2.9.0...v2

What's Changed

Full Changelog: v2.9.1...v2

What's Changed

Full Changelog: v2.10.0...v2

What's Changed

Full Changelog: v2.10.1...v2

What's Changed

Full Changelog: v2.10.2...v2

What's Changed

Full Changelog: https://github.com/PythonWoods/zenzic-action/compare/v2.10.3....

Read more

v2.13.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 12:47
v2.13.1
12d9df4

Zenzic Action v2.13.1

This patch release aligns the GitHub Action with Zenzic Core v0.29.1, inheriting critical security remediations and supply chain updates.

Changed

  • Core Baseline Alignment: Realigned default pinned Zenzic Core dependency to 0.29.1.

Fixed

  • Security Remediation: Inherits the core engine fixes for credential masking (CWE-312) and AST Mutator ReDoS prevention, ensuring a secure execution environment within GitHub Actions.

v2.13.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 17:05
v2.13.0
a55c648

Zenzic Action v2.13.0

This release aligns the GitHub Action with Zenzic Core v0.29.0, enabling CI/CD enforcement for the expanded Policy-as-Code engine.

Added

  • Policy-as-Code Enforcement (Z612Z616): The action now natively evaluates and enforces the new metadata and link governance rules, including frontmatter schema validation, Zero-Trust domain whitelisting, and cross-namespace boundary checks.

Changed

  • Core Baseline Alignment: Realigned default pinned Zenzic Core dependency to 0.29.0.
  • Taxonomic Alignment: Supports the renamed Z620 (formerly Z118) finding code for stale global suppressions.

Fixed

  • Documentation Automation (Zero-DBT): Automated the synchronization of Core version strings in the README.md during release cycles, eradicating version drift.

Full Changelog: v2.12.1...v2.13.0

v2.12.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 16:50
v2.12.1
bf58879

This patch release aligns the GitHub Action with Zenzic Core v0.28.1, inheriting critical fixes for the semantic linting engine.

Fixed

  • AST Parser (Z511): Inherited core engine fix for raw HTML block parsing to prevent false positive excessive sentence length warnings in CI workflows.

Changed

  • Core Baseline Alignment: Realigned default pinned Zenzic Core dependency to 0.28.1.

v2.12.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 18:53
v2.12.0
443b763

Zenzic Action v2.12.0

This release aligns the GitHub Action with Zenzic Core v0.28.0, introducing automated compliance reporting and enriched security dashboard integration.

Added

  • Audit Mode Artifact: Added the generate_audit_report input (default: false). When enabled, the action generates a deterministic compliance ledger (zenzic-audit.json) detailing active policies, technical debt, and DQS calculations, and uploads it as a workflow artifact.
  • Enterprise SARIF Support: The action now uploads the enriched SARIF v2.1.0 payload, providing GitHub Code Scanning with rule taxonomy categories, DQS penalty weights, and canonical documentation URIs.

Changed

  • Core Baseline Alignment: Realigned default pinned Zenzic Core dependency to 0.28.0.

Fixed

  • Structural Integrity: Resolved Z512 (Empty Heading) and Z411 (Dead End Node) findings across the repository's documentation to achieve a 100/100 Document Quality Score (DQS).
  • Asset Resolution: Restored missing SVG assets and the Apache 2.0 LICENSE file to resolve Z104 (File Not Found) errors.

Full Changelog: v2.11.2...v2.12.0

v2.11.2

Choose a tag to compare

@github-actions github-actions released this 05 Aug 18:02
v2.11.2
0af36c2

This release aligns the Zenzic GitHub Action with the latest Zenzic Core Engine v0.27.2.

Changed

  • Core Baseline Alignment: Bumped the default Zenzic Core version in action.yml to 0.27.2.
  • Inherits all performance improvements from Zenzic Core v0.27.2, including optimized event coalescing and debounce buffering for large-scale documentation repositories.

v2.11.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 11:31
v2.11.1
d72abed

This release updates the GitHub Action to use Zenzic Core v0.27.1 by default.

Changes

  • Core Engine Bump: The default version of Zenzic installed by this action is now 0.27.1, which includes critical fixes for topological graph analysis and configuration validation.
  • Baseline Tracking Support: The action fully supports the new v0.27 Baseline Tracking feature. You can now enforce anti-regression policies by passing args: check all --baseline .zenzic-baseline.json in your workflow configuration.

Full Changelog: v2...v2.11.1

v2.11.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 18:06
v2.11.0
ae6a259

Zenzic Action v2.11.0

This release aligns the GitHub Action with Zenzic Core v0.27.0, introducing support for Baseline Tracking and the Smart Link Graph.

Added

  • Baseline & Regression Tracking: Added documentation and example workflows for --baseline .zenzic-baseline.json and --update-baseline.
  • New Rule Diagnostic Support: Automatic SARIF upload and PR annotations for new Z4xx (Smart Link Graph), Z5xx (Semantic Linting), and Z1xx (Configuration Engine) rules.

Changed

  • Core Baseline Alignment: Realigned default pinned Zenzic Core dependency to 0.27.0.

v2.10.4

Choose a tag to compare

@github-actions github-actions released this 29 Jul 18:45
v2.10.4
0dad0e4

[2.10.4] - 2026-07-29

Version v2.10.4 realigns the GitHub Action dependency pin with Zenzic Core v0.26.5. The dependency remains strictly pinned to an immutable commit SHA to guarantee Supply Chain Security (ADR-089).

Full Changelog: v2...v2.10.4