From 891e94f4c7dd0f5c6a647c5f14ddd8089afbd778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 17 Apr 2026 19:34:25 +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/ansible-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ansible-ci.yml b/.github/workflows/ansible-ci.yml index 7a162a1..1fe0a72 100644 --- a/.github/workflows/ansible-ci.yml +++ b/.github/workflows/ansible-ci.yml @@ -7,6 +7,9 @@ on: pull_request: branches: [main] +permissions: + contents: read + jobs: yamllint: name: YAML Lint