From c75186822d3219f3f0113c9f0bcdc9f408d4d8c4 Mon Sep 17 00:00:00 2001 From: Ahmed Samir Date: Mon, 20 Jul 2026 17:59:23 +0200 Subject: [PATCH] fix(ci): bump codacy/base orb to 10.1.1 to fix invalid machine image codacy/base@9.3.5 pins the deprecated machine image ubuntu-2004:202107-02, which CircleCI now rejects, failing the tag_version job. 10.1.1 is the first orb release that updates the machine executor to a supported image. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ee82cb..436607d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - codacy: codacy/base@9.3.5 + codacy: codacy/base@10.1.1 jobs: build: # runs not using Workflows must have a `build` job as entry point