From 780ce66b30692993d57107384eb725c44fa0cdda Mon Sep 17 00:00:00 2001 From: Franco Rezabek <43790446+rezabekf@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:51:36 +0000 Subject: [PATCH 1/2] Potential fix for code scanning alert no. 2: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/unit-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index 397fde65..76d58985 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -1,4 +1,6 @@ name: pre-commit +permissions: + contents: read on: push: branches: From a2f094d7b526defef6edb0bab8f86fddd2b8c261 Mon Sep 17 00:00:00 2001 From: Franco Rezabek <43790446+rezabekf@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:13:23 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=203.7.0=20=E2=86=92=203.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 96b42bb2..43868ca7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 3.7.0 +current_version = 3.7.1 commit = True tag = False