From 2223721cc1843d81994362a5373ee85600fa6d34 Mon Sep 17 00:00:00 2001 From: Mathias Elle Date: Wed, 21 Jan 2026 13:59:04 +0100 Subject: [PATCH] fix: Workflow permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/functional-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index 2fde598..313df0e 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -7,6 +7,9 @@ on: branches: [main] workflow_dispatch: +permissions: + contents: read + jobs: functional-tests: name: Functional Tests (Magento 2.4.8, PHP 8.4)