From e372909ae39caf2091ad52341de27cf406114ea2 Mon Sep 17 00:00:00 2001 From: Kurt Garloff Date: Tue, 2 Dec 2025 19:54:27 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 3: 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_staging.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_and_staging.yml b/.github/workflows/build_and_staging.yml index 7bebabc3b4..a9753f2674 100644 --- a/.github/workflows/build_and_staging.yml +++ b/.github/workflows/build_and_staging.yml @@ -8,6 +8,8 @@ on: jobs: build_and_staging: + permissions: + contents: write runs-on: ubuntu-latest steps: - name: Checkout Repository