From 6914fe7ce081d10e84cb8b8f2594e8814792c2d0 Mon Sep 17 00:00:00 2001 From: Gabriel Harris-Rouquette <1203877+gabizou@users.noreply.github.com> Date: Thu, 22 Jan 2026 01:28:12 +0100 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7ed012..88947c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI +permissions: + contents: read + on: push: branches: