From 9e63b6073176b742e04e31b4bf2dee422cb7d279 Mon Sep 17 00:00:00 2001 From: Alistair Israel Date: Mon, 13 Apr 2026 21:06:19 -0400 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 de798f6..b930b5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,9 @@ on: - "README.md" - ".github/workflows/ci.yml" +permissions: + contents: read + env: # We use environment variables to specify the Rust version and other settings once RUST_TOOLCHAIN: 1.94.0