From 48b4a79ce588442395e28c3a4def7fe9b6d48825 Mon Sep 17 00:00:00 2001 From: Andrii Chubatiuk Date: Mon, 16 Dec 2024 19:14:51 +0200 Subject: [PATCH] codeql frontend permissions --- .github/workflows/pr-codeql-frontend.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-codeql-frontend.yml b/.github/workflows/pr-codeql-frontend.yml index efc1a2b..f8d7b31 100644 --- a/.github/workflows/pr-codeql-frontend.yml +++ b/.github/workflows/pr-codeql-frontend.yml @@ -26,6 +26,10 @@ jobs: analyze: name: Analyze runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write steps: - name: Checkout repository