From 4d71f8d7c313ab43896463ac0375e1be758e5c8f Mon Sep 17 00:00:00 2001 From: Richard Kindler <223166946+RickCreator87@users.noreply.github.com> Date: Sat, 7 Mar 2026 12:44:23 -0700 Subject: [PATCH] Potential fix for code scanning alert no. 2: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/governance-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/governance-check.yml b/.github/workflows/governance-check.yml index e6ef2a7..ac48e64 100644 --- a/.github/workflows/governance-check.yml +++ b/.github/workflows/governance-check.yml @@ -5,6 +5,8 @@ on: workflow_dispatch: jobs: audit: + permissions: + contents: read runs-on: ubuntu-latest steps: - name: Check branch protections