From 478e486a4bf9fee33a28bbce03411005652b063a Mon Sep 17 00:00:00 2001 From: Benjamin Pracht Date: Tue, 10 Feb 2026 15:57:31 -0800 Subject: [PATCH] Copilot suggested improvement to Github Actions permissions (#4310) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/buildtest.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/buildtest.yaml b/.github/workflows/buildtest.yaml index b6cef3a74..c40ef5ec5 100644 --- a/.github/workflows/buildtest.yaml +++ b/.github/workflows/buildtest.yaml @@ -14,6 +14,9 @@ name: Test +permissions: + contents: read + on: workflow_dispatch: push: