From 00ee6cce635beeb7bd7130b7ec67cd4e81a36182 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 47bcef505..62de60147 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