From 8bf289eac6cdf01a5498f7cef3e714ff87d7ab17 Mon Sep 17 00:00:00 2001 From: Moritz Reich Date: Tue, 24 Jun 2025 15:42:28 +0200 Subject: [PATCH] fix: 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> --- .github/workflows/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1f20e51a..4208787f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,6 +13,8 @@ env: jobs: run-build: uses: ./.github/workflows/build.yaml + permissions: + contents: read build: name: Build