From 998ad8cac48982582c2bdf9ee9c737fa6a6be221 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Mon, 6 Apr 2026 17:01:41 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 39: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Jarek Potiuk --- .github/workflows/linting.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 6020ab32..7163f21e 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -26,6 +26,9 @@ on: - '**/pylintrc' workflow_dispatch: +permissions: + contents: read + jobs: lint: runs-on: ubuntu-latest