From 0f937c925231a9dd947c5486abe5f303cdd8f5d5 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Mon, 17 Mar 2025 11:59:39 -0400 Subject: [PATCH 1/3] Instruct Renovate to pin GitHub Action hashes Signed-off-by: Yuri Shkuro --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 2b1a79f6e2c..d3cc4530546 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", - ":gitSignOff" + ":gitSignOff", + "helpers:pinGitHubActionDigests" ], "labels": [ "changelog:dependencies" From 00561d45f2b5bea4b48132c0269c331e5f6ff8d6 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Mon, 17 Mar 2025 12:01:25 -0400 Subject: [PATCH 2/3] fix Signed-off-by: Yuri Shkuro --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index d3cc4530546..346325c11cc 100644 --- a/renovate.json +++ b/renovate.json @@ -2,8 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", - ":gitSignOff", - "helpers:pinGitHubActionDigests" + "helpers:pinGitHubActionDigests", + ":gitSignOff" ], "labels": [ "changelog:dependencies" From cc3626b30c41efb23bf5575ae7936a067555bcc0 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Mon, 17 Mar 2025 12:09:59 -0400 Subject: [PATCH 3/3] fix Signed-off-by: Yuri Shkuro --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 346325c11cc..415035cf2bb 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended", - "helpers:pinGitHubActionDigests", + "config:best-practices", ":gitSignOff" ], "labels": [