From 9226baeb6b143ffaae4de03b05b5fd14c98cdb53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=3D=3DTIM=2E=C2=A9=2EB=20=20=3D=3D?= Date: Sat, 18 Apr 2026 13:33:45 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 2: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ci-sanity.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-sanity.yml b/.github/workflows/ci-sanity.yml index 83cca27..e3255c7 100644 --- a/.github/workflows/ci-sanity.yml +++ b/.github/workflows/ci-sanity.yml @@ -4,6 +4,9 @@ on: push: pull_request: +permissions: + contents: read + jobs: markdown-lint: runs-on: ubuntu-latest