From 5c32caa6fcdfde7a8682c26123c380d20208635e Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Sun, 23 Nov 2025 20:20:49 +0400 Subject: [PATCH] chore(ci): add explicit permissions to satisfy CodeQL --- .github/workflows/lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 19dfb94..6a7c5e6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,6 +14,9 @@ concurrency: group: lint-${{ github.head_ref }} cancel-in-progress: true +permissions: + contents: read + jobs: lint: name: lint @@ -29,8 +32,6 @@ jobs: discover-typos: name: discover-typos runs-on: macos-15 - permissions: - contents: read env: DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer steps: