From 785f4216af98dd16d10641f784b53c5f17662c83 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 8 Dec 2022 20:28:54 +0200 Subject: [PATCH] build: harden ci.yml permissions 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 70b21d8b..a64c2e9b 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: