From b6702cd4b5da714c1f9ff5197d87db121f51ddfe Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sat, 7 Mar 2026 14:51:50 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 2: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/security.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 3fa111d..d10a888 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -14,6 +14,8 @@ jobs: vulnerability-scan: name: Vulnerability Scan runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout code