From 5f93c2213a895610b0f323d09c090abe65d5d2d5 Mon Sep 17 00:00:00 2001 From: TMW <23580812+codeshell@users.noreply.github.com> Date: Tue, 12 May 2026 20:01:02 +0200 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 3b06c6b..645f471 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -2,6 +2,9 @@ name: Pylint on: [push] +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest