From 8c9826e88b9b1e83c9fb3b4c7bbf7ed543c980fb Mon Sep 17 00:00:00 2001 From: Raj-StepSecurity Date: Wed, 15 Jul 2026 10:28:00 +0530 Subject: [PATCH] fix: pin docker images --- action.yml | 2 +- slim/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ff61dcb..b3747dc 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:v8.7.0' #v8.7.0 + image: 'docker://ghcr.io/step-security/super-linter:v8.7.0@sha256:f8a8e641b279b44ee8e616b53c6a399046f731ffa376419b4018a2726f8c8771' #v8.7.0 branding: icon: "check-square" color: "white" diff --git a/slim/action.yml b/slim/action.yml index 1aa41c3..6bfea40 100644 --- a/slim/action.yml +++ b/slim/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:slim-v8.7.0' #slim-v8.7.0 + image: 'docker://ghcr.io/step-security/super-linter:slim-v8.7.0@sha256:0d21b17e70b955b8672c550cc25c848151c57f393a72c0ec5da2e93e4867ed08' #slim-v8.7.0 branding: icon: "check-square" color: "white"