This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryDetect stale XLSX formula caches in CI before merging changes.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds XLSX Cache Doctor GitHub Action to detect stale formula caches. Adds XLSX Cache Doctor GitHub Action to detect stale formula caches. Source: llm_adapter@2026-05-30 Confidence: high |
— |
Full changelog
Find stale XLSX formula caches in CI before they land.
Use XLSX Cache Doctor when a repository stores .xlsx files and needs to know whether cached formula values are stale after code, data, SheetJS, ExcelJS, or xlsx-populate edits.
This v1 action scans one workbook or a repo-scale glob such as **/*.xlsx, supports pull-request-only scans with changed-files-only, writes a JSON report, and starts report-only by default. Set fail-on-stale: true when the team is ready to gate PRs.
- uses: proompteng/bilig@v1
with:
workbooks: "**/*.xlsx"
changed-files-only: true
Docs: https://proompteng.github.io/bilig/xlsx-cache-doctor-github-action.html
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Bilig
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]