From 689e66e3f9b72893702da3563114eadeb64b66e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Sun, 14 Dec 2025 20:33:13 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 3: Workflow does not contain permissions (#475) 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: