From ce91c5b407bd01d6823688161d4f78b36ecf2234 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Thu, 27 Nov 2025 17:55:29 +0000 Subject: [PATCH] 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/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a04914d..88f4511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ # yaml-language-server: $schema=https://json.schemastore.org/github-action.json name: CI +permissions: + contents: read on: push: