From b35aa1bca3484d0d1f6836a3d75a0848d8a270a2 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:07:26 -0700 Subject: [PATCH] Potential fix for code scanning alert no. 5: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/vim-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/vim-test.yml b/.github/workflows/vim-test.yml index 8eb5e8748..9935e6803 100644 --- a/.github/workflows/vim-test.yml +++ b/.github/workflows/vim-test.yml @@ -9,6 +9,9 @@ on: merge_group: types: [ checks_requested ] +permissions: + contents: read + jobs: vim: name: themis