From 804ce0519e5215b72e42c55b24e3b00a2d5ae807 Mon Sep 17 00:00:00 2001 From: ALifeInArtifyAI <238904666+projectedanx@users.noreply.github.com> Date: Sun, 7 Jun 2026 06:21:06 +1000 Subject: [PATCH] Potential fix for code scanning alert no. 4: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ml-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ml-pipeline.yml b/.github/workflows/ml-pipeline.yml index 590bd60..416add8 100644 --- a/.github/workflows/ml-pipeline.yml +++ b/.github/workflows/ml-pipeline.yml @@ -3,6 +3,9 @@ name: ML Training & Deployment Pipeline +permissions: + contents: read + on: push: branches: [main, release/*]