From a1bb91fc122540a3f8e11b1f01b0ddf9c4fd52b6 Mon Sep 17 00:00:00 2001 From: Jamie Sinn Date: Mon, 8 Dec 2025 11:00:31 -0500 Subject: [PATCH] Potential fix for code scanning alert no. 4: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/test-harness.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-harness.yml b/.github/workflows/test-harness.yml index 9eb3c9e..268f925 100644 --- a/.github/workflows/test-harness.yml +++ b/.github/workflows/test-harness.yml @@ -7,6 +7,8 @@ on: jobs: harness-tests: name: Harness Tests + permissions: + contents: read runs-on: labels: ubuntu-latest-4-core steps: