From 3d43435bdef8738db56bbd1d48582c34dbf21a71 Mon Sep 17 00:00:00 2001 From: "Oleg V. Kozlyuk" Date: Sat, 11 Nov 2023 22:08:05 +0300 Subject: [PATCH] Remove implicit permissions --- .github/workflows/codeql.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 576969c1..941956ec 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -9,9 +9,7 @@ jobs: name: Analyze runs-on: ubuntu-latest permissions: - contents: read security-events: write - pull-requests: read strategy: fail-fast: false