From a84e8550c4a6ce53eb998ca4733d7ae54f3b8587 Mon Sep 17 00:00:00 2001 From: Marc <157699+dialupdisaster@users.noreply.github.com> Date: Mon, 18 May 2026 17:39:50 -0400 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 a3f6402..a488ab9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,9 @@ on: branches: - main +permissions: + contents: read + jobs: check: name: Typecheck & Test