From 985572d73763994388d1d007b0fd47f79dd217a3 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Sat, 6 Jan 2024 15:12:27 -0800 Subject: [PATCH] Pin pre-commit plugin to specific sha --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 918b1be..c464460 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - make test - name: check - image: iamthefij/drone-pre-commit:personal + image: iamthefij/drone-pre-commit@sha256:30fa17489b86d7a4c3ad9c3ce2e152c25d82b8671e5609d322c6cae0baed89cd --- kind: pipeline