From 1901cd097c4e888fd4c9a2ba21ae8ced9fc14148 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:07:35 -0500 Subject: [PATCH] Add permissions --- .github/workflows/codeql.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 131442700..c3d4c4e28 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -8,6 +8,11 @@ on: schedule: - cron: '0 19 * * 0' +permissions: + actions: read + contents: read + security-events: write + jobs: CodeQL-Build: