From 96840277d0cebac48fa09c0510c80efead35c94d Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Thu, 5 May 2022 10:07:02 +0200 Subject: [PATCH] github: Add necessery permissions for CodeQL --- .github/workflows/codeql-analysis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 76e8a31e3..5c0c20989 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,6 +24,10 @@ jobs: analyze: name: Analyze runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write strategy: fail-fast: false