From 6a2d328021d20b50e9d32824302e3de53d797b38 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Thu, 16 Jul 2020 07:09:08 -0700 Subject: [PATCH] specify version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5258faa0..6a1284a8 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,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://github/super-linter' + image: 'docker://github/super-linter:v3' branding: icon: 'check-square' color: 'white'