From 74bb871df3cd1c83751f8eb9385d40c66ea3db4a Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Fri, 30 Jun 2023 15:27:29 -0700 Subject: [PATCH] use super-linter/super-linter image --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0146c510..556d5772 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:v5.0.0' + image: 'docker://ghcr.io/super-linter/super-linter:v5.0.0' branding: icon: 'check-square' color: 'white'