From 22b982755bc1a9696b023221d4c114c0ffa4eff1 Mon Sep 17 00:00:00 2001 From: Raj-StepSecurity Date: Thu, 11 Jun 2026 10:23:24 +0530 Subject: [PATCH 1/3] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 02c60a4..85377c4 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" From 6641745096d8925e3ef609dbb70fbee4cfae4fa1 Mon Sep 17 00:00:00 2001 From: Raj-StepSecurity Date: Thu, 11 Jun 2026 10:23:58 +0530 Subject: [PATCH 2/3] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 85377c4..824538a 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ 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:v1.0.0 + image: 'docker://ghcr.io/step-security/super-linter:v1.0.0' branding: icon: "check-square" color: "white" From e58b0e5ecfb2d21ffde74ed95899e849c356224d Mon Sep 17 00:00:00 2001 From: Raj-StepSecurity Date: Thu, 11 Jun 2026 10:24:45 +0530 Subject: [PATCH 3/3] Update action.yml --- slim/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"