From 19b240095bc46e6c7f40558739c8e2b171e226eb Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 7 Aug 2026 11:42:51 -0400 Subject: [PATCH] Add `helpers:pinGitHubActionDigests` to renovate.json The preset will pin third-party GitHub Actions to a full-length commit SHA. This is recommended by Renovate at https://docs.renovatebot.com/upgrade-best-practices/#extends-helperspingithubactiondigests. Signed-off-by: Suguru Hirahara --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 625245af3..c062ea745 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:recommended", + "helpers:pinGitHubActionDigests" ], "labels": [ "dependencies"