From 226a3fba1748a13ac41d6acda020a807d81fcc84 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Fri, 21 Nov 2025 10:07:03 -0600 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/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f737bb..bbcdb02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,6 @@ name: Continuous integration +permissions: + contents: read on: pull_request: