From 33cde4d465f46bcc1bddc1282d5a0a1b978790b5 Mon Sep 17 00:00:00 2001 From: Robin Breathe Date: Sat, 6 Dec 2025 12:13:42 +0100 Subject: [PATCH] ci: specific permissions for test workflow Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6ed5a68..9651f79 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,4 +1,6 @@ name: Test action +permissions: + contents: read on: push: