From 03edd7d1bcc401d706116a0f49b6cebe44cde31e Mon Sep 17 00:00:00 2001 From: Gabriel Barberini Date: Sat, 10 Jan 2026 20:07:37 -0300 Subject: [PATCH] Potential fix for code scanning alert no. 2: 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 d7e94cc..b2c8981 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