From 9ae22cf40a50c145d37bb2f6204cb410e64f4aff Mon Sep 17 00:00:00 2001 From: Peter Gill Date: Thu, 19 Mar 2026 20:43:37 -0230 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/windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 13738687..4f211a5d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,6 +8,8 @@ on: jobs: windows-build: + permissions: + contents: read runs-on: windows-latest steps: - uses: actions/checkout@v6