From aedd4a90a16e888c332489a2e5ede1a23d579c88 Mon Sep 17 00:00:00 2001 From: Eli Peter <54954007+ecpeter23@users.noreply.github.com> Date: Sat, 28 Jun 2025 18:18:10 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 2: Workflow does not contain permissions (#24) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 536b0e15..a2d2bda1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,6 @@ name: CI +permissions: + contents: read on: push: