From ec20a441b2ee2ee0e0162771b799690dbc72ca60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:39:38 +0000 Subject: [PATCH 1/2] Update dependency slack to v5 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cd39981..1d1da76 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ --- version: 2.1 orbs: - slack: circleci/slack@4.15.0 + slack: circleci/slack@5.1.1 ms-teams: cloudradar-monitoring/ms-teams@0.0.1 jobs: ensure_formatting: From 5eccf5d70b3ec8034d14aa527e7ff8cfd2aed532 Mon Sep 17 00:00:00 2001 From: Guillaume Paris Date: Thu, 23 Jan 2025 15:05:59 +0100 Subject: [PATCH 2/2] [tool] add bash to circle --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1d1da76..c1227dc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,6 +47,7 @@ jobs: working_directory: ~/repo steps: - checkout + - run: apk update && apk upgrade && apk --no-cache add bash - run: name: flake8 command: flake8 --ignore=E,W ~/repo