From 7eb9eb7943aca53d7e0e8f104b0deb50c27ddb64 Mon Sep 17 00:00:00 2001 From: Remy Duijsens Date: Tue, 24 Mar 2026 22:14:04 +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> Signed-off-by: Remy Duijsens --- .github/workflows/ci-tests-and-coverage.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-tests-and-coverage.yml b/.github/workflows/ci-tests-and-coverage.yml index cf6b665..1072349 100644 --- a/.github/workflows/ci-tests-and-coverage.yml +++ b/.github/workflows/ci-tests-and-coverage.yml @@ -10,6 +10,9 @@ on: branches: - main +permissions: + contents: read + jobs: tests: name: Tests and Coverage