From d0d9fe62c4ccedac064931b59ad75a2e945d68e5 Mon Sep 17 00:00:00 2001 From: Liudvikas Taluntis <43747286+Duslerke@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:22:12 +0000 Subject: [PATCH 1/2] Bump JWT core to 1.87.0 for Cognito support. --- ContractsApi.Tests/ContractsApi.Tests.csproj | 2 +- ContractsApi/ContractsApi.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ContractsApi.Tests/ContractsApi.Tests.csproj b/ContractsApi.Tests/ContractsApi.Tests.csproj index f8b96a9..7a4bdfc 100644 --- a/ContractsApi.Tests/ContractsApi.Tests.csproj +++ b/ContractsApi.Tests/ContractsApi.Tests.csproj @@ -26,7 +26,7 @@ - + diff --git a/ContractsApi/ContractsApi.csproj b/ContractsApi/ContractsApi.csproj index 192caab..75337cb 100644 --- a/ContractsApi/ContractsApi.csproj +++ b/ContractsApi/ContractsApi.csproj @@ -24,7 +24,7 @@ - + From a3a72b491c05b4b2ce12920d3c41be9f4fa537b2 Mon Sep 17 00:00:00 2001 From: Liudvikas Taluntis <43747286+Duslerke@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:41:03 +0000 Subject: [PATCH 2/2] Fix Sonar Scanner's "Missing Blob" error caused by CircleCI's checkout default settings copying only the latest snapshot of code w/o any git history. --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 06d607e..daa8952 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -147,7 +147,8 @@ jobs: build-and-test: executor: docker-python steps: - - checkout + - checkout: + method: full - setup_remote_docker - sonarcloud/scan - run: