From 2d5ff35556015bf2e3e286815556905ac6dcc5e3 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Fri, 13 Feb 2026 08:29:48 +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/style-lint-and-test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/style-lint-and-test.yaml b/.github/workflows/style-lint-and-test.yaml index 9002665..b4f27b5 100644 --- a/.github/workflows/style-lint-and-test.yaml +++ b/.github/workflows/style-lint-and-test.yaml @@ -1,5 +1,8 @@ name: Code quality tests +permissions: + contents: read + on: push: branches: