From 76a6d4c319af97a1be863962708fc0f2dc3f5cb3 Mon Sep 17 00:00:00 2001 From: Shelley Nason Date: Fri, 9 Jan 2026 10:17:31 -0500 Subject: [PATCH] Potential fix for code scanning alert no. 18: 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 be91445..072f06d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: jobs: lint: runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Code Checkout uses: actions/checkout@v4