From 663737c7c7d459dba15b9b91862d0c2b221487c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 19:51:00 +0000 Subject: [PATCH] Update oxsecurity/megalinter-go Docker tag to v9 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf1e3ac..7202a49 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: jobs: MegaLinter: docker: - - image: oxsecurity/megalinter-go:v8 + - image: oxsecurity/megalinter-go:v9 # checkov:skip=CKV_CIRCLECIPIPELINES_2:prefer mutable but stable tags steps: - checkout