From ab664c60d14e80b1c1aca2492be4f77a960c1c6f Mon Sep 17 00:00:00 2001 From: Thomas Pierce Date: Tue, 14 Oct 2025 09:41:02 -0700 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/UnitTesting.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/UnitTesting.yaml b/.github/workflows/UnitTesting.yaml index 0b1a54b0..4223c800 100644 --- a/.github/workflows/UnitTesting.yaml +++ b/.github/workflows/UnitTesting.yaml @@ -1,4 +1,6 @@ name: Unit Testing +permissions: + contents: read on: push: branches: