From dbdfac8b31827518108f85d7f04a1e679b3fb541 Mon Sep 17 00:00:00 2001 From: Ernesto Serrano Date: Mon, 4 Aug 2025 14:18:46 +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/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98dcad1..0074dc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,7 @@ # ./.github/workflows/ci.yml name: CI +permissions: + contents: read on: push: