From f7c18bb871b5b57c7dd80dc55b46bf2e96f0b7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Sun, 14 Dec 2025 20:30:47 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 3: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/check-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-lint.yml b/.github/workflows/check-lint.yml index a3a281a..ea58ceb 100644 --- a/.github/workflows/check-lint.yml +++ b/.github/workflows/check-lint.yml @@ -1,4 +1,6 @@ name: Check Lint +permissions: + contents: read on: push: