From 125ce2d6f26b9665560ffe423c13c3133e5917b3 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Thu, 5 Feb 2026 11:35:05 +0000 Subject: [PATCH] Potential fix for code scanning alert no. 8: 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 2f04c39..594ffc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,9 @@ on: - 'v*' pull_request: +permissions: + contents: read + jobs: build-test: runs-on: ${{ matrix.os }}