From 66bb4bf3d1feab39a708e62693d89bf46861df35 Mon Sep 17 00:00:00 2001 From: Manojbabu <83714923+manusoft@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:48:36 +0400 Subject: [PATCH] Potential fix for code scanning alert no. 2: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ci-integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-integration.yml b/.github/workflows/ci-integration.yml index 57373d1..f7033d0 100644 --- a/.github/workflows/ci-integration.yml +++ b/.github/workflows/ci-integration.yml @@ -5,6 +5,9 @@ on: - cron: '0 0 * * 0' workflow_dispatch: +permissions: + contents: read + jobs: integration: name: Run Integration Tests