From 5aa9c7554dd682933ba3e6295fc3c10e6e01a713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20J=2E=20T=2E=20GIRARD?= <53222414+BenoitJT-GIRARD@users.noreply.github.com> Date: Tue, 18 Aug 2026 10:31:30 +0200 Subject: [PATCH] fix: restrict CI workflow permissions Add permissions for read access to contents. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 975d4b3..4e0c012 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [main] +permissions: + contents: read + jobs: lint: name: Lint (ruff)