From 0433f55eb313320b66aa39cd49595fca30f32ab0 Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Mon, 21 Nov 2022 13:43:25 +0000 Subject: [PATCH] Restrict CodeQL action to read-only access --- .github/workflows/codeql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 280ff08582..cf525a4bf7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -20,6 +20,9 @@ on: schedule: - cron: '17 0 * * 3' +permissions: + contents: read + jobs: analyze: name: Analyze