From c75111619e7d974393d83ef6cbd020bdfa0b4a2d Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Fri, 16 Feb 2024 02:17:17 -0800 Subject: [PATCH] Add `security-events: write` permission --- .github/workflows/ql-for-ql-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ql-for-ql-build.yml b/.github/workflows/ql-for-ql-build.yml index 8a4b882f30a9..94e4526b35ed 100644 --- a/.github/workflows/ql-for-ql-build.yml +++ b/.github/workflows/ql-for-ql-build.yml @@ -11,7 +11,7 @@ env: permissions: contents: read - security-events: read + security-events: write jobs: analyze: