From 126e58b5bfcf0b637f75c52e223ea2dffcbdd886 Mon Sep 17 00:00:00 2001 From: "Nicolas R." Date: Mon, 2 Mar 2026 19:23:27 -0700 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/testsuite.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 25521d3..02835c6 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -1,5 +1,8 @@ name: testsuite +permissions: + contents: read + on: push: branches: