From 800176449e1dcf00e72edde04330ea6513e99980 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Wed, 3 Jun 2026 21:50:56 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 6: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2268ae4..8365e73 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,6 +5,8 @@ on: tags: - "v[0-9]+.[0-9]+.[0-9]+" +permissions: {} + jobs: ci: name: Run CI