From 1d58df676e475c74125e2b261cd5d1794d45da3a Mon Sep 17 00:00:00 2001 From: Lukas Harbarth Date: Tue, 19 Aug 2025 09:18:50 +0200 Subject: [PATCH] chore(renovate): use commit has instead of version for GH actions --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index c30902797e3..cdb4d07ae07 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,6 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", + "helpers:pinGitHubActionDigests", ":disableDependencyDashboard", ":automergePatch", ":enableVulnerabilityAlerts",