From 79f4669894dd5fbbb7dd0cc65a9b4ff6cd44c218 Mon Sep 17 00:00:00 2001 From: Daniel Hart | ALifeInArtifyAI <238904666+projectedanx@users.noreply.github.com> Date: Tue, 7 Jul 2026 00:35:07 +1000 Subject: [PATCH] Potential fix for code scanning alert no. 207: 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: Daniel Hart | ALifeInArtifyAI <238904666+projectedanx@users.noreply.github.com> --- .github/workflows/TESC.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/TESC.yml b/.github/workflows/TESC.yml index a617e2cfb..7dd93a8e9 100644 --- a/.github/workflows/TESC.yml +++ b/.github/workflows/TESC.yml @@ -31,6 +31,10 @@ env: jobs: tesc-operation: + permissions: + contents: read + actions: read + deployments: write runs-on: ubuntu-24.04 steps: - name: Route TESC operation