chore(release): sync repository version to 2.0.957 [skip release publish]#1249
chore(release): sync repository version to 2.0.957 [skip release publish]#1249kantorcodes wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the version of the hol-guard package from 2.0.922 to 2.0.957 across pyproject.toml, src/codex_plugin_scanner/version.py, and uv.lock. I have no feedback to provide on these changes.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Greptile SummaryThis PR syncs the repository package version to
Confidence Score: 4/5The change is a narrow version metadata sync, with one action metadata mismatch that should be corrected before relying on this checkout for action installs. The modified files are limited to version declarations and lock metadata, making the release sync straightforward to assess. pyproject.toml and action/scanner-version.txt should be kept aligned so the repository version and action-installed scanner version match.
What T-Rex did
Reviews (1): Last reviewed commit: "chore(release): sync repository version ..." | Re-trigger Greptile |
| [project] | ||
| name = "hol-guard" | ||
| version = "2.0.922" | ||
| version = "2.0.957" |
There was a problem hiding this comment.
Action Scanner Version Stays Stale
When this repository version is bumped to 2.0.957, the checked-in GitHub Action can still read action/scanner-version.txt and install the older scanner version from PyPI. If the action is consumed from this checkout before the action metadata is updated, users can see repository/package metadata for 2.0.957 while the action runs an older scanner.
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (3 files)
Reviewed by step-3.7-flash-20260528 · Input: 153.9K · Output: 3.3K · Cached: 209.8K |
Summary
Testing
uv sync --frozen && uv run --no-sync python scripts/sync_repo_version.py --version "2.0.957"