From 4e7ba11001bb4539011c582f6678e03d960b973f Mon Sep 17 00:00:00 2001 From: Alex Manochio Date: Sun, 8 Mar 2026 11:47:18 -0400 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/create-clean-pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create-clean-pr.yml b/.github/workflows/create-clean-pr.yml index 4ae0c69..fa77a5f 100644 --- a/.github/workflows/create-clean-pr.yml +++ b/.github/workflows/create-clean-pr.yml @@ -8,6 +8,8 @@ jobs: create-clean-pr: if: contains(github.event.issue.body, '--HouseLearningCleanPlease') runs-on: ubuntu-latest + permissions: + contents: read steps: - uses: actions/checkout@v4