From dc0cf51ba130a5153fd27de3559c59f4765a873b Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Sat, 24 Apr 2021 00:11:17 +0200 Subject: [PATCH] (#6) pinned docker image to tag v1.0.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0d8f744..909fbde 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ inputs: runs: using: 'docker' - image: 'docker://nilsa/dependabot-cake' + image: 'docker://nilsa/dependabot-cake:v1.0.1' branding: icon: 'package' color: 'orange' \ No newline at end of file