From b8bc9d373a0def6b2160ea2c0f4e18ae46df4e2f Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 13 Nov 2022 01:06:19 +0530 Subject: [PATCH] fix(renovate): pin GHA by SHA1 digests --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index aa6735032..fefbcd407 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,8 @@ { "extends": [ "config:base", - ":dependencyDashboard" + ":dependencyDashboard", + "helpers:pinGitHubActionDigests", ], "packageRules": [ {