From e42ac8c57bc7eb473b689ffcbb98473ba45dbab8 Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Thu, 16 Apr 2026 19:05:24 +0200 Subject: [PATCH] ci: add strong permission (#13694) --- .github/workflows/dependencies.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 81c2e5778..63571f555 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -4,6 +4,9 @@ on: schedule: - cron: "0 6 * * 0" +permissions: + contents: read + jobs: check: name: Check for updates