From c7f8902f97573fcc3cc1f9d7cb2057242f2ac0bd Mon Sep 17 00:00:00 2001 From: Kevin Olbrich <22176+olbrich@users.noreply.github.com> Date: Mon, 19 Jan 2026 09:23:44 -0500 Subject: [PATCH] Potential fix for code scanning alert no. 15: 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 bb1f0c3..6b15829 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,6 @@ name: Tests +permissions: + contents: read on: push: