From aab08d9e0477b9aa3d8472303fa9e0734dcc62b9 Mon Sep 17 00:00:00 2001 From: Dave Hadner <93440039+dhadner@users.noreply.github.com> Date: Sat, 7 Feb 2026 13:44:34 -0800 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/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83ccd1a..449fd85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,6 @@ name: CI/CD +permissions: + contents: read on: push: