From 524b8d4db085f960afe1544c90dda7762cd5f747 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Sun, 27 Jul 2025 08:57:01 +0700 Subject: [PATCH] Potential fix for code scanning alert no. 12: Workflow does not contain permissions (#3822) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e66f866..1ad0a1c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,3 +1,5 @@ +permissions: + contents: read name: Test on: # Run CI on all pushes to the master and release/** branches, and on all new