From 0e55adc056272679e019601c661d0ac7c36abb3c Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Fri, 27 Jun 2025 16:40:05 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#16813) --- .github/workflows/codespell.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 87925c3fe3..9a62594ae6 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -1,4 +1,6 @@ name: Codespell +permissions: + contents: read on: pull_request: