From ccae78ca661c95936b05d3bd0a78fb3892f54fda Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 16 Jun 2026 10:17:13 +0200 Subject: [PATCH] Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/lint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ff6275405..643758b4c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -4,6 +4,9 @@ on: - push - pull_request +permissions: + contents: read + jobs: lint: runs-on: ubuntu-24.04