diff --git a/.github/actions/install-agent-harnesses/action.yml b/.github/actions/install-agent-harnesses/action.yml index 5d0ff334b..5693e091a 100644 --- a/.github/actions/install-agent-harnesses/action.yml +++ b/.github/actions/install-agent-harnesses/action.yml @@ -21,7 +21,7 @@ runs: uses: actions/checkout@v5 with: repository: microsoft/BC-ALAgents - ref: e9d9249eaa25be88388b60106b4cbf8cd7aa8a7d + ref: 1dbb15f793826be85959724ab82427db9452ac34 path: .agent-harnesses/bc-alagents persist-credentials: false diff --git a/pyproject.toml b/pyproject.toml index 130178624..461190258 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bcbench" -version = "0.10.1" +version = "0.11.0" description = "Benchmarking tool for Business Central (AL) ecosystem, inspired by SWE-Bench" readme = "README.md" requires-python = ">=3.13,<3.14" diff --git a/tests/test_review_workflows.py b/tests/test_review_workflows.py index eb3ef5c3d..840b3da60 100644 --- a/tests/test_review_workflows.py +++ b/tests/test_review_workflows.py @@ -85,7 +85,7 @@ def test_agent_harness_action_pins_and_exports_bc_alagents() -> None: action = (ACTIONS / "install-agent-harnesses" / "action.yml").read_text(encoding="utf-8") assert "repository: microsoft/BC-ALAgents" in action - assert "ref: e9d9249eaa25be88388b60106b4cbf8cd7aa8a7d" in action + assert "ref: 1dbb15f793826be85959724ab82427db9452ac34" in action assert "bc-alagents-path:" in action diff --git a/uv.lock b/uv.lock index 64cf9729d..259164031 100644 --- a/uv.lock +++ b/uv.lock @@ -245,7 +245,7 @@ wheels = [ [[package]] name = "bcbench" -version = "0.10.1" +version = "0.11.0" source = { editable = "." } dependencies = [ { name = "jinja2" },