From c2e2d349d493f99fa15b2348a0b260467b01fd47 Mon Sep 17 00:00:00 2001 From: WCG847 <87829838+WCG847@users.noreply.github.com> Date: Tue, 30 Dec 2025 19:29:23 +0000 Subject: [PATCH] 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/pylint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index c73e032..a6d4d69 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,4 +1,6 @@ name: Pylint +permissions: + contents: read on: [push]