From ef7edf24f1542dbcb7a0079c21494306a850bf64 Mon Sep 17 00:00:00 2001 From: Kurt Garloff Date: Thu, 27 Nov 2025 12:47:34 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 4: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Kurt Garloff --- .github/workflows/build_and_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index ad4f7f690f..675ee49410 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -10,6 +10,8 @@ on: jobs: build_and_deploy: + permissions: + contents: write runs-on: ubuntu-latest steps: - name: Checkout Repository