From 9b1d1b1da90bc4e293c4b3a8692aa7e2be8bc223 Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Sat, 31 May 2025 11:37:18 +0700 Subject: [PATCH] Potential fix for code scanning alert no. 1: 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 7f14d78..39140a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,9 @@ name: CI on: pull_request: +permissions: + contents: read + jobs: build-test: runs-on: ubuntu-latest