From 1f04a2849835930d199093df87d48be4305d0ce0 Mon Sep 17 00:00:00 2001 From: Anthony Pinto Date: Mon, 6 Oct 2025 16:39:05 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 112: 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 af3fab8..a72a9f1 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,4 +1,6 @@ name: Pylint +permissions: + contents: read on: [push]