From ac1b16e803d018727a4d9bd30cafb5ec21642653 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 8 Oct 2025 19:09:49 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 59: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/eslint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 0cc97e3a..2257f65e 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -1,4 +1,6 @@ name: ESLint Check +permissions: + contents: read on: push: