From 76267f1f402b334b0a4738e7345de06810095ee0 Mon Sep 17 00:00:00 2001 From: Kristian Glass Date: Wed, 8 Apr 2026 22:57:02 +0100 Subject: [PATCH] Set explicit GitHub Actions Workflow permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb8ec4d..8da5c0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +permissions: + contents: read + env: UV_LOCKED: 1 # Ensure lockfile is up to date at test time