From 15fa53f858d4c38b54c9ddc9ce1e507e1106a08e Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Thu, 21 May 2026 20:40:08 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 6: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/clang-tidy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index bb221966..0ee02742 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -2,6 +2,9 @@ name: clang-tidy on: [ push, pull_request ] +permissions: + contents: read + jobs: clang-tidy: runs-on: ubuntu-latest