diff --git a/action.yml b/action.yml index 02c60a4..824538a 100644 --- a/action.yml +++ b/action.yml @@ -3,8 +3,8 @@ name: "Super-Linter" author: "step-security" description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code." runs: - using: docker - image: docker://ghcr.io/step-security/super-linter@sha256:e7e8dc962ae5228bc7c5bb76d5c83031d0a8e3b4b052fbcb639c9126289a78a5 + using: 'docker' + image: 'docker://ghcr.io/step-security/super-linter:v1.0.0' branding: icon: "check-square" color: "white" diff --git a/slim/action.yml b/slim/action.yml index b26a5b9..bf9d74b 100644 --- a/slim/action.yml +++ b/slim/action.yml @@ -3,8 +3,8 @@ name: "Super-Linter slim" author: "step-security" description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code." runs: - using: docker - image: docker://ghcr.io/step-security/super-linter@sha256:dcb013cf1925323e7ed76fea31ed98145301433cc876473d4a34b058e1193dfe + using: 'docker' + image: 'docker://ghcr.io/step-security/super-linter:slim-v1.0.0' branding: icon: "check-square" color: "white"