From 68fef969c98eed46b91a423f1d2d8737a548fe35 Mon Sep 17 00:00:00 2001 From: Alexandre Vilain Date: Fri, 15 Aug 2025 13:01:27 +0200 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/tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2318ca6..1e3dd8e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -1,5 +1,8 @@ name: Tests and build +permissions: + contents: read + on: push: branches: [main]