From fea162d57d2bc0e08ae467d5774e2f4abc127955 Mon Sep 17 00:00:00 2001 From: retr0 <139195952+retr0crypticghost@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:16:32 -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/test-template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-template.yml b/.github/workflows/test-template.yml index d81c666..46096fe 100644 --- a/.github/workflows/test-template.yml +++ b/.github/workflows/test-template.yml @@ -8,6 +8,8 @@ on: jobs: test-template: + permissions: + contents: read runs-on: ubuntu-latest strategy: matrix: