From fb6c9fbff9b8c134d23dd9b425c6417c3f898764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yurii=20=7C=20monok8i=20=F0=9F=A6=8B?= Date: Mon, 9 Jun 2025 23:30:43 +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 2e5315a..c622f63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: Lint & Check Types & Test +permissions: + contents: read + on: push: branches: [main]