From b3e01011d61905630e0bfb149e4df22e5ac38e60 Mon Sep 17 00:00:00 2001 From: Christoph Pirkl <4711730+kaklakariada@users.noreply.github.com> Date: Sun, 3 May 2026 13:06:54 +0200 Subject: [PATCH] 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c796a52..67b073d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,6 +54,7 @@ jobs: build: needs: matrix-build runs-on: ubuntu-latest + permissions: {} steps: - run: echo "Build successful" \ No newline at end of file