From a869c6fc66b9fcf4a60e997fcbf16950019d5496 Mon Sep 17 00:00:00 2001 From: arpitjain099 Date: Wed, 13 May 2026 09:44:59 +0000 Subject: [PATCH] ci: pin contents: read on cspell-misc workflow The sibling cspell-ext.yml already uses permissions: contents: read. cspell-misc only checks out and runs cspell - same scope is correct. Signed-off-by: Arpit Jain --- .github/workflows/cspell-misc.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cspell-misc.yml b/.github/workflows/cspell-misc.yml index aa0d1df9cad..41b65b08edb 100644 --- a/.github/workflows/cspell-misc.yml +++ b/.github/workflows/cspell-misc.yml @@ -12,6 +12,9 @@ on: - 'ext/devcontainer/**' - 'templates/**' +permissions: + contents: read + jobs: cspell-lint: runs-on: ubuntu-latest