From 9fa4beae2e28ee46fc7209d743c4b5ad6895078c Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sat, 11 Oct 2025 19:34:49 -0700 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/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8e0464..bab5cae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,6 @@ name: Inkay-CI +permissions: + contents: read on: - push