From 92ea0a5788401cab2a65d0dc2be0b0b606109b7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 08:03:40 +0100 Subject: [PATCH 1/2] chore(deps): update anthropics/claude-code-action action to v1.0.15 (#219) --- .github/workflows/_claude-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_claude-code.yml b/.github/workflows/_claude-code.yml index 0b76bc7f..587ffeb2 100644 --- a/.github/workflows/_claude-code.yml +++ b/.github/workflows/_claude-code.yml @@ -121,7 +121,7 @@ jobs: --system-prompt "Read the CLAUDE.md file in the root folder of this repository and explicitely acknowledge you will apply **all** guidance therein and in **all** linked documents." - name: Run Claude Code (Automation Mode) if: inputs.mode == 'automation' - uses: anthropics/claude-code-action@v1.0.13 + uses: anthropics/claude-code-action@v1.0.15 with: github_token: ${{ secrets.GITHUB_TOKEN }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} From fbce28210314a56501f5590e53295ff0d90d42e2 Mon Sep 17 00:00:00 2001 From: Ari Angelo Date: Tue, 28 Oct 2025 21:08:51 +0100 Subject: [PATCH 2/2] chore: Bump the staging version of he-tme --- tests/constants_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constants_test.py b/tests/constants_test.py index 6d277ad4..af434666 100644 --- a/tests/constants_test.py +++ b/tests/constants_test.py @@ -72,7 +72,7 @@ TEST_APPLICATION_VERSION = "0.0.5" HETA_APPLICATION_ID = "he-tme" - HETA_APPLICATION_VERSION = "1.0.0-beta.8" + HETA_APPLICATION_VERSION = "1.0.0-sl+3" case _: message = f"Unsupported AIGNOSTICS_PLATFORM_ENVIRONMENT value: {os.getenv('AIGNOSTICS_PLATFORM_ENVIRONMENT')}" raise ValueError(message)