From 2e8b91a12dcf214a47b04fc15bc8b20da24b6582 Mon Sep 17 00:00:00 2001 From: Daniel Bentes Date: Thu, 14 May 2026 08:14:07 +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.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2508701..fec52d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,9 @@ on: - '.github/workflows/docs.yml' workflow_dispatch: +permissions: + contents: read + jobs: lint: name: Lint