From d839aaaaface23bbefca519aefba85f3eb682caa Mon Sep 17 00:00:00 2001 From: John Speed Meyers Date: Tue, 12 Nov 2024 17:29:13 -0500 Subject: [PATCH] Update permissions on pylint GitHub Action --- .github/workflows/pylint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index a53d00a..58228dc 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -8,6 +8,9 @@ on: branches: - main +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest