From 19c54e0c54755479fcfd69f55f87be16cc860257 Mon Sep 17 00:00:00 2001 From: "omer.roth" Date: Mon, 6 Jul 2026 10:59:08 +0300 Subject: [PATCH 1/3] CM-68185 update workflow cache settings --- .github/workflows/build_executable.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_executable.yml b/.github/workflows/build_executable.yml index d3ebb83e..14027f1a 100644 --- a/.github/workflows/build_executable.yml +++ b/.github/workflows/build_executable.yml @@ -62,6 +62,7 @@ jobs: echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV - name: Set up Python 3.13 + id: setup-python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: '3.13' @@ -71,7 +72,8 @@ jobs: uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.local - key: poetry-${{ matrix.os }}-2 # increment to reset cache + # include exact Python version so poetry is reinstalled when the runner image bumps the patch + key: poetry-${{ matrix.os }}-${{ steps.setup-python.outputs.python-version }}-2 # increment to reset cache - name: Setup Poetry if: steps.cached-poetry.outputs.cache-hit != 'true' From f27feebb70e5365b5de9bd433048532b7b0829d4 Mon Sep 17 00:00:00 2001 From: omer-roth Date: Mon, 6 Jul 2026 11:00:52 +0300 Subject: [PATCH 2/3] Apply suggestion from @omer-roth CM-68180 remove redundant comment --- .github/workflows/build_executable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_executable.yml b/.github/workflows/build_executable.yml index 14027f1a..31127510 100644 --- a/.github/workflows/build_executable.yml +++ b/.github/workflows/build_executable.yml @@ -72,7 +72,6 @@ jobs: uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.local - # include exact Python version so poetry is reinstalled when the runner image bumps the patch key: poetry-${{ matrix.os }}-${{ steps.setup-python.outputs.python-version }}-2 # increment to reset cache - name: Setup Poetry From df8ea20b231ab5a9db51851c4cded8c30ef884fa Mon Sep 17 00:00:00 2001 From: "omer.roth" Date: Mon, 6 Jul 2026 11:08:48 +0300 Subject: [PATCH 3/3] CM-68185 update codeowners after username change --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index e59df91b..9a3abb16 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @avishaiamiel @omerr-cycode +* @avishaiamiel @omer-roth