From 1a0741a25bc01bf4d0fce818f31400e7c7cad159 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 3 Feb 2026 10:03:43 +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 d914172..0b0cccb 100644 --- a/.github/workflows/code-checks.yaml +++ b/.github/workflows/code-checks.yaml @@ -1,5 +1,8 @@ name: Code quality checks +permissions: + contents: read + on: push: branches: