From 075f82cefe9ed7eee00895fa35219e60f5771e1d Mon Sep 17 00:00:00 2001 From: Sal Scotto Date: Wed, 13 May 2026 12:05:48 -0600 Subject: [PATCH] Potential fix for code scanning alert no. 2: Workflow does not contain permissions fix permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7304df2..9fe1e00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ main ] +permissions: + contents: read + jobs: test: runs-on: ubuntu-latest