From c8b1febc3c66ae6a420aa221892f0c8ea40be001 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 2 Jan 2023 23:16:35 +0200 Subject: [PATCH] build: harden ci.yml permissions (#976) Signed-off-by: Alex 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 da511377..e46a06d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,9 @@ name: babel-loader on: [push, pull_request] +permissions: + contents: read # to fetch code (actions/checkout) + jobs: lint: name: lint