From 0b7d20c8571bcfe24e923c4a16a427202eac11b2 Mon Sep 17 00:00:00 2001 From: zeyus Date: Mon, 20 Oct 2025 11:50:23 +0200 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> --- .github/workflows/codetest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codetest.yml b/.github/workflows/codetest.yml index 0f7c694..ec048cb 100644 --- a/.github/workflows/codetest.yml +++ b/.github/workflows/codetest.yml @@ -1,4 +1,6 @@ name: Lint, test and notify +permissions: + contents: read on: [push]