From d36ab6531a2de144f906a1dc03ce8d9c99a7c228 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Thu, 27 Jan 2022 11:44:30 -0500 Subject: [PATCH] Fix tag --- action.yml | 2 +- slim/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 932d5590..a838ab3b 100644 --- a/action.yml +++ b/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:v4.8.6' + image: 'docker://ghcr.io/github/super-linter:v4.8.7' branding: icon: 'check-square' color: 'white' diff --git a/slim/action.yml b/slim/action.yml index 739e93bc..bd5767c5 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-v4' + image: 'docker://ghcr.io/github/super-linter:slim-v4.8.7' branding: icon: 'check-square' color: 'white'