From 6b01293461d95a46762c979f60548f041f49b4f8 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Mon, 13 Dec 2021 23:35:03 -0600 Subject: [PATCH] Add missing security-events:write permissions for CodeQL (#23676) --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 020128f54a44..8eeaceedbcea 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,6 +18,7 @@ on: permissions: actions: read contents: read + security-events: write jobs: build: