From ebda08d8a793bb9bb5e4dfba3419e64b8e466542 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 27 May 2026 16:04:31 +0200 Subject: [PATCH] build: harden ci.yml permissions (#691) Signed-off-by: Alex --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59a03793..76e193a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: schedule: - cron: '0 0 * * 3' +permissions: + contents: read # to fetch code (actions/checkout) + jobs: build: