From 6558ab86a338d998ea97774e72cdec4ce96e59a7 Mon Sep 17 00:00:00 2001 From: thmo Date: Fri, 17 Apr 2026 19:47:08 +0200 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/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0c261f..2d47833 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,8 @@ jobs: build_and_test: name: Build, Test, and Pack runs-on: ubuntu-latest # Use the latest Ubuntu runner + permissions: + contents: read steps: - name: Checkout code