From 6280f32c5e99b3541e234ce08b3f7ce1218a6070 Mon Sep 17 00:00:00 2001 From: Andrew Mikhail Date: Mon, 2 Mar 2026 14:28:43 -0800 Subject: [PATCH] Potential fix for code scanning alert no. 8: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/code_quality.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 07d7a59..8a439f7 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -1,5 +1,8 @@ name: Static Analysis +permissions: + contents: read + on: push: branches: [main]