From 4a3308a74b51798f82a7654fd5f997b7e467f5a6 Mon Sep 17 00:00:00 2001 From: a012 Date: Tue, 7 Apr 2026 00:04:52 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 9: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/update-docs-index.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-docs-index.yml b/.github/workflows/update-docs-index.yml index 8cbbf60..4a3298d 100644 --- a/.github/workflows/update-docs-index.yml +++ b/.github/workflows/update-docs-index.yml @@ -9,6 +9,8 @@ on: jobs: update-index: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout repository