From 9c1757124375a32a3aa1111758ada97aec2cd268 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sat, 7 Feb 2026 10:18:00 +0000 Subject: [PATCH] :lock: Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/code-checks.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/code-checks.yaml b/.github/workflows/code-checks.yaml index 1cae4f3..f6d3cfa 100644 --- a/.github/workflows/code-checks.yaml +++ b/.github/workflows/code-checks.yaml @@ -1,5 +1,8 @@ name: Code quality tests +permissions: + contents: read + on: push: branches: