Skip to content

Commit ac5af68

Browse files
Merge branch 'main' into fix/review-target-baseline
2 parents 526ba8b + d00f04a commit ac5af68

8 files changed

Lines changed: 15 additions & 8 deletions

File tree

.codeboarding/analysis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
3-
"generated_at": "2026-06-17T16:12:48.278993+00:00",
4-
"commit_hash": "56ed9e9cda6d084b194f3e3124dae296971c5cad",
3+
"generated_at": "2026-06-17T16:32:40.467774+00:00",
4+
"commit_hash": "9c45924a94953783056d890ff33143010d823d41",
55
"repo_name": "CodeBoarding-action",
66
"depth_level": 2,
77
"file_coverage_summary": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"commit_hash": "56ed9e9cda6d084b194f3e3124dae296971c5cad",
2+
"commit_hash": "9c45924a94953783056d890ff33143010d823d41",
33
"code_boarding_version": "0.2.0"
44
}

.codeboarding/health/health_report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"repository_name": "CodeBoarding-action",
3-
"timestamp": "2026-06-17T16:12:48.239147+00:00",
3+
"timestamp": "2026-06-17T16:32:40.429278+00:00",
44
"overall_score": 0.9954935622317596,
55
"check_summaries": [
66
{

.codeboarding/static_analysis.pkl

0 Bytes
Binary file not shown.

.codeboarding/static_analysis.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
v2
2-
56ed9e9cda6d084b194f3e3124dae296971c5cad
2+
9c45924a94953783056d890ff33143010d823d41

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.1"
2+
".": "1.5.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.2](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.5.1...v1.5.2) (2026-06-17)
4+
5+
6+
### Bug Fixes
7+
8+
* remove stale engine venv before recreating it ([fc3af60](https://github.com/CodeBoarding/CodeBoarding-action/commit/fc3af6047df9cb05c86f6c97661b9c46892ab199))
9+
310
## [1.5.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.5.0...v1.5.1) (2026-06-17)
411

512

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,6 @@ runs:
530530
shell: bash
531531
working-directory: codeboarding-engine
532532
run: |
533-
uv venv --clear
534533
uv pip install -e .
535534
536535
- name: Install LSP servers
@@ -992,7 +991,8 @@ runs:
992991
echo "::error::Head analysis ran but analysis.json is missing."
993992
exit 1
994993
fi
995-
echo "base_analysis=$BASE_DIR/analysis.json" >> $GITHUB_OUTPUT
994+
echo "base_analysis=$BASE_DIR/analysis.json"
995+
$GITHUB_OUTPUT
996996
echo "head_analysis=$HEAD_DIR/analysis.json" >> $GITHUB_OUTPUT
997997
998998
- name: Architecture health check (best-effort)

0 commit comments

Comments
 (0)