diff --git a/action.yml b/action.yml index b5777999..8f57e01b 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.9.1' + image: 'docker://ghcr.io/github/super-linter:v4.9.2' branding: icon: 'check-square' color: 'white' diff --git a/slim/action.yml b/slim/action.yml index 1acabfc6..c225daf0 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.9.1' + image: 'docker://ghcr.io/github/super-linter:slim-v4.9.2' branding: icon: 'check-square' color: 'white'