From 004e32319a375eb86be677f5dcb15699e25e1638 Mon Sep 17 00:00:00 2001 From: Reuel Albert <66895085+ReuelAlbert-Dev@users.noreply.github.com> Date: Mon, 11 May 2026 08:10:02 +0800 Subject: [PATCH] Potential fix for code scanning alert no. 48: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Reuel Albert <66895085+ReuelAlbert-Dev@users.noreply.github.com> --- .github/workflows/macos-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/macos-ci.yml b/.github/workflows/macos-ci.yml index 55d852bb68a..90897787180 100644 --- a/.github/workflows/macos-ci.yml +++ b/.github/workflows/macos-ci.yml @@ -2,6 +2,9 @@ name: macOS-CI run-name: "${{ github.ref_name }} - ${{ github.run_number }}" +permissions: + contents: read + on: push: branches: