From b69b30db1a349039acd14ed095b6f265e0b4aa45 Mon Sep 17 00:00:00 2001 From: Ajay Dhangar <99037494+ajay-dhangar@users.noreply.github.com> Date: Fri, 26 Dec 2025 21:42:06 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 1813: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b3cb14ed7..0d39eca67 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,8 @@ on: jobs: build: name: Build CodeHarborHub + permissions: + contents: read runs-on: ubuntu-latest steps: - uses: actions/checkout@v4