From 7a8ec2cc1d1e2b915d52be77f3515e1b8371ac15 Mon Sep 17 00:00:00 2001 From: Lawrence Lucas Large <162439255+LukeLarge@users.noreply.github.com> Date: Tue, 9 Dec 2025 13:17:15 -0600 Subject: [PATCH] Potential fix for code scanning alert no. 2884: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Lawrence Lucas Large <162439255+LukeLarge@users.noreply.github.com> --- .github/workflows/makefile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 8789c17..953a4b0 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -1,4 +1,6 @@ name: Makefile CI +permissions: + contents: read on: push: