From 0bfc8c1d485e1838359490a78a7f4434951d4efb Mon Sep 17 00:00:00 2001 From: Bukhari bin mahmoud Kibuka <93518580+bumahkib7@users.noreply.github.com> Date: Mon, 2 Feb 2026 13:05:23 +0300 Subject: [PATCH] Potential fix for code scanning alert no. 468: 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 2717ce90..70e94ee4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [master, main] +permissions: + contents: read + env: CARGO_TERM_COLOR: always RUST_BACKTRACE: 1