From efc292286a89ff3496682b43e42b119745220734 Mon Sep 17 00:00:00 2001 From: "Jason L. Wright" Date: Tue, 16 Jun 2026 15:42:24 -0600 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions add CI/CD permission bounds Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d00de3b..316a91e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -6,6 +6,9 @@ on: pull_request: branches: [ "main" ] +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest