From 5832655107061d26eb3b2116d55515d25dad0fa9 Mon Sep 17 00:00:00 2001 From: stefanvacareanu7 <91726880+stefanvacareanu7@users.noreply.github.com> Date: Tue, 5 May 2026 17:08:35 +0200 Subject: [PATCH] Update Codacy orbs to latest versions --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c91dfc8..7c7ca90 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,8 +1,8 @@ version: 2.1 orbs: - codacy: codacy/base@12.2.0 - codacy_plugins_test: codacy/plugins-test@2.1.0 + codacy: codacy/base@13.0.3 + codacy_plugins_test: codacy/plugins-test@2.1.2 jobs: unit_tests: