From 1b591827d9f9a7935cda7bdbb4572b808730b8cd Mon Sep 17 00:00:00 2001 From: Koshy John Date: Mon, 30 Jun 2025 11:36:25 -0700 Subject: [PATCH] Engg. hygiene: Explicit Codecov workflow permissions Remediating automated code scanning alert. Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2425bf53..1bb93259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,6 @@ name: Workflow for Codecov +permissions: + contents: read on: push: branches: [master]