From 35e79e7cdbed373779ce73b130a5dd0eb1240fbc Mon Sep 17 00:00:00 2001 From: Thomas Monk <246525+tmonk@users.noreply.github.com> Date: Tue, 25 Nov 2025 01:52:32 +0000 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/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d986bad..9534628 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,6 @@ name: Tests +permissions: + contents: read on: push: