From fb32fa99f19edf0634fa2c4e3024f06ea933fd6e Mon Sep 17 00:00:00 2001 From: Cedric Kienzler Date: Thu, 5 Jun 2025 00:02:54 +0200 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/docs-website.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs-website.yaml b/.github/workflows/docs-website.yaml index 91c5f67..e34478e 100644 --- a/.github/workflows/docs-website.yaml +++ b/.github/workflows/docs-website.yaml @@ -19,6 +19,8 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + contents: read name: Build (Docs) steps: - name: Checkout