From 10f46e791e740d51906d1e42fe1ed895ca27cdae Mon Sep 17 00:00:00 2001 From: Teror Fox Date: Tue, 17 Feb 2026 13:04:40 +0800 Subject: [PATCH] Potential fix for code scanning alert no. 10: 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 338b3d8..7e9a065 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI +permissions: + contents: read + on: push: branches: [ main, dev ]