From 3a5ba0b4319873ddc4c3a99ae47e7c9514a9c100 Mon Sep 17 00:00:00 2001 From: Grahame White <57143548+grahame-student@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:09:19 +0100 Subject: [PATCH] Update docker image used by slim version of the action (#4505) Uses the updated super-linter/super-linter repo Bumps the slim image version to 5.2.0 to align with the full-fat version of the action --- slim/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slim/action.yml b/slim/action.yml index f970d82d..9aa3ed8c 100644 --- a/slim/action.yml +++ b/slim/action.yml @@ -4,7 +4,7 @@ author: 'GitHub' description: 'It is a simple combination of various linters, written in bash, to help validate your source code.' runs: using: 'docker' - image: 'docker://ghcr.io/github/super-linter:slim-v5.0.0' + image: 'docker://ghcr.io/super-linter/super-linter:slim-v5.2.0' branding: icon: 'check-square' color: 'white'