From 7053297de4e016184426ba15ceea404664194d10 Mon Sep 17 00:00:00 2001 From: Jack Lowrie Date: Fri, 22 Aug 2025 20:03:08 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb2f8df..9642b43 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,6 +2,8 @@ # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python name: Main Branch QA +permissions: + contents: read on: push: