From 101e5798609c02171a5656f15a79c765e5ae372a Mon Sep 17 00:00:00 2001 From: Mike Morgan <73376634+mikejmorgan-ai@users.noreply.github.com> Date: Sun, 18 Jan 2026 05:30:22 -0700 Subject: [PATCH] Potential fix for code scanning alert no. 19: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be141e0d..280c7d1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,8 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + contents: read steps: - uses: actions/checkout@v4