From 6e1f56732463491d72a14d27518101d398695753 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 20 Sep 2022 16:38:01 +0200 Subject: [PATCH] build: harden frontend-tests.yml permissions Signed-off-by: Alex --- .github/workflows/frontend-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index 37dc61bbd..e0d235d2d 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -3,6 +3,9 @@ name: "Frontend tests powered by Sauce Labs" on: [push] +permissions: + contents: read # to fetch code (actions/checkout) + jobs: withoutplugins: name: without plugins