From 251437e2e1f2e0dc357c47f9fafbd5b84a9018dc Mon Sep 17 00:00:00 2001 From: Jamie Sinn Date: Mon, 8 Dec 2025 11:03:50 -0500 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/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5984780..94ec507 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,8 @@ # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions name: Test +permissions: + contents: read on: push: